-
-
Notifications
You must be signed in to change notification settings - Fork 10
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 #174
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Run & review this pull request in StackBlitz Codeflow. |
commit: |
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
January 2, 2025 20:27
cb2e8dd
to
4bcc841
Compare
renovate
bot
changed the title
chore(deps): update all non-major dependencies
fix(deps): update all non-major dependencies
Jan 2, 2025
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
9 times, most recently
from
January 9, 2025 11:36
4c175a2
to
3645b9b
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
8 times, most recently
from
January 16, 2025 04:46
a8eaaf8
to
93407f4
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
5 times, most recently
from
January 20, 2025 21:00
da5a4ab
to
411653e
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
13 times, most recently
from
January 27, 2025 12:39
f8e0823
to
99bc418
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 28, 2025 08:57
99bc418
to
71e19ee
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.26.3
->^7.26.7
1.1.8
->1.2.2
1.1.8
->1.2.2
^1.10.2
->^1.10.11
^4.5.1
->^4.6.0
^2.0.2
->^2.1.0
^0.3.11
->^0.4.0
^22.10.2
->^22.12.0
^9.9.2
->^9.11.1
^9.17.0
->^9.19.0
^3.3.2
->^3.3.3
9.15.1
->9.15.4
^4.29.1
->^4.32.1
^1.83.0
->^1.83.4
^8.3.5
->^8.3.6
^5.7.2
->^5.7.3
^1.16.0
->^1.16.1
^0.2.3
->^0.3.0
^6.0.6
->^6.0.11
^10.0.6
->^10.1.0
Release Notes
babel/babel (@babel/types)
v7.26.7
Compare Source
🐛 Bug Fix
babel-helpers
,babel-preset-env
,babel-runtime-corejs3
babel-plugin-transform-typeof-symbol
typeof
in arrow functions (@liuxingbaoyu)babel-parser
ranges
option in estree method value (@JLHwung)babel-core
babel-plugin-transform-typescript
babel-plugin-transform-typescript
,babel-traverse
,babel-types
import x = y.z
(@liuxingbaoyu)v7.26.5
Compare Source
👓 Spec Compliance
babel-parser
import.defer()
form ofimport defer
(@babel-bot)🐛 Bug Fix
babel-plugin-transform-block-scoped-functions
isInStrictMode
in Babel 7 (@liuxingbaoyu)babel-plugin-transform-typescript
babel-parser
@(a.b)()
(@liuxingbaoyu)babel-generator
,babel-parser
,babel-plugin-transform-flow-strip-types
,babel-types
babel-compat-data
,babel-preset-env
transform-typeof-symbol
compat data (@liuxingbaoyu)babel-generator
,babel-parser
,babel-types
🔬 Output optimization
babel-plugin-transform-nullish-coalescing-operator
web-infra-dev/rspack (@rspack/cli)
v1.2.2
Compare Source
What's Changed
New Features 🎉
Regexp
withends_with
match by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/9081Bug Fixes 🐞
amd
option behavior with webpack by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/9103JsModule
by @shulaoda in https://github.com/web-infra-dev/rspack/pull/8939Other Changes
Full Changelog: web-infra-dev/rspack@v1.2.1...v1.2.2
v1.2.1
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rspack@v1.2.0...v1.2.1
v1.2.0
Compare Source
See Announcing Rspack 1.2 for more details.
What's Changed
Performance Improvements ⚡
CachedSource
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/8666substring
ofrspack-sources
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/8731fast-glob
to v0.4.1 by @shulaoda in https://github.com/web-infra-dev/rspack/pull/8800Exciting New Features 🎉
size
option for optimization.chunkIds config by @inottn in https://github.com/web-infra-dev/rspack/pull/8642WarnCaseSensitiveModulesPlugin
and disable it by default by @ahabhgk in https://github.com/web-infra-dev/rspack/pull/8697match_when_empty
for rule condition by @CPunisher in https://github.com/web-infra-dev/rspack/pull/88092
to reduce bundle size by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/8853config.mode
andconfig.name
by @jerrykingxyz in https://github.com/web-infra-dev/rspack/pull/8920devtool
to compiler options builder by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/8940enforceRelative
plugin option to preserve './' by @SoonIter in https://github.com/web-infra-dev/rspack/pull/8946optimization
in compiler options builder by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/8979json
type by @cbbfcd in https://github.com/web-infra-dev/rspack/pull/8947@rspack/tracing
as peer dependency by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/9008generator['asset'].importMode
for Rslib by @SoonIter in https://github.com/web-infra-dev/rspack/pull/8724Bug Fixes 🐞
loaderContext.importModule
by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/8766process.cwd()
when outside Rspack by @colinaaa in https://github.com/web-infra-dev/rspack/pull/8845lazyCompilation.backend.client
by @colinaaa in https://github.com/web-infra-dev/rspack/pull/8934lazyCompilation.backend.server
option by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/9009Document Updates 📖
resolve.mainFields
by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/8703SwcJsMinimizerRspackPlugin
by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/8745loaderContext.importModule()
by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/8821avoidEntryIife
added version by @fi3ework in https://github.com/web-infra-dev/rspack/pull/8892WarnCaseSensitiveModulesPlugin
by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/8898invalid
compiler hook by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/9003Other Changes
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (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.
This PR was generated by Mend Renovate. View the repository job log.