-
Notifications
You must be signed in to change notification settings - Fork 1
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 #10
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
renovate
bot
changed the title
chore(deps): update node.js to >=16.20.2
chore(deps): update node.js to >=16.20.2 - autoclosed
Nov 1, 2024
renovate
bot
changed the title
chore(deps): update node.js to >=16.20.2 - autoclosed
chore(deps): update node.js to >=16.20.2
Nov 3, 2024
renovate
bot
changed the title
chore(deps): update node.js to >=16.20.2
chore(deps): update dependency @types/node to ^20.17.6
Nov 3, 2024
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
November 3, 2024 06:46
c8ea248
to
f638de2
Compare
renovate
bot
changed the title
chore(deps): update dependency @types/node to ^20.17.6
chore(deps): update dependency @types/node to ^20.17.6 - autoclosed
Nov 3, 2024
renovate
bot
changed the title
chore(deps): update dependency @types/node to ^20.17.6 - autoclosed
chore(deps): update dependency @types/node to ^20.17.6
Nov 5, 2024
renovate
bot
changed the title
chore(deps): update dependency @types/node to ^20.17.6
chore(deps): update dependency @types/node to ^22.9.0
Nov 5, 2024
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
November 7, 2024 07:30
0021d30
to
07bc3e1
Compare
renovate
bot
changed the title
chore(deps): update dependency @types/node to ^22.9.0
chore(deps): update all non-major dependencies
Nov 7, 2024
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
November 15, 2024 05:08
ca9a134
to
a0a08e6
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
8 times, most recently
from
November 23, 2024 07:22
d365d28
to
bb1e813
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
6 times, most recently
from
November 29, 2024 13:54
c12079c
to
24c6746
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
December 8, 2024 00:28
be3d092
to
8cee1c3
Compare
renovate
bot
changed the title
chore(deps): update all non-major dependencies
chore(deps): update pnpm to v9.15.0
Dec 8, 2024
renovate
bot
changed the title
chore(deps): update pnpm to v9.15.0
chore(deps): update all non-major dependencies
Dec 8, 2024
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
December 11, 2024 14:26
851a87a
to
7d344f9
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 19, 2024 06:57
7d344f9
to
65ea957
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 20, 2024 01:58
65ea957
to
216ff26
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
1.0.14
->1.1.8
^22.8.7
->^22.10.2
9.5.1
->9.5.2
9.12.3
->9.15.1
5.6.3
->5.7.2
Release Notes
web-infra-dev/rspack (@rspack/core)
v1.1.8
Security Vulnerability Report
Overview
This is a re-release version of v1.1.6
On 12/19/2024, 02:01 (UTC), we discovered that our npm packages
@rspack/core
and@rspack/cli
were maliciously attacked. The attacker releasedv1.1.7
using a compromised npm token, which contained malicious code. We took immediate action upon discovering the issue.Impact
@rspack/core
and@rspack/cli
v1.1.7
package.json
runs malicious code indist/util/support.js
. See Malicious code analysis for more details.Actions Taken
Upon discovery, we immediately deprecated the affected
v1.1.7
, redirected the npm latest tag tov1.1.6
, and reset all related tokens.Subsequently, we released a secure new version
v1.1.8
.Recommended Actions
If you installed
v1.1.7
during the affected period, please:@rspack/core
and@rspack/cli
to>= 1.1.8
Apology and Commitment
We deeply apologize for the risks caused by this incident. To prevent similar incidents from happening again, we will implement stricter token management protocols and enhance our security review processes.
If you have any questions or discover any suspicious activity, please create an issue or send an email to: web-infra-security@bytedance.com
We will continue to follow and respond to community feedback.
v1.1.6
Compare Source
What's Changed
Highlights 💡
Reduced memory usage
Rspack's memory usage in large projects has been significantly reduced since v1.1.6:
Related PRs:
RuntimeModule
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/8620Performance Improvements ⚡
RawSource
with smallerRawStringSource
andRawBufferSource
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/8629Exciting New Features 🎉
output.trustedTypes.onPolicyCreationFailure
by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/8619getResolve
in external function context by @fi3ework in https://github.com/web-infra-dev/rspack/pull/8577Bug Fixes 🐞
importModule
by @CPunisher in https://github.com/web-infra-dev/rspack/pull/8595Document Updates 📖
CopyRspackPlugin
documentation by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/8621Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v1.1.5...v1.1.6
v1.1.5
Compare Source
What's Changed
Performance Improvements ⚡
Buffer
to zero-copyBufferSlice
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/8574Exciting New Features 🎉
as
attr support use with dyn trait by @jerrykingxyz in https://github.com/web-infra-dev/rspack/pull/8535process.title
by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/8576Bug Fixes 🐞
Document Updates 📖
Other Changes
Full Changelog: web-infra-dev/rspack@v1.1.4...v1.1.5
v1.1.4
Compare Source
What's Changed
Exciting New Features 🎉
as
attr by @jerrykingxyz in https://github.com/web-infra-dev/rspack/pull/8521Bug Fixes 🐞
WebWorkerTemplatePlugin
should generate import-scripts chunk loading runtime by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/8523Document Updates 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v1.1.3...v1.1.4
v1.1.3
Compare Source
What's Changed
Performance Improvements ⚡
Exciting New Features 🎉
Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rspack@v1.1.2...v1.1.3
v1.1.2
Compare Source
What's Changed
💡 Highlights
DefinePlugin destructuring optimization
Rspack v1.1.2 improved the output of
DefinePlugin
by eliminating unused object properties from the final bundle, resulting in a smaller output size:Exciting New Features 🎉
Bug Fixes 🐞
cacheable::from_byte
by @jerrykingxhttps://github.com/web-infra-dev/rspack/pull/8450l/8450auto
by @inothttps://github.com/web-infra-dev/rspack/pull/8415l/8415Document Updates 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v1.1.1...v1.1.2
v1.1.1
Compare Source
💡 Highlights
Support for DllPlugin
This release introduced rspack.DllPlugin and rspack.DllReferencePlugin in #8296 to be compatible with webpack's DLLPlugin and DllReferencePlugin.
DLL plugins help you improve build performance by separating rarely-changed code (like vendor dependencies) into separate bundles. The term "DLL" stands for Dynamic-link library. See here for more information.
What's Changed
Exciting New Features 🎉
Bug Fixes 🐞
--config-name
by @andersk in https://github.com/web-infra-dev/rspack/pull/8363__webpack_layer__
by @inottn in https://github.com/web-infra-dev/rspack/pull/8381Compiler
not getting freed after use by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/8268Document Updates 📖
Other Changes
Utf8Path
andFileMetadata
by @jerrykingxyz in https://github.com/web-infra-dev/rspack/pull/8366Full Changelog: web-infra-dev/rspack@v1.1.0...v1.1.1
v1.1.0
Compare Source
See Announcing Rspack 1.1 for more details.
What's Changed
Performance Improvements ⚡
xxhash64
hash function by default by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/8249disableAllLints
by default to reduce overhead by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/8275neo-async
with a minimal helper by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/8282Exciting New Features 🎉
@rspack/cli
dual package and bundle with Rslib by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/8187[name]
in filename by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/7753output.compareBeforeEmit
by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/8245Bug Fixes 🐞
lightingcss_rs
to fix CSS property order by @GiveMe-A-Name in https://github.com/web-infra-dev/rspack/pull/8182rspack
function type in cjs require by @SoonIter in https://github.com/web-infra-dev/rspack/pull/8169pkg-preview
when the needs are skipped by @shulaoda in https://github.com/web-infra-dev/rspack/pull/8216rspack serve
by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/8244--target ESNext
by @andersk in https://github.com/web-infra-dev/rspack/pull/8279pnpm --filter
in package scripts by @shulaoda in https://github.com/web-infra-dev/rspack/pull/8319exports.types
field by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/8355Document Updates 📖
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.