Skip to content

Commit 6fe50ac

Browse files
build(deps-dev): Bump the frontend group in /frontend with 6 updates (#310)
Bumps the frontend group in /frontend with 6 updates: | Package | From | To | | --- | --- | --- | | [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) | `1.6.11` | `1.6.12` | | [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.7.3` | `2.7.4` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.8.1` | `22.8.7` | | [eslint](https://github.com/eslint/eslint) | `9.13.0` | `9.14.0` | | [tslib](https://github.com/Microsoft/tslib) | `2.8.0` | `2.8.1` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.3` | `2.1.4` | Updates `@floating-ui/dom` from 1.6.11 to 1.6.12 - [Release notes](https://github.com/floating-ui/floating-ui/releases) - [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/dom/CHANGELOG.md) - [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/[email protected]/packages/dom) Updates `@sveltejs/kit` from 2.7.3 to 2.7.4 - [Release notes](https://github.com/sveltejs/kit/releases) - [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md) - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/kit) Updates `@types/node` from 22.8.1 to 22.8.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.13.0 to 9.14.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.13.0...v9.14.0) Updates `tslib` from 2.8.0 to 2.8.1 - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](microsoft/tslib@v2.8.0...v2.8.1) Updates `vitest` from 2.1.3 to 2.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.4/packages/vitest) --- updated-dependencies: - dependency-name: "@floating-ui/dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: frontend - dependency-name: "@sveltejs/kit" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: frontend - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: frontend - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: frontend - dependency-name: tslib dependency-type: direct:development update-type: version-update:semver-patch dependency-group: frontend - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: frontend ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fffeddd commit 6fe50ac

File tree

2 files changed

+200
-165
lines changed

2 files changed

+200
-165
lines changed

frontend/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
"test:unit": "vitest"
1717
},
1818
"devDependencies": {
19-
"@floating-ui/dom": "1.6.11",
19+
"@floating-ui/dom": "1.6.12",
2020
"@playwright/test": "1.48.2",
2121
"@skeletonlabs/skeleton": "2.10.3",
2222
"@skeletonlabs/tw-plugin": "0.4.0",
2323
"@sveltejs/adapter-static": "^3.0.6",
24-
"@sveltejs/kit": "2.7.3",
24+
"@sveltejs/kit": "2.7.4",
2525
"@sveltejs/vite-plugin-svelte": "^3.1.2",
2626
"@tailwindcss/forms": "0.5.9",
2727
"@tailwindcss/typography": "0.5.15",
28-
"@types/node": "22.8.1",
28+
"@types/node": "22.8.7",
2929
"autoprefixer": "10.4.20",
30-
"eslint": "^9.13.0",
30+
"eslint": "^9.14.0",
3131
"eslint-config-prettier": "9.1.0",
3232
"eslint-plugin-svelte": "2.46.0",
3333
"flatbuffers": "24.3.25",
@@ -37,10 +37,10 @@
3737
"svelte": "4.2.19",
3838
"svelte-check": "4.0.5",
3939
"tailwindcss": "3.4.14",
40-
"tslib": "2.8.0",
40+
"tslib": "2.8.1",
4141
"typescript": "5.6.3",
4242
"vite-plugin-tailwind-purgecss": "^0.3.3",
43-
"vitest": "2.1.3"
43+
"vitest": "2.1.4"
4444
},
4545
"dependencies": {
4646
"vite": "^5.4.10"

0 commit comments

Comments
 (0)