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

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@arnaud-barre/tnode ^0.19.1 -> ^0.19.2 age adoption passing confidence
@generouted/react-router ^1.15.9 -> ^1.16.0 age adoption passing confidence
@swc/core (source) ^1.3.91 -> ^1.3.92 age adoption passing confidence
@types/node (source) ^18.18.1 -> ^18.18.4 age adoption passing confidence
@types/react (source) ^18.2.24 -> ^18.2.27 age adoption passing confidence
@types/react-dom (source) ^18.2.8 -> ^18.2.12 age adoption passing confidence
pnpm (source) 8.8.0 -> 8.9.0 age adoption passing confidence
vite (source) ^4.4.9 -> ^4.4.11 age adoption passing confidence

Release Notes

ArnaudBarre/tnode (@​arnaud-barre/tnode)

v0.19.2

Compare Source

oedotme/generouted (@​generouted/react-router)

v1.16.0

Compare Source

Changes

Breaking change for splat routes for @generouted/react-router and @generouted/solid-router.

For example /pages/posts/[...all].tsx: /posts/*:

  • Now has /posts/* type instead of /posts/${string}
  • Requires an '*' prop in the Link, useNavigate, etc params props
Before
<Link to="/posts/catch-all">Catch-all</Link>
After
<Link to="/posts/*" params={{ '*': 'catch-all' }}>Catch-all</Link>

In general, this change allows accessing both dynamic and splat params from the type-safe useParams hook.

Thanks @​d0whc3r!

Commits

Changelog: oedotme/generouted@v1.15.9...v1.16.0

swc-project/swc (@​swc/core)

v1.3.92

Compare Source

Bug Fixes
  • (es/compat) Fix scoping of explicit-resource-management (#​8044) (96a7a4d)

  • (es/compat) Transform default-exported class decorators correctly (#​8050) (a751f1c)

  • (es/compat) Use async and await correctly in block-scoping pass (#​8056) (8318ea8)

  • (es/module) Handle directives (#​8048) (4d8e101)

Miscellaneous Tasks
Refactor
pnpm/pnpm (pnpm)

v8.9.0

Compare Source

vitejs/vite (vite)

v4.4.11

Compare Source

Please refer to CHANGELOG.md for details.

v4.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 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 Oct 9, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 04318ad to bc0d6b0 Compare October 9, 2023 16:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bc0d6b0 to 50731eb Compare October 9, 2023 19:07
@ArnaudBarre ArnaudBarre merged commit 25b9591 into main Oct 10, 2023
1 check passed
@renovate renovate bot deleted the renovate/all-minor-patch branch October 10, 2023 09:43
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.

1 participant