mirror of
https://github.com/f-eld-ch/sitrep.git
synced 2026-07-16 16:47:05 +02:00
chore(deps-dev): bump the development-dependencies group across 1 directory with 6 updates (#905)
* chore(deps-dev): bump the development-dependencies group across 1 directory with 6 updates Bumps the development-dependencies group with 6 updates in the /ui directory: | Package | From | To | | --- | --- | --- | | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.1.1` | `2.1.2` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.0.14` | `24.1.0` | | [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc) | `3.10.2` | `3.11.0` | | [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.0.4` | `30.0.5` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.0.4` | `7.0.6` | | [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) | `1.0.1` | `1.0.2` | Updates `@biomejs/biome` from 2.1.1 to 2.1.2 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.1.2/packages/@biomejs/biome) Updates `@types/node` from 24.0.14 to 24.1.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@vitejs/plugin-react-swc` from 3.10.2 to 3.11.0 - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react-swc@3.11.0/packages/plugin-react-swc) Updates `jest` from 30.0.4 to 30.0.5 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.0.5/packages/jest) Updates `vite` from 7.0.4 to 7.0.6 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.0.6/packages/vite) Updates `vite-plugin-pwa` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases) - [Commits](https://github.com/vite-pwa/vite-plugin-pwa/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@types/node" dependency-version: 24.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@vitejs/plugin-react-swc" dependency-version: 3.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: jest dependency-version: 30.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: vite dependency-version: 7.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: vite-plugin-pwa dependency-version: 1.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * fix: add ui specific gitignore file --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel Aschwanden <daniel.aschwanden@f-eld.ch>
This commit is contained in:
-50
@@ -3,22 +3,6 @@
|
||||
# dependencies
|
||||
.idea
|
||||
.vscode
|
||||
node_modules
|
||||
ui/node_modules
|
||||
ui/stats.html
|
||||
ui/.pnp.*
|
||||
ui/.yarn/*
|
||||
!ui/.yarn/patches
|
||||
!ui/.yarn/plugins
|
||||
!ui/.yarn/releases
|
||||
!ui/.yarn/sdks
|
||||
!ui/.yarn/versions
|
||||
|
||||
# testing
|
||||
ui/coverage
|
||||
|
||||
# production
|
||||
ui/build
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
@@ -52,37 +36,3 @@ coverage
|
||||
|
||||
# nyc test coverage
|
||||
.nyc_output
|
||||
|
||||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
||||
.grunt
|
||||
|
||||
# Bower dependency directory (https://bower.io/)
|
||||
bower_components
|
||||
|
||||
# node-waf configuration
|
||||
.lock-wscript
|
||||
|
||||
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
||||
build/Release
|
||||
|
||||
# Dependency directories
|
||||
ui/node_modules/
|
||||
ui/jspm_packages/
|
||||
|
||||
# Typescript v1 declaration files
|
||||
ui/typings/
|
||||
|
||||
# Optional npm cache directory
|
||||
ui/.npm
|
||||
|
||||
# Optional eslint cache
|
||||
ui/.eslintcache
|
||||
|
||||
# Optional REPL history
|
||||
ui/.node_repl_history
|
||||
|
||||
# Output of 'npm pack'
|
||||
ui/*.tgz
|
||||
|
||||
# Yarn Integrity file
|
||||
ui/.yarn-integrity
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
.yarn/*
|
||||
build/**
|
||||
node_modules/**
|
||||
+6
-6
@@ -73,7 +73,7 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "2.1.1",
|
||||
"@biomejs/biome": "2.1.2",
|
||||
"@fast-check/vitest": "^0.2.2",
|
||||
"@maplibre/maplibre-gl-style-spec": "^23.3.0",
|
||||
"@testing-library/dom": "^10.4.0",
|
||||
@@ -83,18 +83,18 @@
|
||||
"@types/hat": "^0.0.4",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/lodash": "^4.17.20",
|
||||
"@types/node": "^24.0.14",
|
||||
"@types/node": "^24.1.0",
|
||||
"@types/react": "^18.3.23",
|
||||
"@types/react-color": "^3.0.13",
|
||||
"@types/react-dom": "^18.3.7",
|
||||
"@types/semver": "^7.7.0",
|
||||
"@types/uuid": "^10.0.0",
|
||||
"@vitejs/plugin-react-swc": "^3.10.2",
|
||||
"@vitejs/plugin-react-swc": "^3.11.0",
|
||||
"@vitest/coverage-v8": "^3.2.4",
|
||||
"fast-check": "^4.2.0",
|
||||
"globals": "^16.3.0",
|
||||
"husky": "^9.1.7",
|
||||
"jest": "^30.0.4",
|
||||
"jest": "^30.0.5",
|
||||
"jsdom": "^26.1.0",
|
||||
"lint-staged": "^16.1.2",
|
||||
"sass": "^1.89.2",
|
||||
@@ -102,9 +102,9 @@
|
||||
"source-map-explorer": "^2.5.3",
|
||||
"ts-jest": "^29.4.0",
|
||||
"typescript": "^5.8.3",
|
||||
"vite": "^7.0.4",
|
||||
"vite": "^7.0.6",
|
||||
"vite-plugin-biome": "^1.0.12",
|
||||
"vite-plugin-pwa": "^1.0.1",
|
||||
"vite-plugin-pwa": "^1.0.2",
|
||||
"vite-plugin-svgr": "^4.3.0",
|
||||
"vite-tsconfig-paths": "^5.1.4",
|
||||
"vitest": "^3.2.4"
|
||||
|
||||
+433
-426
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user