diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-09 22:23:36 +0000 |
---|---|---|
committer | Matthew Strapp <matt@mattstrapp.net> | 2023-11-09 19:11:02 -0600 |
commit | ac6be6b83ac8f65a449476462de7e867a8fe5150 (patch) | |
tree | 400dea14c0fd3ebe6f68e11d5eeaa9145b7a337b /pnpm-lock.yaml | |
parent | Bump vite-plugin-pwa from 0.16.6 to 0.16.7 (diff) | |
download | trinkets-ac6be6b83ac8f65a449476462de7e867a8fe5150.tar trinkets-ac6be6b83ac8f65a449476462de7e867a8fe5150.tar.gz trinkets-ac6be6b83ac8f65a449476462de7e867a8fe5150.tar.bz2 trinkets-ac6be6b83ac8f65a449476462de7e867a8fe5150.tar.lz trinkets-ac6be6b83ac8f65a449476462de7e867a8fe5150.tar.xz trinkets-ac6be6b83ac8f65a449476462de7e867a8fe5150.tar.zst trinkets-ac6be6b83ac8f65a449476462de7e867a8fe5150.zip |
Bump eslint-plugin-svelte from 2.34.0 to 2.35.0
Bumps [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) from 2.34.0 to 2.35.0.
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/v2.34.0...v2.35.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>
Diffstat (limited to 'pnpm-lock.yaml')
-rw-r--r-- | pnpm-lock.yaml | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 005d632..055a525 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -79,8 +79,8 @@ importers: specifier: 9.0.0 version: 9.0.0(eslint@8.53.0) eslint-plugin-svelte: - specifier: 2.34.0 - version: 2.34.0(eslint@8.53.0)(svelte@4.2.2) + specifier: 2.35.0 + version: 2.35.0(eslint@8.53.0)(svelte@4.2.2) html-minifier-terser: specifier: 7.2.0 version: 7.2.0 @@ -2765,6 +2765,15 @@ packages: engines: {node: '>=10'} dev: true + /eslint-compat-utils@0.1.2(eslint@8.53.0): + resolution: {integrity: sha512-Jia4JDldWnFNIru1Ehx1H5s9/yxiRHY/TimCuUc0jNexew3cF1gI6CYZil1ociakfWO3rRqFjl1mskBblB3RYg==} + engines: {node: '>=12'} + peerDependencies: + eslint: '>=6.0.0' + dependencies: + eslint: 8.53.0 + dev: true + /eslint-config-prettier@9.0.0(eslint@8.53.0): resolution: {integrity: sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==} hasBin: true @@ -2774,8 +2783,8 @@ packages: eslint: 8.53.0 dev: true - /eslint-plugin-svelte@2.34.0(eslint@8.53.0)(svelte@4.2.2): - resolution: {integrity: sha512-4RYUgNai7wr0v+T/kljMiYSjC/oqwgq5i+cPppawryAayj4C7WK1ixFlWCGmNmBppnoKCl4iA4ZPzPtlHcb4CA==} + /eslint-plugin-svelte@2.35.0(eslint@8.53.0)(svelte@4.2.2): + resolution: {integrity: sha512-3WDFxNrkXaMlpqoNo3M1ZOQuoFLMO9+bdnN6oVVXaydXC7nzCJuGy9a0zqoNDHMSRPYt0Rqo6hIdHMEaI5sQnw==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0-0 @@ -2788,8 +2797,9 @@ packages: '@jridgewell/sourcemap-codec': 1.4.15 debug: 4.3.4 eslint: 8.53.0 + eslint-compat-utils: 0.1.2(eslint@8.53.0) esutils: 2.0.3 - known-css-properties: 0.28.0 + known-css-properties: 0.29.0 postcss: 8.4.31 postcss-load-config: 3.1.4(postcss@8.4.31) postcss-safe-parser: 6.0.0(postcss@8.4.31) @@ -3552,8 +3562,8 @@ packages: engines: {node: '>=6'} dev: true - /known-css-properties@0.28.0: - resolution: {integrity: sha512-9pSL5XB4J+ifHP0e0jmmC98OGC1nL8/JjS+fi6mnTlIf//yt/MfVLtKg7S6nCtj/8KTcWX7nRlY0XywoYY1ISQ==} + /known-css-properties@0.29.0: + resolution: {integrity: sha512-Ne7wqW7/9Cz54PDt4I3tcV+hAyat8ypyOGzYRJQfdxnnjeWsTxt1cy8pjvvKeI5kfXuyvULyeeAvwvvtAX3ayQ==} dev: true /leven@3.1.0: |