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

fix(deps): update all non-major dependencies #10901

Merged
merged 1 commit into from
Apr 30, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 29, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.24.4 -> ^7.24.5 age adoption passing confidence
@babel/generator (source) ^7.24.4 -> ^7.24.5 age adoption passing confidence
@babel/parser (source) ^7.24.4 -> ^7.24.5 age adoption passing confidence
@babel/traverse (source) ^7.24.1 -> ^7.24.5 age adoption passing confidence
@babel/types (source) ^7.24.0 -> ^7.24.5 age adoption passing confidence
@builder.io/partytown ^0.10.1 -> ^0.10.2 age adoption passing confidence
@types/react (source) ^18.2.79 -> ^18.3.1 age adoption passing confidence
@types/react-dom (source) ^18.2.25 -> ^18.3.0 age adoption passing confidence
@vue/compiler-sfc (source) ^3.4.23 -> ^3.4.26 age adoption passing confidence
clsx ^2.1.0 -> ^2.1.1 age adoption passing confidence
es-module-lexer ^1.5.0 -> ^1.5.2 age adoption passing confidence
eslint (source) ^9.1.0 -> ^9.1.1 age adoption passing confidence
import-meta-resolve ^4.0.0 -> ^4.1.0 age adoption passing confidence
memfs ^4.8.2 -> ^4.9.1 age adoption passing confidence
react (source) ^18.2.0 -> ^18.3.1 age adoption passing confidence
react-dom (source) ^18.2.0 -> ^18.3.1 age adoption passing confidence
remark-smartypants ^3.0.0 -> ^3.0.1 age adoption passing confidence
rollup (source) ^4.16.1 -> ^4.17.1 age adoption passing confidence
solid-js (source) ^1.8.16 -> ^1.8.17 age adoption passing confidence
svelte2tsx (source) ^0.7.6 -> ^0.7.7 age adoption passing confidence
turbo (source) ^1.13.2 -> ^1.13.3 age adoption passing confidence
typescript-eslint (source) ^7.7.0 -> ^7.8.0 age adoption passing confidence
vue (source) ^3.4.23 -> ^3.4.26 age adoption passing confidence
zod (source) ^3.23.0 -> ^3.23.5 age adoption passing confidence
zod-to-json-schema ^3.22.5 -> ^3.23.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.24.5

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • Other
  • babel-parser
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-module-transforms, babel-helper-split-export-declaration, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-block-scoping, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx-self, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-traverse
  • babel-plugin-proposal-partial-application, babel-types
  • babel-plugin-transform-class-properties, babel-preset-env
🏃‍♀️ Performance
  • babel-helpers, babel-preset-env, babel-runtime-corejs3
babel/babel (@​babel/parser)

v7.24.5

Compare Source

BuilderIO/partytown (@​builder.io/partytown)

v0.10.2

Compare Source

vuejs/core (@​vue/compiler-sfc)

v3.4.26

Compare Source

Bug Fixes

v3.4.25

Compare Source

Bug Fixes

v3.4.24

Compare Source

Bug Fixes
lukeed/clsx (clsx)

v2.1.1

Compare Source

Patches

Chores

  • Add licenses.dev badge: 684509c
    This service recursively analyzes entire dependency graphs to ensure that a package (or your project) is using permissive licenses. For example, here's a results table for polka@next and a larger astro example.

Full Changelog: lukeed/clsx@v2.1.0...v2.1.1

guybedford/es-module-lexer (es-module-lexer)

v1.5.2

Compare Source

What's Changed

Full Changelog: guybedford/es-module-lexer@1.5.1...1.5.2

v1.5.1

Compare Source

What's Changed

Full Changelog: guybedford/es-module-lexer@1.5.0...1.5.1

eslint/eslint (eslint)

v9.1.1

Compare Source

wooorm/import-meta-resolve (import-meta-resolve)

v4.1.0

Compare Source

Misc

Full Changelog: wooorm/import-meta-resolve@4.0.0...4.1.0

streamich/memfs (memfs)

v4.9.1

Compare Source

