Skip to content

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

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

Merged
merged 4 commits into from
May 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 20, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) ^2.27.1 -> ^2.27.3 age adoption passing confidence
@sveltejs/adapter-auto (source) ^3.2.0 -> ^3.2.1 age adoption passing confidence
@sveltejs/adapter-auto (source) 3.2.0 -> 3.2.1 age adoption passing confidence
@sveltejs/kit (source) ^2.5.8 -> ^2.5.10 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.9.0 -> ^7.10.0 age adoption passing confidence
@typescript-eslint/parser (source) ^7.9.0 -> ^7.10.0 age adoption passing confidence
lint-staged ^15.2.2 -> ^15.2.4 age adoption passing confidence
npm-run-all2 ^6.1.2 -> ^6.2.0 age adoption passing confidence
playwright-core (source) ~1.44.0 -> ~1.44.1 age adoption passing confidence
publint (source) ^0.2.7 -> ^0.2.8 age adoption passing confidence
sass ^1.77.1 -> ^1.77.2 age adoption passing confidence
svelte (source) ^5.0.0-next.135 -> ^5.0.0-next.141 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.27.3

Compare Source

v2.27.2

Compare Source

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

v3.2.1

Compare Source

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

v2.5.10

Compare Source

Patch Changes
  • fix: exclude server files from optimizeDeps.entries (#​12242)

  • fix: bump import-meta-resolve to remove deprecation warnings (#​12240)

v2.5.9

Compare Source

Patch Changes
  • fix: yield main thread before navigating (#​12225)

  • fix: correctly handle aliases to files in the .svelte-kit directory (#​12220)

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

v7.10.0

Compare Source

🚀 Features
  • eslint-plugin: [sort-type-constituents] support case sensitive sorting
🩹 Fixes
  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag
❤️ Thank You
  • auvred
  • Emanuel Hoogeveen
  • jsfm01
  • Kirk Waiblinger

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

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

v7.10.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.

okonet/lint-staged (lint-staged)

v15.2.4

Compare Source

Patch Changes
  • 4f4537a Thanks @​iiroj! - Fix release issue with previous version; update dependencies
bcomnes/npm-run-all2 (npm-run-all2)

v6.2.0

Compare Source

Merged
  • Placeholder that unfolds into multiple tasks #134
  • 📝 add compatibility note for pnpm. #136
  • Upgrade: Bump codecov/codecov-action from 3 to 4 #131
microsoft/playwright (playwright-core)

v1.44.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/30779 - [REGRESSION]: When using video: 'on' with VSCode extension the browser got closed
https://github.com/microsoft/playwright/issues/30755 - [REGRESSION]: Electron launch with spaces inside executablePath didn't workhttps://github.com/microsoft/playwright/issues/307700 - [REGRESSION]: Mask elements outside of viewport when creating fullscreen screenshots didn't worhttps://github.com/microsoft/playwright/issues/3085858 - [REGRESSION]: ipv6 got shown instead of localhost in show-trace/show-report

Browser Versions

  • Chromium 125.0.6422.14
  • Mozilla Firefox 125.0.1
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 124
  • Microsoft Edge 124
bluwy/publint (publint)

v0.2.8

Compare Source

Bug fixes

Full Changelog: publint/publint@v0.2.7...v0.2.8

sass/dart-sass (sass)

v1.77.2

Compare Source

  • Don't emit deprecation warnings for functions and mixins beginning with __.

  • Allow user-defined functions whose names begin with _ and otherwise look
    like vendor-prefixed functions with special CSS syntax.

Command-Line Interface
  • Properly handle the --silence-deprecation flag.

  • Handle the --fatal-deprecation and --future-deprecation flags for
    --interactive mode.

sveltejs/svelte (svelte)

v5.0.0-next.141

Compare Source

Patch Changes
  • fix: throw on invalid attribute expressions (#​11736)

  • fix: use svg methods for updating svg attributes too (#​11755)

  • fix: don't warn on link without href if aria-disabled (#​11737)

  • fix: don't use console.trace inside dev warnings (#​11744)

v5.0.0-next.140

Compare Source

Patch Changes
  • breaking: event handlers + bindings now yield effect updates (#​11706)

v5.0.0-next.139

Compare Source

Patch Changes
  • fix: ensure we clear down each block opening anchors from document (#​11740)

v5.0.0-next.138

Compare Source

Patch Changes
  • fix: allow comments after last selector in css (#​11723)

  • fix: don't add scoping modifier to nesting selectors (#​11713)

  • chore: speedup hydration around input and select values (#​11717)

  • fix: update value like attributes in a separate template_effect (#​11720)

  • fix: improve handling of unowned derived signal (#​11712)

v5.0.0-next.137

Compare Source

Patch Changes
  • fix: migrate derivations without semicolons (#​11704)

  • fix: check for invalid bindings on window and document (#​11676)

  • fix: more efficient spread attributes in SSR output (#​11660)

  • fix: inline pointer events now correctly work in Chrome (#​11695)

  • fix: don't require warning codes to be separated by commas in non-runes mode (#​11669)

v5.0.0-next.136

Compare Source

Patch Changes
  • chore: remove handle_compile_error (#​11639)

  • breaking: disallow string literal values in <svelte:element this="..."> (#​11454)

  • fix: use coarse-grained updates for derived expressions passed to props in legacy mode (#​11652)

  • fix: robustify bind:scrollX/Y binding (#​11655)

  • feat: migrate <svelte:element this="div"> (#​11659)

  • feat: more information when hydration fails (#​11649)

  • fix: replay load and error events on load during hydration (#​11642)


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 7 times, most recently from 85339d4 to 9557a3b Compare May 24, 2024 01:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9557a3b to 1b15685 Compare May 24, 2024 10:04
Copy link
Contributor Author

renovate bot commented May 24, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@dominikg dominikg merged commit 47bb092 into main May 24, 2024
6 checks passed
@dominikg dominikg deleted the renovate/all-minor-patch branch May 24, 2024 13:48
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