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

deps(example): Bump the dependencies group across 1 directory with 5 updates #2234

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 5 updates in the /examples/sveltekit directory:

Package From To
@sveltejs/kit 2.8.0 2.8.1
prettier-plugin-svelte 3.2.7 3.2.8
svelte 5.1.12 5.1.16
svelte-check 4.0.5 4.0.7
vite 5.4.10 5.4.11

Updates @sveltejs/kit from 2.8.0 to 2.8.1

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.8.1

Patch Changes

  • fix: only add nonce to script-src-elem, style-src-attr and style-src-elem CSP directives when unsafe-inline is not present (#11613)

  • fix: support HTTP/2 in dev and production. Revert the changes from #12907 to downgrade HTTP/2 to TLS as now being unnecessary (#12989)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.8.1

Patch Changes

  • fix: only add nonce to script-src-elem, style-src-attr and style-src-elem CSP directives when unsafe-inline is not present (#11613)

  • fix: support HTTP/2 in dev and production. Revert the changes from #12907 to downgrade HTTP/2 to TLS as now being unnecessary (#12989)

Commits

Updates prettier-plugin-svelte from 3.2.7 to 3.2.8

Changelog

Sourced from prettier-plugin-svelte's changelog.

3.2.8

  • (chore) provide IDE tooling a way to pass Svelte compiler path
Commits

Updates svelte from 5.1.12 to 5.1.16

Release notes

Sourced from svelte's releases.

[email protected]

Patch Changes

  • fix: don't wrap pseudo classes inside :global(...) with another :global(...) during migration (#14267)

  • fix: bail on named slots with that have reserved keywords during migration (#14278)

[email protected]

Patch Changes

  • fix: consider static attributes that are inlined in the template (#14249)

[email protected]

Patch Changes

  • fix: migration script messing with attributes (#14260)

  • fix: do not treat reassigned synthetic binds as state in runes mode (#14236)

  • fix: account for mutations in script module in ownership check (#14253)

  • fix: consider img with loading attribute not static (#14237)

[email protected]

Patch Changes

  • fix: add migration task when there's a variable named that would conflict with a rune (#14216)

  • fix: consider valueOf in the reactive methods of SvelteDate (#14227)

  • fix: handle sibling combinators within :has (#14213)

  • fix: consider variables with synthetic store sub as state (#14195)

  • fix: read index as a source in legacy keyed each block (#14208)

  • fix: account for shadowing children slot during migration (#14224)

  • fix: ensure explicit nesting selector is always applied (#14193)

  • fix: add lang="ts" attribute during migration if needed (#14222)

Changelog

Sourced from svelte's changelog.

5.1.16

Patch Changes

  • fix: don't wrap pseudo classes inside :global(...) with another :global(...) during migration (#14267)

  • fix: bail on named slots with that have reserved keywords during migration (#14278)

5.1.15

Patch Changes

  • fix: consider static attributes that are inlined in the template (#14249)

5.1.14

Patch Changes

  • fix: migration script messing with attributes (#14260)

  • fix: do not treat reassigned synthetic binds as state in runes mode (#14236)

  • fix: account for mutations in script module in ownership check (#14253)

  • fix: consider img with loading attribute not static (#14237)

5.1.13

Patch Changes

  • fix: add migration task when there's a variable named that would conflict with a rune (#14216)

  • fix: consider valueOf in the reactive methods of SvelteDate (#14227)

  • fix: handle sibling combinators within :has (#14213)

  • fix: consider variables with synthetic store sub as state (#14195)

  • fix: read index as a source in legacy keyed each block (#14208)

  • fix: account for shadowing children slot during migration (#14224)

  • fix: ensure explicit nesting selector is always applied (#14193)

  • fix: add lang="ts" attribute during migration if needed (#14222)

Commits
  • f5a7d49 Version Packages (#14274)
  • 0330618 fix: named slots with reserved keywords during migration (#14278)
  • 36ece1c fix: don't wrap pseudo classes inside :global(...) with another `:global(.....
  • 4a85c41 Version Packages (#14262)
  • 0fa43e2 fix: consider static attributes that are inlined in the template (#14249)
  • 832499f Version Packages (#14251)
  • 653f4ac fix: migration script messing with attributes (#14260)
  • ae9f53a fix: account for mutations in script module in ownership check (#14253)
  • 7bc94b9 fix: do not treat reassigned synthetic binds as state in runes mode (#14236)
  • d207666 fix: consider img with loading attribute not static (#14237)
  • Additional commits viewable in compare view

Updates svelte-check from 4.0.5 to 4.0.7

Release notes

Sourced from svelte-check's releases.

svelte-check-4.0.7

  • fix: $props: infer types for $bindable, infer function type from arrow function

svelte-check-4.0.6

  • chore: autotype const load = ... declarations (#2540)
  • chore: provide component instance type in Svelte 5 (#2553)
  • chore: support typescript 5.6 (#2545)
  • fix: infer object and array shapes from fallback types (#2562)
Commits
  • 437b0e1 fix: use user's Svelte parser when formatting if necessary (#2578)
  • bf1b8ef fix: adjust generated +layout.svelte file contents (#2580)
  • 49c7e58 chore: update Svelte documentation links for template syntax (#2579)
  • 0698bc7 fix: infer types for $bindable, infer function type from arrow function
  • 5bd4663 fix: make it possible to disable runes/legacy mode code lens
  • 7bfe801 fix: ensure code lenses from different sources are merged
  • 168e568 chore: run CI with node 20 (#2574)
  • ce87e1f fix: move globrex to dependencies (#2576)
  • a3a6393 fix: keep linkedEditing working when tag name contains . (#2570)
  • 6513a28 fix: ignore exported variable declarations that aren't simple identifiers
  • Additional commits viewable in compare view

Updates vite from 5.4.10 to 5.4.11

Release notes

Sourced from vite's releases.

v5.4.11

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.4.11 (2024-11-11)

Commits

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

…updates

Bumps the dependencies group with 5 updates in the /examples/sveltekit directory:

| Package | From | To |
| --- | --- | --- |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.8.0` | `2.8.1` |
| [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.2.7` | `3.2.8` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.1.12` | `5.1.16` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `4.0.5` | `4.0.7` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.10` | `5.4.11` |



Updates `@sveltejs/kit` from 2.8.0 to 2.8.1
- [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 `prettier-plugin-svelte` from 3.2.7 to 3.2.8
- [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/v3.2.8/CHANGELOG.md)
- [Commits](sveltejs/prettier-plugin-svelte@v3.2.7...v3.2.8)

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

Updates `vite` from 5.4.10 to 5.4.11
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.11/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.11/packages/vite)

---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: prettier-plugin-svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: svelte-check
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner November 14, 2024 06:53
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 14, 2024
Copy link

trunk-io bot commented Nov 14, 2024

Merging to main in this repository is managed by Trunk.

  • To merge this pull request, check the box to the left or comment /trunk merge below.

Copy link

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.

2 participants