Skip to content

Commit

Permalink
chore(deps-dev): bump svelte-eslint-parser from 0.39.2 to 0.40.0
Browse files Browse the repository at this point in the history
Bumps [svelte-eslint-parser](https://github.com/sveltejs/svelte-eslint-parser) from 0.39.2 to 0.40.0.
- [Release notes](https://github.com/sveltejs/svelte-eslint-parser/releases)
- [Changelog](https://github.com/sveltejs/svelte-eslint-parser/blob/main/CHANGELOG.md)
- [Commits](sveltejs/svelte-eslint-parser@v0.39.2...v0.40.0)

---
updated-dependencies:
- dependency-name: svelte-eslint-parser
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and benoitf committed Jul 12, 2024
1 parent 12eb178 commit 4fffd9e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"postcss-load-config": "^6.0.1",
"svelte": "5.0.0-next.164",
"svelte-check": "^3.8.4",
"svelte-eslint-parser": "^0.39.1",
"svelte-eslint-parser": "^0.40.0",
"svelte-fa": "^4.0.2",
"svelte-preprocess": "^6.0.2",
"svelte-steps": "2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"postcss-load-config": "^6.0.1",
"svelte": "5.0.0-next.164",
"svelte-check": "^3.8.4",
"svelte-eslint-parser": "^0.39.1",
"svelte-eslint-parser": "^0.40.0",
"svelte-preprocess": "^6.0.2",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.3",
Expand Down
13 changes: 12 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18599,7 +18599,7 @@ svelte-check@^3.8.4:
svelte-preprocess "^5.1.3"
typescript "^5.0.3"

svelte-eslint-parser@^0.39.1, svelte-eslint-parser@^0.39.2:
svelte-eslint-parser@^0.39.2:
version "0.39.2"
resolved "https://registry.yarnpkg.com/svelte-eslint-parser/-/svelte-eslint-parser-0.39.2.tgz#f1c0d2be625059f5717661f4bb17e4489032b17c"
integrity sha512-87UwLuWTtDIuzWOhOi1zBL5wYVd07M5BK1qZ57YmXJB5/UmjUNJqGy3XSOhPqjckY1dATNV9y+mx+nI0WH6HPA==
Expand All @@ -18610,6 +18610,17 @@ svelte-eslint-parser@^0.39.1, svelte-eslint-parser@^0.39.2:
postcss "^8.4.38"
postcss-scss "^4.0.9"

svelte-eslint-parser@^0.40.0:
version "0.40.0"
resolved "https://registry.yarnpkg.com/svelte-eslint-parser/-/svelte-eslint-parser-0.40.0.tgz#f0d82c6248ced984af8c7ceb5a0c7294fd5a161e"
integrity sha512-M+v1HhC5T1WKYVxWexUCS4o6oIBS88XKzOZuhl2ew+eGxol7eC21e+VE8TC4rXJ3iT3iXT0qlZsZcpKjVo5/zQ==
dependencies:
eslint-scope "^7.2.2"
eslint-visitor-keys "^3.4.3"
espree "^9.6.1"
postcss "^8.4.39"
postcss-scss "^4.0.9"

svelte-fa@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/svelte-fa/-/svelte-fa-4.0.2.tgz#f73aab661bf1758d726f06db321f0ffb8e2f40d6"
Expand Down

0 comments on commit 4fffd9e

Please sign in to comment.