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

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 3, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@eslint/js (source) ^9.3.0 -> ^9.4.0 age adoption passing confidence devDependencies minor
@shikijs/vitepress-twoslash (source) ^1.6.0 -> ^1.6.2 age adoption passing confidence devDependencies patch
@sveltejs/vite-plugin-svelte (source) ^3.1.0 -> ^3.1.1 age adoption passing confidence devDependencies patch
@types/node (source) ^20.12.12 -> ^20.14.0 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) ^7.10.0 -> ^7.11.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) ^7.10.0 -> ^7.11.0 age adoption passing confidence devDependencies minor
@vitejs/plugin-vue (source) ^5.0.4 -> ^5.0.5 age adoption passing confidence devDependencies patch
debug ^4.3.4 -> ^4.3.5 age adoption passing confidence devDependencies patch
eslint-plugin-react ^7.34.1 -> ^7.34.2 age adoption passing confidence devDependencies patch
miniflare (source) ^3.20240512.0 -> ^3.20240524.1 age adoption passing confidence devDependencies minor
prettier (source) 3.2.5 -> 3.3.0 age adoption passing confidence devDependencies minor
sass ^1.77.2 -> ^1.77.4 age adoption passing confidence devDependencies patch
svelte-check ^3.7.1 -> ^3.8.0 age adoption passing confidence devDependencies minor
tj-actions/changed-files v44.5.1 -> v44.5.2 age adoption passing confidence action patch
tsx ^4.11.0 -> ^4.11.2 age adoption passing confidence devDependencies patch
typescript-eslint (source) ^7.10.0 -> ^7.11.0 age adoption passing confidence devDependencies minor
vite (source) ^5.2.11 -> ^5.2.12 age adoption passing confidence devDependencies patch

Release Notes

eslint/eslint (@​eslint/js)

v9.4.0

Compare Source

shikijs/shiki (@​shikijs/vitepress-twoslash)

v1.6.2

Compare Source

   🚀 Features
    View changes on GitHub

v1.6.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v3.1.1

Compare Source

Patch Changes
  • fix: ensure vite config is only resolved once during lazy init of vitePreprocess (#​917)

  • fix: disable hmr when vite config server.hmr is false (#​917)

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

v7.11.0

Compare Source

🚀 Features
  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment
🩹 Fixes
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions
❤️ Thank You
  • Abraham Guo
  • auvred
  • Dom Armstrong
  • Kirk Waiblinger

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

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

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

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.0.5

debug-js/debug (debug)

v4.3.5

Compare Source

Patch

Thank you @​calvintwr for the fix.

jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.34.2

Compare Source

Fixed
Changed
cloudflare/workers-sdk (miniflare)

v3.20240524.1

Compare Source

Patch Changes

v3.20240524.0

Compare Source

Minor Changes
  • #​5917 64ccdd6 Thanks @​kossnocorp! - fix: D1's JOIN behaviour when selecting columns with the same name.

    Properly handle the resultsFormat query that workerd sends. This partially fixes the JOIN bug and makes the behaviour of raw consistent with the workerd behaviour.

Patch Changes
prettier/prettier (prettier)

v3.3.0

Compare Source

diff

🔗 Release Notes

sass/dart-sass (sass)

v1.77.4

Compare Source

Embedded Sass
  • Support passing Version input for fatalDeprecations as string over
    embedded protocol.

  • Fix a bug in the JS Embedded Host where Version could be incorrectly accepted
    as input for silenceDeprecations and futureDeprecations in pure JS.

v1.77.3

Compare Source

Dart API
  • Deprecation.duplicateVariableFlags has been deprecated and replaced with
    Deprecation.duplicateVarFlags to make it consistent with the
    duplicate-var-flags name used on the command line and in the JS API.
sveltejs/language-tools (svelte-check)

v3.8.0

Compare Source

  • fix: allow for whitespace in snippets declaration (#​2366)
  • fix: allow as expressions for bindable props (#​2372)
  • fix: force correct semantic tokens for $props types (#​2379)
  • feat: Svelte 5 component class/function interop (#​2380)
tj-actions/changed-files (tj-actions/changed-files)

v44.5.2

Compare Source

What's Changed

Full Changelog: tj-actions/changed-files@v44...v44.5.2

privatenumber/tsx (tsx)

v4.11.2

Compare Source

v4.11.1

Compare Source

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

v7.11.0

Compare Source

🚀 Features
  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment
❤️ Thank You
  • Abraham Guo
  • auvred
  • Dom Armstrong
  • Kirk Waiblinger

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

vitejs/vite (vite)

v5.2.12

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 added the dependencies Pull requests that update a dependency file label Jun 3, 2024
Copy link

stackblitz bot commented Jun 3, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4aa25fe to e644a09 Compare June 3, 2024 03:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e644a09 to 21a813c Compare June 3, 2024 06:14
@patak-dev patak-dev merged commit f2d52f1 into main Jun 3, 2024
12 checks passed
@patak-dev patak-dev deleted the renovate/all-minor-patch branch June 3, 2024 06:25
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant