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 svelte group across 1 directory with 7 updates #94

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 2, 2024

Bumps the svelte group with 7 updates in the / directory:

Package From To
@sveltejs/adapter-auto 3.2.5 3.3.1
@sveltejs/adapter-node 5.2.5 5.2.9
@sveltejs/adapter-static 3.0.5 3.0.6
@sveltejs/kit 2.5.25 2.7.4
@sveltejs/vite-plugin-svelte 3.1.2 4.0.0
svelte 4.2.19 5.1.9
svelte-check 3.8.6 4.0.5

Updates @sveltejs/adapter-auto from 3.2.5 to 3.3.1

Release notes

Sourced from @​sveltejs/adapter-auto's releases.

@​sveltejs/adapter-auto@​3.3.1

Patch Changes

Changelog

Sourced from @​sveltejs/adapter-auto's changelog.

3.3.1

Patch Changes

3.3.0

Minor Changes

  • feat: add support for Bun package manager (#12854)
Commits

Updates @sveltejs/adapter-node from 5.2.5 to 5.2.9

Release notes

Sourced from @​sveltejs/adapter-node's releases.

@​sveltejs/adapter-node@​5.2.9

Patch Changes

@​sveltejs/adapter-node@​5.2.8

Patch Changes

  • chore: upgrade @​rollup/plugin-commonjs to 28.0.1 (#12817)

@​sveltejs/adapter-node@​5.2.7

Patch Changes

@​sveltejs/adapter-node@​5.2.6

Patch Changes

  • fix: use node: imports to support Deno (#12785)
Changelog

Sourced from @​sveltejs/adapter-node's changelog.

5.2.9

Patch Changes

5.2.8

Patch Changes

  • chore: upgrade @​rollup/plugin-commonjs to 28.0.1 (#12817)

5.2.7

Patch Changes

5.2.6

Patch Changes

  • fix: use node: imports to support Deno (#12785)
Commits

Updates @sveltejs/adapter-static from 3.0.5 to 3.0.6

Release notes

Sourced from @​sveltejs/adapter-static's releases.

@​sveltejs/adapter-static@​3.0.6

Patch Changes

Changelog

Sourced from @​sveltejs/adapter-static's changelog.

3.0.6

Patch Changes

Commits

Updates @sveltejs/kit from 2.5.25 to 2.7.4

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.7.4

Patch Changes

  • fix: ensure element is focused after subsequent clicks of the same hash link (#12866)

  • fix: avoid preload if event default was prevented for touchstart and mousedown events (#12887)

  • fix: avoid reloading behaviour for hash links with data-sveltekit-reload if the hash is on the same page (#12866)

@​sveltejs/kit@​2.7.3

Patch Changes

  • fix: include importer in illegal import error message (#12820)

  • fix: don't try reading assets directly that aren't present (#12876)

  • fix: decode non-latin characters when previewing prerendered pages (#12874)

  • fix: better error message when a Result is returned from a form action (#12829)

  • docs: update URLs for new svelte.dev site (#12857)

@​sveltejs/kit@​2.7.2

Patch Changes

  • fix: use absolute links in JSDoc comments (#12718)

@​sveltejs/kit@​2.7.1

Patch Changes

  • chore: upgrade to sirv 3.0 (#12796)

  • fix: warn when form action responses are lost because SSR is off (#12063)

@​sveltejs/kit@​2.7.0

Minor Changes

  • feat: update service worker when new version is detected (#12448)

Patch Changes

  • fix: correctly handle relative paths when fetching assets on the server (#12113)

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.7.4

Patch Changes

  • fix: ensure element is focused after subsequent clicks of the same hash link (#12866)

  • fix: avoid preload if event default was prevented for touchstart and mousedown events (#12887)

  • fix: avoid reloading behaviour for hash links with data-sveltekit-reload if the hash is on the same page (#12866)

2.7.3

Patch Changes

  • fix: include importer in illegal import error message (#12820)

  • fix: don't try reading assets directly that aren't present (#12876)

  • fix: decode non-latin characters when previewing prerendered pages (#12874)

  • fix: better error message when a Result is returned from a form action (#12829)

  • docs: update URLs for new svelte.dev site (#12857)

2.7.2

Patch Changes

  • fix: use absolute links in JSDoc comments (#12718)

2.7.1

Patch Changes

  • chore: upgrade to sirv 3.0 (#12796)

  • fix: warn when form action responses are lost because SSR is off (#12063)

2.7.0

Minor Changes

  • feat: update service worker when new version is detected (#12448)

... (truncated)

Commits

Updates @sveltejs/vite-plugin-svelte from 3.1.2 to 4.0.0

Release notes

Sourced from @​sveltejs/vite-plugin-svelte's releases.

@​sveltejs/vite-plugin-svelte@​4.0.0

Major Changes

  • only prebundle files with default filenames (.svelte for components, .svelte.(js|ts) for modules) (#901)

  • remove support for Svelte 4 (#892)

  • breaking(types): some types that have been unintentionally public are now private (#934)

  • disable script preprocessing in vitePreprocess() by default because Svelte 5 supports lang=ts out of the box (#892)

  • replaced svelte-hmr with Svelte 5 compiler hmr integration (#892)

Minor Changes

  • allow infix notation for svelte modules (#901)

    Previously, only suffix notation .svelte.js was allowed, now you can also use .svelte.test.js or .svelte.stories.js. This helps when writing testcases or other auxillary code where you may want to use runes too.

  • feat(config): dynamically extract list of svelte exports from peer dependency so that new exports work automatically" (#941)

  • feat(warnings): change default loglevel of warnings originating from files in node_modules to debug. To see them call DEBUG:vite-plugin-svelte:node-modules-onwarn pnpm build. (#989)

Patch Changes

  • fix: make defaultHandler a required argument for onwarn in plugin options (#895)

  • prebundle with dev: true by default (#901)

  • fix(dev): compile with hmr: false for prebundled deps as hmr does not work with that (#950)

  • fix: ensure svelte modules correctly run in DEV mode (#906)

  • ensure consistent use of compileOptions.hmr also for prebundling (#956)

  • fix(optimizeDeps): avoid to optimise server only entrypoints of svelte that are never used on the client (#941)

  • update peer on workspace packages to avoid packages bumping each other (#916)

... (truncated)

Changelog

Sourced from @​sveltejs/vite-plugin-svelte's changelog.

4.0.0

Major Changes

  • only prebundle files with default filenames (.svelte for components, .svelte.(js|ts) for modules) (#901)

  • remove support for Svelte 4 (#892)

  • breaking(types): some types that have been unintentionally public are now private (#934)

  • disable script preprocessing in vitePreprocess() by default because Svelte 5 supports lang=ts out of the box (#892)

  • replaced svelte-hmr with Svelte 5 compiler hmr integration (#892)

Minor Changes

  • allow infix notation for svelte modules (#901)

    Previously, only suffix notation .svelte.js was allowed, now you can also use .svelte.test.js or .svelte.stories.js. This helps when writing testcases or other auxillary code where you may want to use runes too.

  • feat(config): dynamically extract list of svelte exports from peer dependency so that new exports work automatically" (#941)

  • feat(warnings): change default loglevel of warnings originating from files in node_modules to debug. To see them call DEBUG:vite-plugin-svelte:node-modules-onwarn pnpm build. (#989)

Patch Changes

  • fix: make defaultHandler a required argument for onwarn in plugin options (#895)

  • prebundle with dev: true by default (#901)

  • fix(dev): compile with hmr: false for prebundled deps as hmr does not work with that (#950)

  • fix: ensure svelte modules correctly run in DEV mode (#906)

  • ensure consistent use of compileOptions.hmr also for prebundling (#956)

... (truncated)

Commits

Updates svelte from 4.2.19 to 5.1.9

Release notes

Sourced from svelte's releases.

[email protected]

Patch Changes

  • fix: ensure transitions are applied to nested elements (#14080)

[email protected]

Patch Changes

  • fix: ensure compiler statements are correctly included (#14074)

[email protected]

Patch Changes

  • fix: ensure each block inert items are disposed of if the each block is also inert (#13930)

  • fix: allow warningFilter option for compileModule (#14066)

  • fix: ensure onMount correctly fires when new expressions are used (#14049)

  • fix: wrap :id, :where``:not and :has with :global during migration (#13850)

  • fix: ensure custom element attribute/prop changes are in their own context (#14016)

[email protected]

Patch Changes

  • fix: ensure child effects are destroyed before their deriveds (#14043)

[email protected]

Patch Changes

  • fix: replace typo in compiler error messages (#14044)

  • fix: preserve the separator between selectors when an unused selector is in between (#13954)

  • fix: more robust re-subscribe detection for fromStore (#13995)

  • fix: allow to pass in TS preference to migration (#13929)

  • fix: extend derived/state validation error to indirect exports (#14039)

  • fix: minify inject CSS in prod mode (#14006)

  • fix: ensure toStore subscription correctly syncs latest value (#14015)

  • fix: don't access requestAnimationFrame until needed to reduce need for mocks during testing (#14040)

  • fix: ensure element effects are executed in the correct order (#14038)

  • fix: make compiler error extend from Error (#14036)

... (truncated)

Changelog

Sourced from svelte's changelog.

5.1.9

Patch Changes

  • fix: ensure transitions are applied to nested elements (#14080)

5.1.8

Patch Changes

  • fix: ensure compiler statements are correctly included (#14074)

5.1.7

Patch Changes

  • fix: ensure each block inert items are disposed of if the each block is also inert (#13930)

  • fix: allow warningFilter option for compileModule (#14066)

  • fix: ensure onMount correctly fires when new expressions are used (#14049)

  • fix: wrap :id, :where``:not and :has with :global during migration (#13850)

  • fix: ensure custom element attribute/prop changes are in their own context (#14016)

5.1.6

Patch Changes

  • fix: ensure child effects are destroyed before their deriveds (#14043)

5.1.5

Patch Changes

  • fix: replace typo in compiler error messages (#14044)

  • fix: preserve the separator between selectors when an unused selector is in between (#13954)

  • fix: more robust re-subscribe detection for fromStore (#13995)

  • fix: allow to pass in TS preference to migration (#13929)

  • fix: extend derived/state validation error to indirect exports (#14039)

  • fix: minify inject CSS in prod mode (#14006)

  • fix: ensure toStore subscription correctly syncs latest value (#14015)

... (truncated)

Commits

Updates svelte-check from 3.8.6 to 4.0.5

Release notes

Sourced from svelte-check's releases.

svelte-check-4.0.5

  • fix: include named exports in svelte 5 type (#2528)

svelte-check-4.0.4

  • fix: relax component constructor type (#2524)

svelte-check-4.0.3

  • breaking(svelte5): only generate function component shape in runes mode (#2517). This means you can no longer just do Component in type positions. Instead you need to prepend it with typeof. Here's how you do it:
    • ...when typing a component instance: Before: let x: Component. After: let x: ReturnType<typeof Component>
    • ...when typing a component constructor/function: Before let x: typeof Component. After let x: typeof Component (no change)
  • fix: revert additional two-way-binding checks as they were causing bugs (#2508)
  • fix: include files indirectly belonging to a project into correct project (#2488)
  • fix: check project files update more aggressively before assigning service (#2518)
  • chore: upgrade to chokidar 4 (#2502)

svelte-check-4.0.2

  • fix: ensure components typed through Svelte 5's Component interface get proper intellisense

svelte-check-4.0.1

  • fix: remove ancient process augmentation from internal d.ts file

svelte-check-4.0.0

  • chore: bump magic-string (#2476)
  • chore: switch from fast-glob to fdir (#2433)
  • fix: detect tag (#2482)
  • feat: better type checking for bindings in Svelte 5 (#2477)
  • feat: replace svelte-preprocess with barebones TS preprocessor (#2452)
  • feat: project reference support (#2463)

Breaking changes

  • require Svelte 4 or later (#2453)
  • make TypeScript a peer dependency, require TS 5 or later (#2453)
  • require node 18 or later (#2453)
  • process augmentation (declaring a process.browser field) was removed
  • slight changes to how files are assigned to which tsconfig.json (#1234, #2463)
  • slight changes to how Svelte module resolution works; .svelte files now take precedence over .svelte.js/ts files (if both exist) (#2481)
  • language-server now forces fewer TypeScript options. Most notably skipLibCheck is no longer forced to true, which may result in d.ts files now being checked in your project, which they were not before, revealing type errors. Either fix those or add "skipLibCheck": true to your tsconfig.json (#1976, #2463)
Commits
  • 156bd7d fix: correctly position quick fixes in instance and module (#2531)
  • a167a93 feat: provide Svelte 5 component migration command
  • b12afd1 fix: include named exports in svelte 5 type (#2528)
  • 4dfb988 fix: relax component constructor type (#2524)
  • fc2144b chore: upgrade to chokidar 4 (#2502)
  • 7c76ec5 fix: check project files update more aggressively before assigning service (#...
  • 837b61f breaking(svelte5): only generate function component shape in runes mode (#2517)
  • 35af691 perf: auto import cache for svelte-kit language service proxy (#2513)
  • 81019d9 fix: revert additional two-way-binding checks (#2508)
  • e74f1d7 chore: revert accidental commit
  • 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 svelte group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@sveltejs/adapter-auto](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-auto) | `3.2.5` | `3.3.1` |
| [@sveltejs/adapter-node](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-node) | `5.2.5` | `5.2.9` |
| [@sveltejs/adapter-static](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-static) | `3.0.5` | `3.0.6` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.5.25` | `2.7.4` |
| [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) | `3.1.2` | `4.0.0` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.19` | `5.1.9` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `3.8.6` | `4.0.5` |



Updates `@sveltejs/adapter-auto` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/adapter-auto/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/adapter-auto)

Updates `@sveltejs/adapter-node` from 5.2.5 to 5.2.9
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/adapter-node/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/adapter-node)

Updates `@sveltejs/adapter-static` from 3.0.5 to 3.0.6
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/adapter-static/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/adapter-static)

Updates `@sveltejs/kit` from 2.5.25 to 2.7.4
- [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 `@sveltejs/vite-plugin-svelte` from 3.1.2 to 4.0.0
- [Release notes](https://github.com/sveltejs/vite-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/vite-plugin-svelte/blob/main/packages/vite-plugin-svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/[email protected]/packages/vite-plugin-svelte)

Updates `svelte` from 4.2.19 to 5.1.9
- [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 3.8.6 to 4.0.5
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](sveltejs/language-tools@svelte-check-3.8.6...svelte-check-4.0.5)

---
updated-dependencies:
- dependency-name: "@sveltejs/adapter-auto"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: svelte
- dependency-name: "@sveltejs/adapter-node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: svelte
- dependency-name: "@sveltejs/adapter-static"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: svelte
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: svelte
- dependency-name: "@sveltejs/vite-plugin-svelte"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: svelte
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: svelte
- dependency-name: svelte-check
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: svelte
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from NatoBoram as a code owner November 2, 2024 08:29
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2024

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

@dependabot dependabot bot closed this Dec 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/svelte-a4b60f787b branch December 1, 2024 22:34
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