Bug Fixes
  • 🐛 use latest json-pack implementation (de54ab5)

v4.9.0

Compare Source

Features
  • 🎸 define .scan() CRUD method (921e05d)
  • 🎸 implement .scan() in Node.js CRUD (3d973b7)
  • 🎸 implement .scan() method for FSA CRUD (a148fb8)

4.8.2 (2024-04-14)

Bug Fixes
  • don't include filename in path when calling readdir with withFileTypes: true (#​1024) (711c4bd)

4.8.1 (2024-03-31)

Bug Fixes
facebook/react (react)

v18.3.1

Compare Source

v18.3.0

Compare Source

facebook/react (react-dom)

v18.3.1

Compare Source

v18.3.0

Compare Source

silvenon/remark-smartypants (remark-smartypants)

v3.0.1

Compare Source

What's Changed
New Contributors

Full Changelog: silvenon/remark-smartypants@v3.0.0...v3.0.1

rollup/rollup (rollup)

v4.17.1

Compare Source

2024-04-29

Bug Fixes
  • Prevent infinite recursions for certain constructor invocations (#​5500)
Pull Requests

v4.17.0

Compare Source

2024-04-27

Features
  • Track function call arguments to optimize functions only called once or with the same literal values (re-release from 4.16.0) (#​5483)
Bug Fixes
  • Reduce browser WASM size to a fraction by changing optimization settings (#​5494)
Pull Requests

v4.16.4

Compare Source

2024-04-23

Bug Fixes
  • Revert function parameter tracking logic introduced in 4.16.0 to work on some remaining issues (#​5487)
Pull Requests

v4.16.3

Compare Source

2024-04-23

Bug Fixes
  • Do not optimize IIFEs that have a name and are again referenced inside their definition (#​5486)
Pull Requests

v4.16.2

Compare Source

2024-04-22

Bug Fixes
  • Resolve a situation condition where reassignments of function parameters were not tracked properly (#​5482)
  • Make sure that for armv7 packages, only one package is downloaded for the user (musl or gnu) (#​5479)
Pull Requests
sveltejs/language-tools (svelte2tsx)

v0.7.7

Compare Source

  • feat: mark only properties as bindable that were declared using $bindable() in Svelte 5 runes mode (#​2336)
  • chore: better Svelte 5 interop (#​2336)
  • fix: preserve event attribute casing in Svelte 5 (#​2347)
  • fix: handle #await inside #snippet (#​2348)
  • fix: better bind:group transformation (#​2349)
  • fix: handle boolean css var (#​2350)
vercel/turbo (turbo)

v1.13.3

Compare Source

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

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

v7.7.1

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.

colinhacks/zod (zod)

v3.23.5

Compare Source

v3.23.4

Compare Source

Commits:

v3.23.3

Compare Source

v3.23.2

Compare Source

Commits:

v3.23.1

Compare Source

StefanTerdell/zod-to-json-schema (zod-to-json-schema)

v3.23.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 added the dependencies Pull requests that update a dependency file label Apr 29, 2024
Copy link

changeset-bot bot commented Apr 29, 2024

⚠️ No Changeset found

Latest commit: 68e12d9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot added feat: markdown Related to Markdown (scope) pkg: svelte Related to Svelte (scope) pkg: vue Related to Vue (scope) pkg: react Related to React (scope) pkg: solid Related to Solid (scope) pkg: integration Related to any renderer integration (scope) pkg: astro Related to the core `astro` package (scope) labels Apr 29, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 56b55c8 to 579d395 Compare April 29, 2024 17:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 579d395 to 68e12d9 Compare April 29, 2024 20:25
@bluwy bluwy merged commit 05d58ef into main Apr 30, 2024
14 checks passed
@bluwy bluwy deleted the renovate/all-minor-patch branch April 30, 2024 04:00
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 feat: markdown Related to Markdown (scope) pkg: astro Related to the core `astro` package (scope) pkg: integration Related to any renderer integration (scope) pkg: react Related to React (scope) pkg: solid Related to Solid (scope) pkg: svelte Related to Svelte (scope) pkg: vue Related to Vue (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant