-
Notifications
You must be signed in to change notification settings - Fork 385
chore(clerk-js): Update [DEV] minor & patch dependencies #6834
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
@clerk/agent-toolkit
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@clerk/elements
@clerk/clerk-expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/clerk-react
@clerk/react-router
@clerk/remix
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/themes
@clerk/types
@clerk/upgrade
@clerk/vue
commit: |
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal). Please share your feedback with us on this Discord post. Comment |
Edited/Blocked NotificationRenovate 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. |
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
^1.4.11
->^1.5.5
^1.4.11
->^1.5.5
^1.5.0
->^1.5.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
web-infra-dev/rspack (@rspack/cli)
v1.5.5
Compare Source
What's Changed
Bug Fixes 🐞
Document Updates 📖
emitRecords
compiler hook by @chenjiahan in #11671resolve.extensions
configuration by @chenjiahan in #11672Other Changes
Full Changelog: web-infra-dev/rspack@v1.5.4...v1.5.5
v1.5.4
Compare Source
What's Changed
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
module
identifier as normal (#11588)" by @fi3ework in #11630Refactor 🔨
Document Updates 📖
Preview with stackblitz
section by @CPunisher in #11614BrowserHttpImportEsmPlugin
and add "Using Module Federation" by @CPunisher in #11640Other Changes
tests/rspack-test
by @LingyuCoder in #11617New Contributors
Full Changelog: web-infra-dev/rspack@v1.5.3...v1.5.4
v1.5.3
Compare Source
Highlights 💡
Advanced tree-shaking
Rspack v1.5.3 ships advanced tree-shaking for dynamic imports via member expression analysis.
Ongoing improvements are in progress, and upcoming releases will continue to improve static analysis to cover more syntax patterns, such as
dynamic import
with a subsequent.then()
.What's Changed
Performance Improvements ⚡
New Features 🎉
ModuleFederationPlugin
by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11558/11558postprocess
andResolvedRequest
toBrowserHttpImportEsmPlugin
by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11571/11571Bug Fixes 🐞
jsc.output.charset
in swc loader by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11568/11568module
identifier as normal by @fi3ewohttps://github.com/web-infra-dev/rspack/pull/11588/11588Refactor 🔨
Document Updates 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v1.5.2...v1.5.3
v1.5.2
Compare Source
What's Changed
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
link.href
for extract-css runtime by @JSerFeng in #11547Refactor 🔨
Document Updates 📖
Other Changes
Full Changelog: web-infra-dev/rspack@v1.5.1...v1.5.2
v1.5.1
Compare Source
What's Changed
Performance Improvements ⚡
ProgressPlugin
,RsdoctorPlugin
andRstestPlugin
by @CPunisher in #11484Bug Fixes 🐞
SwcJsMinimizerRspackPlugin
by @CPunisher in #11496Refactor 🔨
Document Updates 📖
Rule.type
with more details by @chenjiahan in #11503Other Changes
Full Changelog: web-infra-dev/rspack@v1.5.0...v1.5.1
v1.5.0
Compare Source
🎉 See Announcing Rspack 1.5 for more details.
What's Changed
Breaking changes 💡
Performance Improvements ⚡
try_to_add
of module concatenation by @LingyuCodhttps://github.com/web-infra-dev/rspack/pull/11279/11279fmt_debug
tonone
by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11439/11439get_scheme
by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11475/11475Mutex<Option<T>>
withOnceLock<T>
by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11480/11480New Features 🎉
@rspack/browser
by @CPunishhttps://github.com/web-infra-dev/rspack/pull/10870/10870experiments.swc
in parallel loader context by @jbrohttps://github.com/web-infra-dev/rspack/pull/11300/11300import
externalized module to webpack modules by @fi3ewohttps://github.com/web-infra-dev/rspack/pull/11358/11358[folder]
template string inlocalIdentName
option by @mochiyahttps://github.com/web-infra-dev/rspack/pull/11356/11356BrowserImportEsmPlugin
by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11431/11431BrowserRequirePlugin
and removenonWebpackRequire
by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11470/11470Bug Fixes 🐞
PathData
type by @colinahttps://github.com/web-infra-dev/rspack/pull/11315/11315Refactor 🔨
rspack_binding_api
by @h-a-nhttps://github.com/web-infra-dev/rspack/pull/11263/11263PluginContext
andasync_trait
from traitPlugin
by @h-a-nhttps://github.com/web-infra-dev/rspack/pull/11272/11272esm.sh
default domain inBrowserHttpImportEsmPlugin
by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11482/11482Document Updates 📖
@rspack/browser
package by @CPunishhttps://github.com/web-infra-dev/rspack/pull/11472/11472Other Changes
2025-07-28
by @h-a-nhttps://github.com/web-infra-dev/rspack/pull/11217/11217@rspack/browser
by @CPunish[https://github.com/web-infra-dev/rsConfiguration
📅 Schedule: Branch creation - "before 7am on the first day of the week" in timezone GMT, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.