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 #885

Merged
merged 1 commit into from Apr 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/kit (source) ^2.5.5 -> ^2.5.6 age adoption passing confidence
@sveltejs/vite-plugin-svelte-inspector (source) ^2.0.0 -> ^2.1.0 age adoption passing confidence
@types/node (source) ^20.12.5 -> ^20.12.7 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.5.0 -> ^7.7.0 age adoption passing confidence
@typescript-eslint/parser (source) ^7.5.0 -> ^7.7.0 age adoption passing confidence
carbon-preprocess-svelte ^0.11.0 -> ^0.11.2 age adoption passing confidence
dts-buddy ^0.4.6 -> ^0.4.7 age adoption passing confidence
eslint-plugin-html ^8.0.0 -> ^8.1.0 age adoption passing confidence
eslint-plugin-n ^17.2.0 -> ^17.2.1 age adoption passing confidence
eslint-plugin-svelte (source) ^2.36.0 -> ^2.37.0 age adoption passing confidence
magic-string ^0.30.9 -> ^0.30.10 age adoption passing confidence
playwright-core (source) ~1.43.0 -> ~1.43.1 age adoption passing confidence
pnpm (source) 8.15.6 -> 8.15.7 age adoption passing confidence
prettier-plugin-svelte ^3.2.2 -> ^3.2.3 age adoption passing confidence
sass ^1.74.1 -> ^1.75.0 age adoption passing confidence
svelte (source) ^4.2.12 -> ^4.2.15 age adoption passing confidence
svelte-preprocess ^5.1.3 -> ^5.1.4 age adoption passing confidence
typescript (source) ^5.4.4 -> ^5.4.5 age adoption passing confidence
vite (source) ^5.2.8 -> ^5.2.9 age adoption passing confidence
vitest (source) ^1.4.0 -> ^1.5.0 age adoption passing confidence

Release Notes

sveltejs/kit (@​sveltejs/kit)

v2.5.6

Compare Source

Patch Changes
  • fix: avoid incorrectly un- and re-escaping cookies collected during a server-side fetch (#​11904)
sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte-inspector)

v2.1.0

Compare Source

Minor Changes
  • Implements escapeKeys to close the inspector via hotkey (default keys are Backspace and Escape). (#​880)
Patch Changes
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.7.0

Compare Source

🚀 Features
  • eslint-plugin: replace no-new-symbol with no-new-native-nonconstructor
❤️ Thank You
  • Dave
  • Josh Goldberg ✨

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

v7.6.0

Compare Source

🚀 Features
  • bump npm dependency ranges
❤️ Thank You
  • Abraham Guo
  • auvred
  • Brad Zacher

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.7.0

Compare Source

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

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

v7.6.0

Compare Source

🚀 Features
  • bump npm dependency ranges
❤️ Thank You
  • Abraham Guo
  • auvred
  • Brad Zacher

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

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

v0.11.2

Compare Source

Fixes

  • optimizeCss: do not print diff if value is zero

v0.11.1

Compare Source

Fixes

  • optimizeCss: only remove selectors containing the Carbon bx-- prefix
Rich-Harris/dts-buddy (dts-buddy)

v0.4.7

Compare Source

  • Preserve renamed exports (#​78)
  • Avoid conflicts with globals (#​78)
BenoitZugmeyer/eslint-plugin-html (eslint-plugin-html)

v8.1.0

Compare Source

eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.2.1

Compare Source

🩹 Fixes
🧹 Chores
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)

v2.37.0

Compare Source

Minor Changes
rich-harris/magic-string (magic-string)

v0.30.10

Compare Source

Bug Fixes
microsoft/playwright (playwright-core)

v1.43.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/30300 - [REGRESSION]: UI mode restarts if keep storage statehttps://github.com/microsoft/playwright/issues/303399 - [REGRESSION]: Brand new install of playwright, unable to run chromium with show browser using vscode

Browser Versions
  • Chromium 124.0.6367.29
  • Mozilla Firefox 124.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 123
  • Microsoft Edge 123
pnpm/pnpm (pnpm)

v8.15.7

Compare Source

sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)

v3.2.3

Compare Source

  • (fix) don't force-self-close <slot> tags
sass/dart-sass (sass)

v1.75.0

Compare Source

  • Fix a bug in which stylesheet canonicalization could be cached incorrectly
    when custom importers or the Node.js package importer made decisions based on
    the URL of the containing stylesheet.
JS API
  • Allow importer to be passed without url in StringOptionsWithImporter.
sveltejs/svelte (svelte)

v4.2.15

Compare Source

Patch Changes
  • support attribute selector inside :global() (#​11135)

v4.2.14

Compare Source

Patch Changes
  • fix parsing camelcase container query name (#​11131)

v4.2.13

Compare Source

Patch Changes
  • fix: applying :global for +,~ sibling combinator when slots are present (#​9282)
sveltejs/svelte-preprocess (svelte-preprocess)

v5.1.4

Compare Source

Bug Fixes
Microsoft/TypeScript (typescript)

v5.4.5: TypeScript 5.4.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

vitejs/vite (vite)

v5.2.9

Compare Source

vitest-dev/vitest (vitest)

v1.5.0

Compare Source


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from ef32735 to 2fcf409 Compare April 16, 2024 22:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2fcf409 to 2d2f9cc Compare April 17, 2024 15:27
@dominikg dominikg merged commit 6c59572 into main Apr 19, 2024
5 checks passed
@dominikg dominikg deleted the renovate/all-minor-patch branch April 19, 2024 19:19
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.

None yet

1 participant