From 4e2bfe9b9240b025d49ce7aca6a7f9901e751014 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 28 Jun 2024 13:40:52 +0000
Subject: [PATCH] deps(example): Bump the dependencies group across 1 directory
with 7 updates (#1036)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the dependencies group with 7 updates in the /examples/sveltekit directory:
| Package | From | To |
| --- | --- | --- |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.5.16` | `2.5.17` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.13.1` | `7.14.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.13.1` | `7.14.1` |
| [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) | `2.40.0` | `2.41.0` |
| [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.2.4` | `3.2.5` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `3.8.1` | `3.8.4` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.1` | `5.3.2` |
Updates `@sveltejs/kit` from 2.5.16 to 2.5.17
Release notes
Sourced from @sveltejs/kit
's releases.
@sveltejs/kit
@2
.5.17
Patch Changes
- chore: update package description (#11846)
Changelog
Sourced from @sveltejs/kit
's changelog.
2.5.17
Patch Changes
- chore: update package description (#11846)
Commits
Updates `@typescript-eslint/eslint-plugin` from 7.13.1 to 7.14.1
Release notes
Sourced from @typescript-eslint/eslint-plugin
's releases.
v7.14.1
7.14.1 (2024-06-24)
🚀 Features
- support TypeScript 5.5 (#9397)
- ast-spec: tighter types and documentation for declaration/* (#9211)
🩹 Fixes
- keep warnAbountTSVersion in sync with package.json (#9400)
- eslint-plugin: [no-extraneous-class] handle abstract members (#9367)
- eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types (#9378)
- eslint-plugin: [no-invalid-this] support AccessorProperty (#9411)
- eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types (#9376)
- eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens (#9380)
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.14.0
7.14.0 (2024-06-24)
We followed this up soon after with 7.14.1 - see the combined release notes here https://github.com/typescript-eslint/typescript-eslint/releases/tag/v7.14.1
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin
's changelog.
7.14.1 (2024-06-24)
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
7.14.0 (2024-06-24)
🚀 Features
🩹 Fixes
-
eslint-plugin: [no-extraneous-class] handle abstract members
-
eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types
-
eslint-plugin: [no-invalid-this] support AccessorProperty
❤️ Thank You
- Brad Zacher
- cm-ayf
- Jake Bailey
- James Zhan
- Joshua Chen
- yoshi2no
You can read about our versioning strategy and releases on our website.
Commits
b4fe94f
chore(release): publish 7.14.1
f29150f
fix(eslint-plugin): [prefer-nullish-coalescing] ensure ternary fix does not r...
9b7731d
fix(eslint-plugin): [prefer-nullish-coalescing] treat enums and literals as t...
dfc4469
chore(release): publish 7.14.0
635133a
docs: split troubleshooting into granular sections (#9024)
c322099
fix(eslint-plugin): [no-invalid-this] support AccessorProperty (#9411)
23e6468
fix(eslint-plugin): [prefer-nullish-coalescing] handle intersected primitive ...
5c4a5de
feat(ast-spec): tighter types and documentation for declaration/* (#9211)
e47123d
fix(eslint-plugin): [no-extraneous-class] handle abstract members (#9367)
dc18229
feat: support TypeScript 5.5 (#9397)
- Additional commits viewable in compare view
Updates `@typescript-eslint/parser` from 7.13.1 to 7.14.1
Release notes
Sourced from @typescript-eslint/parser
's releases.
v7.14.1
7.14.1 (2024-06-24)
🚀 Features
- support TypeScript 5.5 (#9397)
- ast-spec: tighter types and documentation for declaration/* (#9211)
🩹 Fixes
- keep warnAbountTSVersion in sync with package.json (#9400)
- eslint-plugin: [no-extraneous-class] handle abstract members (#9367)
- eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types (#9378)
- eslint-plugin: [no-invalid-this] support AccessorProperty (#9411)
- eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types (#9376)
- eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens (#9380)
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.14.0
7.14.0 (2024-06-24)
We followed this up soon after with 7.14.1 - see the combined release notes here https://github.com/typescript-eslint/typescript-eslint/releases/tag/v7.14.1
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser
's changelog.
7.14.1 (2024-06-24)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
7.14.0 (2024-06-24)
🚀 Features
❤️ Thank You
- Brad Zacher
- cm-ayf
- Jake Bailey
- James Zhan
- Joshua Chen
- yoshi2no
You can read about our versioning strategy and releases on our website.
Commits
Updates `eslint-plugin-svelte` from 2.40.0 to 2.41.0
Release notes
Sourced from eslint-plugin-svelte's releases.
eslint-plugin-svelte@2.41.0
Minor Changes
Patch Changes
Commits
f8f377f
chore: release eslint-plugin-svelte (#801)
6e4d3ed
fix: update svelte-eslint-parser
to fix nested {#snippet}
(#805)
be64d36
fix: broken indentation of if condition in svelte/indent
rule (#802)
50f4f4f
chore(deps): update dependency typescript to ~5.5.0
0bc17df
chore: Use eslint types for exported configs (#789)
580f44f
feat: add name to flat configs. (#800)
ea25e3e
fix(deps): update dependency known-css-properties to ^0.34.0
db95931
chore: add pnpm script to root package.json
73115ce
fix(deps): update dependency known-css-properties to ^0.33.0
- See full diff in compare view
Updates `prettier-plugin-svelte` from 3.2.4 to 3.2.5
Changelog
Sourced from prettier-plugin-svelte's changelog.
3.2.5
- (fix) Svelte 5: format TypeScript in the template
Commits
Updates `svelte-check` from 3.8.1 to 3.8.4
Release notes
Sourced from svelte-check's releases.
svelte-check-3.8.4
- fix: ensure bindings and exports work properly for Svelte 5 + TS5.5
svelte-check-3.8.3
- fix: detect root snippets correctly
- fix: prevent false positive store declarations (#2422)
svelte-check-3.8.2
- chore: reduce dependencies (#2413) (#2400)
- fix: handle snippets with typed arguments (#2412)
- fix: handle optional arguments in snippets (#2414)
Commits
Updates `vite` from 5.3.1 to 5.3.2
Changelog
Sourced from vite's changelog.
5.3.2 (2024-06-27)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
---
examples/sveltekit/package-lock.json | 168 +++++++++++++--------------
examples/sveltekit/package.json | 14 +--
2 files changed, 90 insertions(+), 92 deletions(-)
diff --git a/examples/sveltekit/package-lock.json b/examples/sveltekit/package-lock.json
index 87a25bed9..6c66b878a 100644
--- a/examples/sveltekit/package-lock.json
+++ b/examples/sveltekit/package-lock.json
@@ -12,43 +12,43 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.2",
- "@sveltejs/kit": "^2.5.16",
+ "@sveltejs/kit": "^2.5.17",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/eslint": "^8.56.0",
"@types/node": "^20.12.12",
- "@typescript-eslint/eslint-plugin": "^7.13.1",
- "@typescript-eslint/parser": "^7.13.1",
+ "@typescript-eslint/eslint-plugin": "^7.14.1",
+ "@typescript-eslint/parser": "^7.14.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
- "eslint-plugin-svelte": "^2.40.0",
+ "eslint-plugin-svelte": "^2.41.0",
"prettier": "^3.3.2",
- "prettier-plugin-svelte": "^3.2.4",
+ "prettier-plugin-svelte": "^3.2.5",
"svelte": "^4.2.18",
- "svelte-check": "^3.8.1",
+ "svelte-check": "^3.8.4",
"tslib": "^2.6.3",
"typescript": "^5.0.0",
- "vite": "^5.3.1"
+ "vite": "^5.3.2"
}
},
"../../arcjet-sveltekit": {
"name": "@arcjet/sveltekit",
- "version": "1.0.0-alpha.16",
+ "version": "1.0.0-alpha.17",
"license": "Apache-2.0",
"dependencies": {
- "@arcjet/env": "1.0.0-alpha.16",
- "@arcjet/headers": "1.0.0-alpha.16",
- "@arcjet/ip": "1.0.0-alpha.16",
- "@arcjet/logger": "1.0.0-alpha.16",
- "@arcjet/protocol": "1.0.0-alpha.16",
- "@arcjet/runtime": "1.0.0-alpha.16",
+ "@arcjet/env": "1.0.0-alpha.17",
+ "@arcjet/headers": "1.0.0-alpha.17",
+ "@arcjet/ip": "1.0.0-alpha.17",
+ "@arcjet/logger": "1.0.0-alpha.17",
+ "@arcjet/protocol": "1.0.0-alpha.17",
+ "@arcjet/runtime": "1.0.0-alpha.17",
"@connectrpc/connect-node": "1.4.0",
"@connectrpc/connect-web": "1.4.0",
- "arcjet": "1.0.0-alpha.16"
+ "arcjet": "1.0.0-alpha.17"
},
"devDependencies": {
- "@arcjet/eslint-config": "1.0.0-alpha.16",
- "@arcjet/rollup-config": "1.0.0-alpha.16",
- "@arcjet/tsconfig": "1.0.0-alpha.16",
+ "@arcjet/eslint-config": "1.0.0-alpha.17",
+ "@arcjet/rollup-config": "1.0.0-alpha.17",
+ "@arcjet/tsconfig": "1.0.0-alpha.17",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.18.0",
"@types/node": "18.18.0",
@@ -887,9 +887,9 @@
}
},
"node_modules/@sveltejs/kit": {
- "version": "2.5.16",
- "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.5.16.tgz",
- "integrity": "sha512-09Ypy+ibuhTCTpRFRnR+cDI3VARiu16o7vVSjETAA43ZCLtqvrNrVxUkJ/fKHrAjx2peKWilcHE8+SbW2Z/AsQ==",
+ "version": "2.5.17",
+ "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.5.17.tgz",
+ "integrity": "sha512-wiADwq7VreR3ctOyxilAZOfPz3Jiy2IIp2C8gfafhTdQaVuGIHllfqQm8dXZKADymKr3uShxzgLZFT+a+CM4kA==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -1001,16 +1001,16 @@
"dev": true
},
"node_modules/@typescript-eslint/eslint-plugin": {
- "version": "7.13.1",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.13.1.tgz",
- "integrity": "sha512-kZqi+WZQaZfPKnsflLJQCz6Ze9FFSMfXrrIOcyargekQxG37ES7DJNpJUE9Q/X5n3yTIP/WPutVNzgknQ7biLg==",
+ "version": "7.14.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.14.1.tgz",
+ "integrity": "sha512-aAJd6bIf2vvQRjUG3ZkNXkmBpN+J7Wd0mfQiiVCJMu9Z5GcZZdcc0j8XwN/BM97Fl7e3SkTXODSk4VehUv7CGw==",
"dev": true,
"dependencies": {
"@eslint-community/regexpp": "^4.10.0",
- "@typescript-eslint/scope-manager": "7.13.1",
- "@typescript-eslint/type-utils": "7.13.1",
- "@typescript-eslint/utils": "7.13.1",
- "@typescript-eslint/visitor-keys": "7.13.1",
+ "@typescript-eslint/scope-manager": "7.14.1",
+ "@typescript-eslint/type-utils": "7.14.1",
+ "@typescript-eslint/utils": "7.14.1",
+ "@typescript-eslint/visitor-keys": "7.14.1",
"graphemer": "^1.4.0",
"ignore": "^5.3.1",
"natural-compare": "^1.4.0",
@@ -1034,15 +1034,15 @@
}
},
"node_modules/@typescript-eslint/parser": {
- "version": "7.13.1",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.13.1.tgz",
- "integrity": "sha512-1ELDPlnLvDQ5ybTSrMhRTFDfOQEOXNM+eP+3HT/Yq7ruWpciQw+Avi73pdEbA4SooCawEWo3dtYbF68gN7Ed1A==",
+ "version": "7.14.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.14.1.tgz",
+ "integrity": "sha512-8lKUOebNLcR0D7RvlcloOacTOWzOqemWEWkKSVpMZVF/XVcwjPR+3MD08QzbW9TCGJ+DwIc6zUSGZ9vd8cO1IA==",
"dev": true,
"dependencies": {
- "@typescript-eslint/scope-manager": "7.13.1",
- "@typescript-eslint/types": "7.13.1",
- "@typescript-eslint/typescript-estree": "7.13.1",
- "@typescript-eslint/visitor-keys": "7.13.1",
+ "@typescript-eslint/scope-manager": "7.14.1",
+ "@typescript-eslint/types": "7.14.1",
+ "@typescript-eslint/typescript-estree": "7.14.1",
+ "@typescript-eslint/visitor-keys": "7.14.1",
"debug": "^4.3.4"
},
"engines": {
@@ -1062,13 +1062,13 @@
}
},
"node_modules/@typescript-eslint/scope-manager": {
- "version": "7.13.1",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.13.1.tgz",
- "integrity": "sha512-adbXNVEs6GmbzaCpymHQ0MB6E4TqoiVbC0iqG3uijR8ZYfpAXMGttouQzF4Oat3P2GxDVIrg7bMI/P65LiQZdg==",
+ "version": "7.14.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.14.1.tgz",
+ "integrity": "sha512-gPrFSsoYcsffYXTOZ+hT7fyJr95rdVe4kGVX1ps/dJ+DfmlnjFN/GcMxXcVkeHDKqsq6uAcVaQaIi3cFffmAbA==",
"dev": true,
"dependencies": {
- "@typescript-eslint/types": "7.13.1",
- "@typescript-eslint/visitor-keys": "7.13.1"
+ "@typescript-eslint/types": "7.14.1",
+ "@typescript-eslint/visitor-keys": "7.14.1"
},
"engines": {
"node": "^18.18.0 || >=20.0.0"
@@ -1079,13 +1079,13 @@
}
},
"node_modules/@typescript-eslint/type-utils": {
- "version": "7.13.1",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.13.1.tgz",
- "integrity": "sha512-aWDbLu1s9bmgPGXSzNCxELu+0+HQOapV/y+60gPXafR8e2g1Bifxzevaa+4L2ytCWm+CHqpELq4CSoN9ELiwCg==",
+ "version": "7.14.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.14.1.tgz",
+ "integrity": "sha512-/MzmgNd3nnbDbOi3LfasXWWe292+iuo+umJ0bCCMCPc1jLO/z2BQmWUUUXvXLbrQey/JgzdF/OV+I5bzEGwJkQ==",
"dev": true,
"dependencies": {
- "@typescript-eslint/typescript-estree": "7.13.1",
- "@typescript-eslint/utils": "7.13.1",
+ "@typescript-eslint/typescript-estree": "7.14.1",
+ "@typescript-eslint/utils": "7.14.1",
"debug": "^4.3.4",
"ts-api-utils": "^1.3.0"
},
@@ -1106,9 +1106,9 @@
}
},
"node_modules/@typescript-eslint/types": {
- "version": "7.13.1",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.13.1.tgz",
- "integrity": "sha512-7K7HMcSQIAND6RBL4kDl24sG/xKM13cA85dc7JnmQXw2cBDngg7c19B++JzvJHRG3zG36n9j1i451GBzRuHchw==",
+ "version": "7.14.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.14.1.tgz",
+ "integrity": "sha512-mL7zNEOQybo5R3AavY+Am7KLv8BorIv7HCYS5rKoNZKQD9tsfGUpO4KdAn3sSUvTiS4PQkr2+K0KJbxj8H9NDg==",
"dev": true,
"engines": {
"node": "^18.18.0 || >=20.0.0"
@@ -1119,13 +1119,13 @@
}
},
"node_modules/@typescript-eslint/typescript-estree": {
- "version": "7.13.1",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.13.1.tgz",
- "integrity": "sha512-uxNr51CMV7npU1BxZzYjoVz9iyjckBduFBP0S5sLlh1tXYzHzgZ3BR9SVsNed+LmwKrmnqN3Kdl5t7eZ5TS1Yw==",
+ "version": "7.14.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.14.1.tgz",
+ "integrity": "sha512-k5d0VuxViE2ulIO6FbxxSZaxqDVUyMbXcidC8rHvii0I56XZPv8cq+EhMns+d/EVIL41sMXqRbK3D10Oza1bbA==",
"dev": true,
"dependencies": {
- "@typescript-eslint/types": "7.13.1",
- "@typescript-eslint/visitor-keys": "7.13.1",
+ "@typescript-eslint/types": "7.14.1",
+ "@typescript-eslint/visitor-keys": "7.14.1",
"debug": "^4.3.4",
"globby": "^11.1.0",
"is-glob": "^4.0.3",
@@ -1147,15 +1147,15 @@
}
},
"node_modules/@typescript-eslint/utils": {
- "version": "7.13.1",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.13.1.tgz",
- "integrity": "sha512-h5MzFBD5a/Gh/fvNdp9pTfqJAbuQC4sCN2WzuXme71lqFJsZtLbjxfSk4r3p02WIArOF9N94pdsLiGutpDbrXQ==",
+ "version": "7.14.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.14.1.tgz",
+ "integrity": "sha512-CMmVVELns3nak3cpJhZosDkm63n+DwBlDX8g0k4QUa9BMnF+lH2lr3d130M1Zt1xxmB3LLk3NV7KQCq86ZBBhQ==",
"dev": true,
"dependencies": {
"@eslint-community/eslint-utils": "^4.4.0",
- "@typescript-eslint/scope-manager": "7.13.1",
- "@typescript-eslint/types": "7.13.1",
- "@typescript-eslint/typescript-estree": "7.13.1"
+ "@typescript-eslint/scope-manager": "7.14.1",
+ "@typescript-eslint/types": "7.14.1",
+ "@typescript-eslint/typescript-estree": "7.14.1"
},
"engines": {
"node": "^18.18.0 || >=20.0.0"
@@ -1169,12 +1169,12 @@
}
},
"node_modules/@typescript-eslint/visitor-keys": {
- "version": "7.13.1",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.13.1.tgz",
- "integrity": "sha512-k/Bfne7lrP7hcb7m9zSsgcBmo+8eicqqfNAJ7uUY+jkTFpKeH2FSkWpFRtimBxgkyvqfu9jTPRbYOvud6isdXA==",
+ "version": "7.14.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.14.1.tgz",
+ "integrity": "sha512-Crb+F75U1JAEtBeQGxSKwI60hZmmzaqA3z9sYsVm8X7W5cwLEm5bRe0/uXS6+MR/y8CVpKSR/ontIAIEPFcEkA==",
"dev": true,
"dependencies": {
- "@typescript-eslint/types": "7.13.1",
+ "@typescript-eslint/types": "7.14.1",
"eslint-visitor-keys": "^3.4.3"
},
"engines": {
@@ -1711,22 +1711,22 @@
}
},
"node_modules/eslint-plugin-svelte": {
- "version": "2.40.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-svelte/-/eslint-plugin-svelte-2.40.0.tgz",
- "integrity": "sha512-JuOzmfVaMeEkBASL7smHu3tIU4D9rWkHuRNV+zm/5zgAwiZVvxrXM7TcfIOS+U7VXOr4uCZuE+kZTVTzS0IE+Q==",
+ "version": "2.41.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-svelte/-/eslint-plugin-svelte-2.41.0.tgz",
+ "integrity": "sha512-gjU9Q/psxbWG1VNwYbEb0Q6U4W5PBGaDpYmO2zlQ+zlAMVS3Qt0luAK0ACi/tMSwRK6JENiySvMyJbO0YWmXSg==",
"dev": true,
"dependencies": {
"@eslint-community/eslint-utils": "^4.4.0",
"@jridgewell/sourcemap-codec": "^1.4.15",
"eslint-compat-utils": "^0.5.1",
"esutils": "^2.0.3",
- "known-css-properties": "^0.32.0",
+ "known-css-properties": "^0.34.0",
"postcss": "^8.4.38",
"postcss-load-config": "^3.1.4",
"postcss-safe-parser": "^6.0.0",
"postcss-selector-parser": "^6.1.0",
"semver": "^7.6.2",
- "svelte-eslint-parser": "^0.39.1"
+ "svelte-eslint-parser": "^0.39.2"
},
"engines": {
"node": "^14.17.0 || >=16.0.0"
@@ -2300,9 +2300,9 @@
}
},
"node_modules/known-css-properties": {
- "version": "0.32.0",
- "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.32.0.tgz",
- "integrity": "sha512-PXuex21brpp7qENI143ZL5cWQcMR4IZVeeZv9ew6dg+bZX2xRUu/NzGKudZJY5DO4APiMkNPYIF8VGIdY08Tdw==",
+ "version": "0.34.0",
+ "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.34.0.tgz",
+ "integrity": "sha512-tBECoUqNFbyAY4RrbqsBQqDFpGXAEbdD5QKr8kACx3+rnArmuuR22nKQWKazvp07N9yjTyDZaw/20UIH8tL9DQ==",
"dev": true
},
"node_modules/levn": {
@@ -2763,9 +2763,9 @@
}
},
"node_modules/prettier-plugin-svelte": {
- "version": "3.2.4",
- "resolved": "https://registry.npmjs.org/prettier-plugin-svelte/-/prettier-plugin-svelte-3.2.4.tgz",
- "integrity": "sha512-tZv+ADfeOWFNQkXkRh6zUXE16w3Vla8x2Ug0B/EnSmjR4EnwdwZbGgL/liSwR1kcEALU5mAAyua98HBxheCxgg==",
+ "version": "3.2.5",
+ "resolved": "https://registry.npmjs.org/prettier-plugin-svelte/-/prettier-plugin-svelte-3.2.5.tgz",
+ "integrity": "sha512-vP/M/Goc8z4iVIvrwXwbrYVjJgA0Hf8PO1G4LBh/ocSt6vUP6sLvyu9F3ABEGr+dbKyxZjEKLkeFsWy/yYl0HQ==",
"dev": true,
"peerDependencies": {
"prettier": "^3.0.0",
@@ -3101,15 +3101,13 @@
}
},
"node_modules/svelte-check": {
- "version": "3.8.1",
- "resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-3.8.1.tgz",
- "integrity": "sha512-KlQ0TRVe01mdvh49Ylkr9FQxO/UWbQOtaIrccl3gjgkvby1TxY41VkT7ijCl6i29FjaJPE4m6YGmhdqov0MfkA==",
+ "version": "3.8.4",
+ "resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-3.8.4.tgz",
+ "integrity": "sha512-61aHMkdinWyH8BkkTX9jPLYxYzaAAz/FK/VQqdr2FiCQQ/q04WCwDlpGbHff1GdrMYTmW8chlTFvRWL9k0A8vg==",
"dev": true,
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.17",
"chokidar": "^3.4.1",
- "fast-glob": "^3.2.7",
- "import-fresh": "^3.2.1",
"picocolors": "^1.0.0",
"sade": "^1.7.4",
"svelte-preprocess": "^5.1.3",
@@ -3123,9 +3121,9 @@
}
},
"node_modules/svelte-eslint-parser": {
- "version": "0.39.1",
- "resolved": "https://registry.npmjs.org/svelte-eslint-parser/-/svelte-eslint-parser-0.39.1.tgz",
- "integrity": "sha512-0VR9gq2TOdSrJW94Qf2F3XrzXRQomXQtRZGFS3FEUr3G4J8DcpqXfBF1HJyOa3dACyGsKiBbOPF56pBgYaqXBA==",
+ "version": "0.39.2",
+ "resolved": "https://registry.npmjs.org/svelte-eslint-parser/-/svelte-eslint-parser-0.39.2.tgz",
+ "integrity": "sha512-87UwLuWTtDIuzWOhOi1zBL5wYVd07M5BK1qZ57YmXJB5/UmjUNJqGy3XSOhPqjckY1dATNV9y+mx+nI0WH6HPA==",
"dev": true,
"dependencies": {
"eslint-scope": "^7.2.2",
@@ -3337,9 +3335,9 @@
"dev": true
},
"node_modules/vite": {
- "version": "5.3.1",
- "resolved": "https://registry.npmjs.org/vite/-/vite-5.3.1.tgz",
- "integrity": "sha512-XBmSKRLXLxiaPYamLv3/hnP/KXDai1NDexN0FpkTaZXTfycHvkRHoenpgl/fvuK/kPbB6xAgoyiryAhQNxYmAQ==",
+ "version": "5.3.2",
+ "resolved": "https://registry.npmjs.org/vite/-/vite-5.3.2.tgz",
+ "integrity": "sha512-6lA7OBHBlXUxiJxbO5aAY2fsHHzDr1q7DvXYnyZycRs2Dz+dXBWuhpWHvmljTRTpQC2uvGmUFFkSHF2vGo90MA==",
"dev": true,
"dependencies": {
"esbuild": "^0.21.3",
diff --git a/examples/sveltekit/package.json b/examples/sveltekit/package.json
index 837c35555..85832615b 100644
--- a/examples/sveltekit/package.json
+++ b/examples/sveltekit/package.json
@@ -17,21 +17,21 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.2",
- "@sveltejs/kit": "^2.5.16",
+ "@sveltejs/kit": "^2.5.17",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/eslint": "^8.56.0",
"@types/node": "^20.12.12",
- "@typescript-eslint/eslint-plugin": "^7.13.1",
- "@typescript-eslint/parser": "^7.13.1",
+ "@typescript-eslint/eslint-plugin": "^7.14.1",
+ "@typescript-eslint/parser": "^7.14.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
- "eslint-plugin-svelte": "^2.40.0",
+ "eslint-plugin-svelte": "^2.41.0",
"prettier": "^3.3.2",
- "prettier-plugin-svelte": "^3.2.4",
+ "prettier-plugin-svelte": "^3.2.5",
"svelte": "^4.2.18",
- "svelte-check": "^3.8.1",
+ "svelte-check": "^3.8.4",
"tslib": "^2.6.3",
"typescript": "^5.0.0",
- "vite": "^5.3.1"
+ "vite": "^5.3.2"
}
}