Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the npm group with 8 updates #48

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps the npm group with 8 updates:

Package From To
@sveltejs/kit 2.17.3 2.19.0
eslint 9.21.0 9.22.0
eslint-config-prettier 10.0.2 10.1.1
eslint-plugin-svelte 3.0.2 3.1.0
mdsvex-relative-images 1.0.3 2.0.0
svelte 5.21.0 5.22.6
svelte-check 4.1.4 4.1.5
vite 6.2.0 6.2.1

Updates @sveltejs/kit from 2.17.3 to 2.19.0

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.19.0

Minor Changes

  • feat: provide fetch to reroute (#13549)

Patch Changes

  • chore: cache reroute results (#13548)

@​sveltejs/kit@​2.18.0

Minor Changes

  • feat: allow async reroute (#13520)

  • feat: provide normalizeUrl helper (#13539)

Patch Changes

  • fix: correct navigation history with hash router and ensure load functions are rerun on user changes to URL hash (#13492)

  • fix: include universal load assets as server assets (#13531)

  • fix: Include root layout and error nodes even when apps have only prerendered pages (#13522)

  • fix: correctly preload data on mousedown/touchstart if code was preloaded on hover (#13530)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.19.0

Minor Changes

  • feat: provide fetch to reroute (#13549)

Patch Changes

  • chore: cache reroute results (#13548)

2.18.0

Minor Changes

  • feat: allow async reroute (#13520)

  • feat: provide normalizeUrl helper (#13539)

Patch Changes

  • fix: correct navigation history with hash router and ensure load functions are rerun on user changes to URL hash (#13492)

  • fix: include universal load assets as server assets (#13531)

  • fix: Include root layout and error nodes even when apps have only prerendered pages (#13522)

  • fix: correctly preload data on mousedown/touchstart if code was preloaded on hover (#13530)

Commits

Updates eslint from 9.21.0 to 9.22.0

Release notes

Sourced from eslint's releases.

v9.22.0

Features

  • 7ddb095 feat: Export defineConfig, globalIgnores (#19487) (Nicholas C. Zakas)

Bug Fixes

  • 19c0127 fix: improve message for no-console suggestions (#19483) (Francesco Trotta)
  • 49e624f fix: improve error message for falsy parsed JS AST (#19458) (Josh Goldberg ✨)

Documentation

  • 86c5f37 docs: Update README (GitHub Actions Bot)
  • fbdeff0 docs: Update README (GitHub Actions Bot)
  • c9e8510 docs: generate deprecation notice in TSDoc comments from rule metadata (#19461) (Francesco Trotta)
  • 2f386ad docs: replace var with const in rule examples (#19469) (Tanuj Kanti)
  • 0e688e3 docs: Update README (GitHub Actions Bot)
  • 06b596d docs: Restore the carrot to the position where the search input was lost (#19459) (Amaresh S M)

Chores

Changelog

Sourced from eslint's changelog.

v9.22.0 - March 7, 2025

  • 97f788b chore: upgrade @​eslint/js@​9.22.0 (#19489) (Milos Djermanovic)
  • eed409a chore: package.json update for @​eslint/js release (Jenkins)
  • f9a56d3 chore: upgrade [email protected] (#19488) (Milos Djermanovic)
  • 7ddb095 feat: Export defineConfig, globalIgnores (#19487) (Nicholas C. Zakas)
  • 86c5f37 docs: Update README (GitHub Actions Bot)
  • 19c0127 fix: improve message for no-console suggestions (#19483) (Francesco Trotta)
  • fbdeff0 docs: Update README (GitHub Actions Bot)
  • c9e8510 docs: generate deprecation notice in TSDoc comments from rule metadata (#19461) (Francesco Trotta)
  • 2f386ad docs: replace var with const in rule examples (#19469) (Tanuj Kanti)
  • 0e688e3 docs: Update README (GitHub Actions Bot)
  • 49e624f fix: improve error message for falsy parsed JS AST (#19458) (Josh Goldberg ✨)
  • 06b596d docs: Restore the carrot to the position where the search input was lost (#19459) (Amaresh S M)
Commits

Updates eslint-config-prettier from 10.0.2 to 10.1.1

Release notes

Sourced from eslint-config-prettier's releases.

v10.1.1

Patch Changes

  • #309 eb56a5e Thanks @​JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also prettier/eslint-config-prettier#308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";

v10.1.0

Minor Changes

v10.0.3

Patch Changes

New Contributors

Full Changelog: prettier/eslint-config-prettier@v10.0.2...v10.0.3

Changelog

Sourced from eslint-config-prettier's changelog.

10.1.1

Patch Changes

  • #309 eb56a5e Thanks @​JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also prettier/eslint-config-prettier#308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";

10.1.0

Minor Changes

10.0.3

Patch Changes

Commits

Updates eslint-plugin-svelte from 3.0.2 to 3.1.0

Release notes

Sourced from eslint-plugin-svelte's releases.

[email protected]

Minor Changes

Patch Changes

[email protected]

Patch Changes

Commits
  • 62d96cd chore: release eslint-plugin-svelte (#1117)
  • 9b76b46 fix: check property key instead of value in valid-prop-names-in-kit-pages r...
  • 00e9b53 Update pkg.pr.new-comment.yml
  • 0a03362 chore: add changeset for #1124 (#1125)
  • 976e4f0 fix(consistent-selector-style): not reporting class selectors used in class d...
  • 3b01537 fix(no-navigation-without-base): ignoring fragment links (#1107)
  • 2d2007d fix: support windows path delimiter (#1124)
  • 615e9d3 chore(deps): update dependency eslint to ~9.22.0 (#1119)
  • a584260 chore(deps): update pnpm to v9.15.7 (#1118)
  • df1647f feat: add excludedRunes option to the prefer-const rule (#1064)
  • Additional commits viewable in compare view

Updates mdsvex-relative-images from 1.0.3 to 2.0.0

Release notes

Sourced from mdsvex-relative-images's releases.

2.0.0

Huge thank you to @​ThisIsFayad for the work on the changes in this release mattjennings/mdsvex-relative-images#8

Features

  • Support relative paths
  • Support paths passed to components
  • Support aliased paths when prefixed with $ e.g. $lib/assets/my-image.png
Commits

Updates svelte from 5.21.0 to 5.22.6

Release notes

Sourced from svelte's releases.

[email protected]

Patch Changes

  • fix: skip log_if_contains_state if only logging literals (#15468)

  • fix: Add closedby property to HTMLDialogAttributes type (#15458)

  • fix: null and warnings for local handlers (#15460)

[email protected]

Patch Changes

  • fix: memoize clsx calls (#15456)

  • fix: respect svelte-ignore hydration_attribute_changed on elements with spread attributes (#15443)

  • fix: always use setAttribute when setting style (#15323)

  • fix: make style: directive and CSS handling more robust (#15418)

[email protected]

Patch Changes

  • fix: never deduplicate expressions in templates (#15451)

[email protected]

Patch Changes

  • fix: run effect roots in tree order (#15446)

[email protected]

Patch Changes

  • fix: correctly set is_updating before flushing root effects (#15442)

[email protected]

Patch Changes

  • chore: switch acorn-typescript plugin (#15393)

[email protected]

Minor Changes

  • feat: Add idPrefix option to render (#15428)

Patch Changes

  • fix: make dialog element and role interactive (#15429)
Changelog

Sourced from svelte's changelog.

5.22.6

Patch Changes

  • fix: skip log_if_contains_state if only logging literals (#15468)

  • fix: Add closedby property to HTMLDialogAttributes type (#15458)

  • fix: null and warnings for local handlers (#15460)

5.22.5

Patch Changes

  • fix: memoize clsx calls (#15456)

  • fix: respect svelte-ignore hydration_attribute_changed on elements with spread attributes (#15443)

  • fix: always use setAttribute when setting style (#15323)

  • fix: make style: directive and CSS handling more robust (#15418)

5.22.4

Patch Changes

  • fix: never deduplicate expressions in templates (#15451)

5.22.3

Patch Changes

  • fix: run effect roots in tree order (#15446)

5.22.2

Patch Changes

  • fix: correctly set is_updating before flushing root effects (#15442)

5.22.1

Patch Changes

  • chore: switch acorn-typescript plugin (#15393)

5.22.0

Minor Changes

... (truncated)

Commits

Updates svelte-check from 4.1.4 to 4.1.5

Release notes

Sourced from svelte-check's releases.

svelte-check-4.1.5

  • fix: take other snippets into account when checking for hoistability (#2668)
  • fix: disambiguate render in module script (#2667)
  • fix: properly transform $props.id when $props is assigned to props (#2694)
  • fix: handle booleanish popover (#2702)
  • chore: bump vscode-html/css-language-service (#2677)
  • fix: use referenced project's compiler option to get resolution mode (#2676)
Commits
  • 58a86ba chore: bump to typescript 5.8 (#2704)
  • 58d28ca fix: highlight type annotation in @const tags
  • 59796de fix: handle booleanish popover (#2702)
  • ca668e2 perf: cache files during emitDts (#2701)
  • e284968 fix: correctly handle unclosed tags with same type tag inside (#2682)
  • af88417 fix: use referenced project's compiler option to get resolution mode (#2676)
  • 9ee7e9c fix: prevent error when the script tag is removed in nodenext projects (#2635)
  • bcd6dd0 chore: bump vscode-html/css-language-service (#2677)
  • c942382 fix: properly transform $props.id when $props is assigned to props (#2694)
  • 8af8141 fix: don't show html tag completion with namespace component (#2685)
  • Additional commits viewable in compare view

Updates vite from 6.2.0 to 6.2.1

Release notes

Sourced from vite's releases.

[email protected]

Please refer to CHANGELOG.md for details.

v6.2.1

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.2.1 (2025-03-07)

Commits
  • d8461b5 release: v6.2.0
  • c94c9e0 fix(deps): update all non-major dependencies (#19501)
  • 5c70296 chore: use unicode cross icon instead of x (#19497)
  • 07091a1 fix(worker): string interpolation in dynamic worker options (#19476)
  • e01573a release: v6.2.0-beta.1
  • 12b0b8a fix(css): temporary add ?. after this.getModuleInfo in vite:css-post (#...
  • d686252 release: v6.2.0-beta.0
  • 3ebd838 feat(css): allow scoping css to importers exports (#19418)
  • f6926ca feat: use host url to open browser (#19414)
  • c575b82 feat: show mode on server start and add env debugger (#18808)
  • Additional commits viewable in compare view

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 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.17.3` | `2.19.0` |
| [eslint](https://github.com/eslint/eslint) | `9.21.0` | `9.22.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.0.2` | `10.1.1` |
| [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) | `3.0.2` | `3.1.0` |
| [mdsvex-relative-images](https://github.com/mattjennings/mdsvex-relative-images) | `1.0.3` | `2.0.0` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.21.0` | `5.22.6` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `4.1.4` | `4.1.5` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.2.0` | `6.2.1` |


Updates `@sveltejs/kit` from 2.17.3 to 2.19.0
- [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 `eslint` from 9.21.0 to 9.22.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.21.0...v9.22.0)

Updates `eslint-config-prettier` from 10.0.2 to 10.1.1
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v10.0.2...v10.1.1)

Updates `eslint-plugin-svelte` from 3.0.2 to 3.1.0
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases)
- [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/[email protected]@3.1.0)

Updates `mdsvex-relative-images` from 1.0.3 to 2.0.0
- [Release notes](https://github.com/mattjennings/mdsvex-relative-images/releases)
- [Commits](https://github.com/mattjennings/mdsvex-relative-images/commits/2.0.0)

Updates `svelte` from 5.21.0 to 5.22.6
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte)

Updates `svelte-check` from 4.1.4 to 4.1.5
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](sveltejs/language-tools@svelte-check-4.1.4...svelte-check-4.1.5)

Updates `vite` from 6.2.0 to 6.2.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/[email protected]/packages/vite)

---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint-plugin-svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: mdsvex-relative-images
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: svelte-check
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner March 10, 2025 08:32
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 10, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 17, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 17, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-b60b6d0668 branch March 17, 2025 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants