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

chore(deps): update all non-major dependencies #1008

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/adapter-auto (source) ^3.2.5 -> ^3.3.1 age adoption passing confidence
@sveltejs/adapter-auto (source) 3.2.5 -> 3.3.1 age adoption passing confidence
@sveltejs/adapter-node (source) ^5.2.8 -> ^5.2.9 age adoption passing confidence
@sveltejs/kit (source) ^2.7.2 -> ^2.7.3 age adoption passing confidence
@sveltejs/package (source) ^2.3.5 -> ^2.3.7 age adoption passing confidence
@types/node (source) ^20.16.13 -> ^20.17.1 age adoption passing confidence
carbon-components-svelte ^0.85.2 -> ^0.85.3 age adoption passing confidence
carbon-icons-svelte ^12.12.0 -> ^12.13.0 age adoption passing confidence
npm-run-all2 ^6.2.4 -> ^6.2.6 age adoption passing confidence
playwright-core (source) ~1.48.1 -> ~1.48.2 age adoption passing confidence
pnpm (source) 9.12.2 -> 9.12.3 age adoption passing confidence
publint (source) ^0.2.11 -> ^0.2.12 age adoption passing confidence
sass ^1.80.3 -> ^1.80.4 age adoption passing confidence
svelte (source) ^5.0.3 -> ^5.1.3 age adoption passing confidence
svelte-i18n ^4.0.0 -> ^4.0.1 age adoption passing confidence
typescript-eslint (source) ^8.10.0 -> ^8.11.0 age adoption passing confidence
vite (source) ^5.4.9 -> ^5.4.10 age adoption passing confidence

Release Notes

sveltejs/kit (@​sveltejs/adapter-auto)

v3.3.1

Patch Changes

v3.3.0

Minor Changes
  • feat: add support for Bun package manager (#​12854)
sveltejs/kit (@​sveltejs/adapter-node)

v5.2.9

Compare Source

Patch Changes
sveltejs/kit (@​sveltejs/kit)

v2.7.3

Compare Source

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 (@​sveltejs/package)

v2.3.7

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

v2.3.6

Patch Changes
  • docs: demonstrate sv migrate over prior commands (#​12840)
carbon-design-system/carbon-components-svelte (carbon-components-svelte)

v0.85.3

Compare Source

carbon-design-system/carbon-icons-svelte (carbon-icons-svelte)

v12.13.0

Compare Source

Features

  • upgrade @carbon/icons to v11.52.0 (net +49 icons)
bcomnes/npm-run-all2 (npm-run-all2)

v6.2.6

Compare Source

Commits
  • Prevent a throw when looking up undefined results d928f9a

v6.2.5

Compare Source

microsoft/playwright (playwright-core)

v1.48.2

Compare Source

pnpm/pnpm (pnpm)

v9.12.3

Compare Source

Patch Changes
  • Don't purge node_modules, when typing "n" in the prompt that asks whether to remove node_modules before installation #​8655.
  • Fix a bug causing pnpm to infinitely spawn itself when manage-package-manager-versions=true is set and the .tools directory is corrupt.
  • Use crypto.hash, when available, for improved performance #​8629.
  • Fixed a race condition in temporary file creation in the store by including worker thread ID in filename. Previously, multiple worker threads could attempt to use the same temporary file. Temporary files now include both process ID and thread ID for uniqueness #​8703.
  • All commands should read settings from the package.json at the root of the workspace #​8667.
  • When manage-package-manager-versions is set to true, errors spawning a self-managed version of pnpm will now be shown (instead of being silent).
  • Pass the find command to npm, it is an alias for npm search
bluwy/publint (publint)

v0.2.12

Compare Source

Features
Bug fixes
Site

Full Changelog: bluwy/publint@v0.2.11...v0.2.12

sass/dart-sass (sass)

v1.80.4

Compare Source

  • No user-visible changes.
sveltejs/svelte (svelte)

v5.1.3

Compare Source

Patch Changes
  • fix: rethrow errors from await block if no catch block exists (#​13819)

  • fix: ensure SVG element attributes have case preserved (#​13935)

  • fix: ensure bind:group works as intended with proxied state objects (#​13939)

  • fix: ensure value is correctly set to zero on the progress element (#​13924)

  • fix: skip comment nodes in snippet validation logic (#​13936)

  • fix: typo in Action types (#​13874)

  • fix: remove metadata from legacy AST (#​13927)

v5.1.2

Compare Source

Patch Changes
  • fix: improve consistency of transitions (#​13895)

  • fix: enable bound store props in runes mode components (#​13887)

  • fix: ensure each block references to imports are handled correctly (#​13892)

  • fix: ensure SvelteMap reactivity persists through deriveds (#​13877)

  • fix: ensure snippets after empty text correctly hydrate (#​13870)

  • fix: prevent migration script from adding props. to the export let identifier (#​13899)

  • fix: prevent var name clashing for delegated events without params (#​13896)

v5.1.1

Compare Source

Patch Changes
  • fix: internally wrap store subscribe in untrack (#​13858)

  • fix: allow binding to const with spread in legacy mode (#​13849)

  • fix: ensure props internally untracks current_value on sets (#​13859)

  • fix: properly traverse children when checking matches for :has (#​13866)

v5.1.0

Compare Source

Minor Changes
  • feat: export mount() options as the MountOptions type (#​13674)

  • feat: allow usage of getContext() within $derived runes (#​13830)

Patch Changes
  • fix: properly migrate ts with inferred type comments (#​13761)

  • fix: correct property name conversion in custom transitions (#​13820)

  • fix: ensure $effect.tracking returns false inside transition functions (#​13775)

  • fix: migrate default slots to children snippet (#​13760)

  • fix: don't print errors on migration errors (#​13754)

  • fix: prevent spread attribute from overriding class directive (#​13763)

  • fix: ensure :has selectors followed by other selectors match (#​13824)

  • fix: ensure muted DOM property works correctly in FF (#​13751)

  • fix: show filename information in legacy_recursive_reactive_block (#​13764)

v5.0.5

Compare Source

Patch Changes
  • fix: mark :has selectors with multiple preceding selectors as used (#​13750)

  • fix: ensure event context is reset before invoking callback (#​13737)

  • fix: add more robust check for Element prototype (#​13744)

  • fix: do not comment out unused selectors that are inside an unused selector (#​13746)

  • fix: more accurately detect $derived migration opportunities (#​13740)

  • fix: @​debug does not work with proxied-state (#​13690)

  • fix: do not add jsdoc if no types found (#​13738)

v5.0.4

Compare Source

Patch Changes
  • fix: webview preload tag can be any string (#​13733)

  • fix: better children snippet / default slot interop (#​13734)

kaisermann/svelte-i18n (svelte-i18n)

v4.0.1

Features
typescript-eslint/typescript-eslint (typescript-eslint)

v8.11.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

vitejs/vite (vite)

v5.4.10

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@dominikg dominikg merged commit bbb9545 into main Oct 28, 2024
6 checks passed
@dominikg dominikg deleted the renovate/all-minor-patch branch October 28, 2024 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant