-
Notifications
You must be signed in to change notification settings - Fork 60
fix(deps): update npm non-major dependencies #404
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/npm-non-major-dependencies
base: master
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 hidden or 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
bf063fa
to
208f6bc
Compare
208f6bc
to
0706521
Compare
bda74e9
to
0f1d652
Compare
950e571
to
1166292
Compare
c6df853
to
2d57ccc
Compare
e20a749
to
492a53a
Compare
bcb5d8a
to
aea1e2f
Compare
aea1e2f
to
a76e211
Compare
a76e211
to
a7e4a23
Compare
a0bee63
to
d2b089e
Compare
9162a16
to
3374653
Compare
3374653
to
1f31a5c
Compare
7dea159
to
06a90e3
Compare
06a90e3
to
e2cf6e3
Compare
e2cf6e3
to
ecddf81
Compare
ecddf81
to
5730f11
Compare
fe5d9d5
to
a439e78
Compare
b8d9775
to
84328dc
Compare
0b8f2d6
to
608d4ac
Compare
608d4ac
to
2ad7910
Compare
bdbe465
to
d4a1bb7
Compare
9aadd2d
to
78cc42f
Compare
957857b
to
b8508bb
Compare
1e1927f
to
c3a139c
Compare
c3a139c
to
94c36c2
Compare
431f86b
to
41f8583
Compare
6f334d2
to
2861337
Compare
2861337
to
78b43cf
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.28.0
->7.28.4
7.28.0
->7.28.3
^0.23.1
->^0.24.0
18.3.23
->18.3.26
9.2.0
->9.2.1
2.7.1
->2.7.5
5.99.9
->5.102.1
4.8.1
->4.10.3
Release Notes
babel/babel (@babel/core)
v7.28.4
Compare Source
🏠 Internal
babel-core
,babel-helper-check-duplicate-nodes
,babel-traverse
,babel-types
babel-plugin-transform-regenerator
transform-regenerator
(@liuxingbaoyu)babel-core
v7.28.3
Compare Source
👓 Spec Compliance
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-static-block
,babel-preset-env
🐛 Bug Fix
babel-parser
import("./a", {with:{},})
(@easrng)💅 Polish
babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
📝 Documentation
🏠 Internal
scripts
andbabel-worker.cjs
(@JLHwung)🔬 Output optimization
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
open-cli-tools/concurrently (concurrently)
v9.2.1
Compare Source
What's Changed
Full Changelog: open-cli-tools/concurrently@v9.2.0...v9.2.1
jhipster/prettier-java (prettier-plugin-java)
v2.7.5
: 2.7.5Compare Source
What's Changed
Full Changelog: https://github.com/jhipster/prettier-java/compare/[email protected]@2.7.5
v2.7.4
: 2.7.4Compare Source
What's Changed
Full Changelog: https://github.com/jhipster/prettier-java/compare/[email protected]@2.7.4
v2.7.3
: 2.7.3Compare Source
What's Changed
v2.7.2
: 2.7.2Compare Source
What's Changed
webpack/webpack (webpack)
v5.102.1
Compare Source
v5.102.0
Compare Source
Features
import file from "./file.ext" with { type: "bytes" }
to get the content asUint8Array
(look at example)import file from "./file.ext" with { type: "text" }
to get the content as text (look at example)snapshot.contextModule
to configure snapshots options for context modulesextractSourceMap
option to implement the capabilities of loading source maps by comment, you don't needsource-map-loader
(look at example)topLevelAwait
experiment is now stable (you can removeexperiments.topLevelAwait
from yourwebpack.config.js
)layers
experiment is now stable (you can removeexperiments.layers
from yourwebpack.config.js
)Fixes
this
exportstimeout
attribute of script tages-lexer
formjs
files for build dependencies__non_webpack_require__
for ES moduleschunk.auxiliaryFiles
createRequire
only when output is ES module and target is nodePerformance Improvements
v5.101.3
Compare Source
v5.101.2
Compare Source
Fixes
createRequire
v5.101.1
Compare Source
Fixes
processAdditionalAssets
hookModuleFactory
classGetChunkFilename
failure caused bydependOn
entrymodule.exports
bundle to ESM libraryRawModule
and condition ofisDeferred
allowInlineStartup
v5.101.0
Compare Source
Fixes
output.environment.nodePrefixForCoreModules
option everywhereoutput.importMetaName
option everywhereFeatures
deferImport
option to parser optionsPerformance Improvements
require
in some placesv5.100.2
Compare Source
v5.100.1
Compare Source
v5.100.0
Compare Source
Fixes
Features
splitChunks
when external variables and runtimeChunk are not set.using
keywordnew URL(...)
virtual:
modulesPerformance Improvements
new URL(...)
evaluate expressionyarnpkg/berry (yarn)
v4.10.3
Compare Source
v4.10.2
Compare Source
v4.10.1
Compare Source
v4.10.0
Compare Source
v4.9.4
Compare Source
v4.9.3
Compare Source
v4.9.2
Compare Source
v4.9.1
Compare Source
v4.9.0
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.