diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-25 04:38:42 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-25 04:39:15 +0000 |
commit | bf759a2ac36787181d61771d45bb5279fa468b97 (patch) | |
tree | de412b54228355e5a8c472b09daa21a1c92d8c93 | |
parent | Bump svelte-check from 3.8.1 to 3.8.2 (diff) | |
download | zorascript-bf759a2ac36787181d61771d45bb5279fa468b97.tar zorascript-bf759a2ac36787181d61771d45bb5279fa468b97.tar.gz zorascript-bf759a2ac36787181d61771d45bb5279fa468b97.tar.bz2 zorascript-bf759a2ac36787181d61771d45bb5279fa468b97.tar.lz zorascript-bf759a2ac36787181d61771d45bb5279fa468b97.tar.xz zorascript-bf759a2ac36787181d61771d45bb5279fa468b97.tar.zst zorascript-bf759a2ac36787181d61771d45bb5279fa468b97.zip |
Bump eslint-plugin-svelte from 2.40.0 to 2.41.0
Bumps [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) from 2.40.0 to 2.41.0.
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases)
- [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/eslint-plugin-svelte@2.40.0...eslint-plugin-svelte@2.41.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-svelte
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | clients/www/package.json | 2 | ||||
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 24 |
3 files changed, 14 insertions, 14 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index d05a33f..c6b33a3 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -28,7 +28,7 @@ "autoprefixer": "10.4.19", "eslint": "^9.5.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-svelte": "^2.40.0", + "eslint-plugin-svelte": "^2.41.0", "iconify-icon": "^2.1.0", "postcss": "8.4.38", "prettier": "^3.3.2", diff --git a/package.json b/package.json index e245717..03b17fa 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@tauri-apps/cli": "^1.5.13", "eslint": "^9.5.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-svelte": "^2.40.0", + "eslint-plugin-svelte": "^2.41.0", "prettier": "^3.3.2", "typescript": "^5.5.2", "wasm-pack": "^0.12.1" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f37fe67..0151675 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: specifier: ^9.1.0 version: 9.1.0(eslint@9.5.0) eslint-plugin-svelte: - specifier: ^2.40.0 - version: 2.40.0(eslint@9.5.0)(svelte@4.2.18) + specifier: ^2.41.0 + version: 2.41.0(eslint@9.5.0)(svelte@4.2.18) prettier: specifier: ^3.3.2 version: 3.3.2 @@ -75,8 +75,8 @@ importers: specifier: ^9.1.0 version: 9.1.0(eslint@9.5.0) eslint-plugin-svelte: - specifier: ^2.40.0 - version: 2.40.0(eslint@9.5.0)(svelte@4.2.18) + specifier: ^2.41.0 + version: 2.41.0(eslint@9.5.0)(svelte@4.2.18) iconify-icon: specifier: ^2.1.0 version: 2.1.0 @@ -3003,8 +3003,8 @@ packages: eslint: 9.5.0 dev: true - /eslint-plugin-svelte@2.40.0(eslint@9.5.0)(svelte@4.2.18): - resolution: {integrity: sha512-JuOzmfVaMeEkBASL7smHu3tIU4D9rWkHuRNV+zm/5zgAwiZVvxrXM7TcfIOS+U7VXOr4uCZuE+kZTVTzS0IE+Q==} + /eslint-plugin-svelte@2.41.0(eslint@9.5.0)(svelte@4.2.18): + resolution: {integrity: sha512-gjU9Q/psxbWG1VNwYbEb0Q6U4W5PBGaDpYmO2zlQ+zlAMVS3Qt0luAK0ACi/tMSwRK6JENiySvMyJbO0YWmXSg==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0-0 || ^9.0.0-0 @@ -3018,14 +3018,14 @@ packages: eslint: 9.5.0 eslint-compat-utils: 0.5.1(eslint@9.5.0) 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@8.4.38) postcss-safe-parser: 6.0.0(postcss@8.4.38) postcss-selector-parser: 6.1.0 semver: 7.6.2 svelte: 4.2.18 - svelte-eslint-parser: 0.39.1(svelte@4.2.18) + svelte-eslint-parser: 0.39.2(svelte@4.2.18) transitivePeerDependencies: - ts-node dev: true @@ -3791,8 +3791,8 @@ packages: engines: {node: '>=6'} dev: true - /known-css-properties@0.32.0: - resolution: {integrity: sha512-PXuex21brpp7qENI143ZL5cWQcMR4IZVeeZv9ew6dg+bZX2xRUu/NzGKudZJY5DO4APiMkNPYIF8VGIdY08Tdw==} + /known-css-properties@0.34.0: + resolution: {integrity: sha512-tBECoUqNFbyAY4RrbqsBQqDFpGXAEbdD5QKr8kACx3+rnArmuuR22nKQWKazvp07N9yjTyDZaw/20UIH8tL9DQ==} dev: true /kolorist@1.8.0: @@ -4817,8 +4817,8 @@ packages: - sugarss dev: true - /svelte-eslint-parser@0.39.1(svelte@4.2.18): - resolution: {integrity: sha512-0VR9gq2TOdSrJW94Qf2F3XrzXRQomXQtRZGFS3FEUr3G4J8DcpqXfBF1HJyOa3dACyGsKiBbOPF56pBgYaqXBA==} + /svelte-eslint-parser@0.39.2(svelte@4.2.18): + resolution: {integrity: sha512-87UwLuWTtDIuzWOhOi1zBL5wYVd07M5BK1qZ57YmXJB5/UmjUNJqGy3XSOhPqjckY1dATNV9y+mx+nI0WH6HPA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: svelte: ^3.37.0 || ^4.0.0 || ^5.0.0-next.115 |