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 svelte from 5.2.9 to 5.19.7 #4693

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2025

Bumps svelte from 5.2.9 to 5.19.7.

Release notes

Sourced from svelte's releases.

[email protected]

Patch Changes

  • chore: remove unused code from signal logic (#15195)

  • fix: encounter svelte:element in blocks as sibling during pruning css (#15165)

[email protected]

Patch Changes

  • fix: do not prune selectors like :global(.foo):has(.scoped) (#15140)

  • fix: don't error on slot prop inside block inside other component (#15148)

  • fix: ensure reactions are correctly attached for unowned deriveds (#15158)

  • fix: silence a11y attribute warnings when spread attributes present (#15150)

  • fix: prevent false-positive ownership validations due to hot reload (#15154)

  • fix: widen ownership when calling setContext (#15153)

[email protected]

Patch Changes

  • fix: improve derived connection to ownership graph (#15137)

  • fix: correctly look for sibling elements inside blocks and components when pruning CSS (#15106)

[email protected]

Patch Changes

  • fix: Add bind:focused property to HTMLAttributes type (#15122)

  • fix: lazily connect derievds (in deriveds) to their parent (#15129)

  • fix: disallow $state/$derived in const tags (#15115)

[email protected]

Patch Changes

  • fix: don't throw for undefined non delegated event handlers (#15087)

  • fix: consistently set value to blank string when value attribute is undefined (#15057)

  • fix: optimise || expressions in template (#15092)

  • fix: correctly handle novalidate attribute casing (#15083)

  • fix: expand boolean attribute support (#15095)

... (truncated)

Changelog

Sourced from svelte's changelog.

5.19.7

Patch Changes

  • chore: remove unused code from signal logic (#15195)

  • fix: encounter svelte:element in blocks as sibling during pruning css (#15165)

5.19.6

Patch Changes

  • fix: do not prune selectors like :global(.foo):has(.scoped) (#15140)

  • fix: don't error on slot prop inside block inside other component (#15148)

  • fix: ensure reactions are correctly attached for unowned deriveds (#15158)

  • fix: silence a11y attribute warnings when spread attributes present (#15150)

  • fix: prevent false-positive ownership validations due to hot reload (#15154)

  • fix: widen ownership when calling setContext (#15153)

5.19.5

Patch Changes

  • fix: improve derived connection to ownership graph (#15137)

  • fix: correctly look for sibling elements inside blocks and components when pruning CSS (#15106)

5.19.4

Patch Changes

  • fix: Add bind:focused property to HTMLAttributes type (#15122)

  • fix: lazily connect derievds (in deriveds) to their parent (#15129)

  • fix: disallow $state/$derived in const tags (#15115)

5.19.3

Patch Changes

  • fix: don't throw for undefined non delegated event handlers (#15087)

  • fix: consistently set value to blank string when value attribute is undefined (#15057)

... (truncated)

Commits
  • 64f86ee Version Packages (#15190)
  • e0b3dc0 chore: remove unused code from signal logic (#15195)
  • e12fe87 chore: simplify assignment expression (#15177)
  • 5b30fbf fix: encounter svelte:element in blocks as sibling during pruning css (#15165)
  • 04addca Version Packages (#15156)
  • 2be3823 chore: remove inert check from each block reconciliation (#15143)
  • 7bef596 fix: ensure reactions are correctly attached for unowned deriveds (#15158)
  • 970aa7c fix: prevent false-positive ownership validations due to hot reload (#15154)
  • 83f00eb fix: don't error on slot prop inside block inside other component (#15148)
  • b8607f8 fix: silence a11y attribute warnings when spread attributes present (#15150)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 4, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/svelte-5.19.7 branch from 198d5dc to 76d4aca Compare February 4, 2025 19:59
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/svelte-5.19.7 branch from 76d4aca to 000774c Compare February 5, 2025 10:16
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/svelte-5.19.7 branch from 000774c to f8c9532 Compare February 5, 2025 11:54
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 5.2.9 to 5.19.7.
- [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)

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

Signed-off-by: dependabot[bot] <[email protected]>
@entelligence-ai-reviews
Copy link

Walkthrough

This PR focuses on updating key dependencies in the pnpm-lock.yaml file to enhance the project's compatibility, performance, and security. Major upgrades include @vercel/functions, svelte, react, solid-js, and postcss. Additionally, new @esbuild package entries have been introduced to support newer Node.js versions.

Changes

File(s) Summary
pnpm-lock.yaml Upgraded dependencies: @vercel/functions to 2.0.0, svelte to 5.19.7, react to 19.0.0-rc, solid-js to 1.9.3, postcss to 8.5.1.
pnpm-lock.yaml Added @esbuild package entries for various platforms supporting Node.js >=18.
Entelligence.ai can learn from your feedback. Simply add 👍 / 👎 emojis to teach it your preferences. More shortcuts below

Emoji Descriptions:

  • ⚠️ Potential Issue - May require further investigation.
  • 🔒 Security Vulnerability - Fix to ensure system safety.
  • 💻 Code Improvement - Suggestions to enhance code quality.
  • 🔨 Refactor Suggestion - Recommendations for restructuring code.
  • ℹ️ Others - General comments and information.

Interact with the Bot:

  • Send a message or request using the format:
    @bot + *your message*
Example: @bot Can you suggest improvements for this code?
  • Help the Bot learn by providing feedback on its responses.
    @bot + *feedback*
Example: @bot Do not comment on `save_auth` function !

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 6, 2025

Superseded by #4734.

@dependabot dependabot bot closed this Feb 6, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/svelte-5.19.7 branch February 6, 2025 09:37
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.

1 participant