-
Notifications
You must be signed in to change notification settings - Fork 596
chore(deps): update npm-rolldown #2241
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
Conversation
✅ Deploy Preview for rolldown-rs canceled.
|
c3eaedb
to
e018744
Compare
acb58d6
to
f264a3c
Compare
f264a3c
to
ad16e39
Compare
fe78cf2
to
4516065
Compare
4516065
to
e9287d1
Compare
e9287d1
to
d2a5477
Compare
related to vitest-dev/vitest#6339 (comment) |
] | ||
`, | ||
) | ||
expect(chunk.fileName).toMatch('main-!~{000}~.js') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The trick not working here since it the switch branch is not mutually exclusive during the loop, so using toMatch
instead due to it is static.
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. |
ea982bf
to
5cc97a9
Compare
This PR contains the following updates:
1.2.1
->1.2.2
26.0.1
->26.0.3
15.2.3
->15.3.0
4.17.7
->4.17.9
10.0.7
->10.0.8
22.5.2
->22.7.3
8.14.2
->8.14.4
^0.23.0
->^0.24.0
9.3.1
->9.4.0
9.1.5
->9.1.6
0.12.2
->0.13.2
6.2.2
->6.2.3
0.9.2
->0.9.8
9.9.0
->9.11.0
2.12.0
->2.14.0
4.21.2
->4.22.4
5.31.6
->5.34.0
5.5.4
->5.6.2
5.4.3
->5.4.8
1.1.0
->1.2.4
2.0.5
->2.1.1
3.5.3
->3.5.9
4.4.3
->4.4.5
3.23.2
->3.23.3
8.1.5
->8.1.8
Release Notes
rollup/plugins (@rollup/plugin-commonjs)
v26.0.3
2024-09-23
Updates
e98927b
)v26.0.2
2024-09-23
Bugfixes
rollup/plugins (@rollup/plugin-node-resolve)
v15.3.0
2024-09-23
Features
v15.2.4
2024-09-22
Updates
streetsidesoftware/cspell (cspell)
v8.14.4
Compare Source
v8.14.3
Compare Source
evanw/esbuild (esbuild)
v0.24.0
Compare Source
This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either be pinning the exact version of
esbuild
in yourpackage.json
file (recommended) or be using a version range syntax that only accepts patch upgrades such as^0.23.0
or~0.23.0
. See npm's documentation about semver for more information.Drop support for older platforms (#3902)
This release drops support for the following operating system:
This is because the Go programming language dropped support for this operating system version in Go 1.23, and this release updates esbuild from Go 1.22 to Go 1.23. Go 1.23 now requires macOS 11 Big Sur or later.
Note that this only affects the binary esbuild executables that are published to the esbuild npm package. It's still possible to compile esbuild's source code for these older operating systems. If you need to, you can compile esbuild for yourself using an older version of the Go compiler (before Go version 1.23). That might look something like this:
Fix class field decorators in TypeScript if
useDefineForClassFields
isfalse
(#3913)Setting the
useDefineForClassFields
flag tofalse
intsconfig.json
means class fields use the legacy TypeScript behavior instead of the standard JavaScript behavior. Specifically they use assign semantics instead of define semantics (e.g. setters are triggered) and fields without an initializer are not initialized at all. However, when this legacy behavior is combined with standard JavaScript decorators, TypeScript switches to always initializing all fields, even those without initializers. Previously esbuild incorrectly continued to omit field initializers for this edge case. These field initializers in this case should now be emitted starting with this release.Avoid incorrect cycle warning with
tsconfig.json
multiple inheritance (#3898)TypeScript 5.0 introduced multiple inheritance for
tsconfig.json
files whereextends
can be an array of file paths. Previously esbuild would incorrectly treat files encountered more than once when processing separate subtrees of the multiple inheritance hierarchy as an inheritance cycle. With this release,tsconfig.json
files containing this edge case should work correctly without generating a warning.Handle Yarn Plug'n'Play stack overflow with
tsconfig.json
(#3915)Previously a
tsconfig.json
file thatextends
another file in a package with anexports
map could cause a stack overflow when Yarn's Plug'n'Play resolution was active. This edge case should work now starting with this release.Work around more issues with Deno 1.31+ (#3917)
This version of Deno broke the
stdin
andstdout
properties on command objects for inherited streams, which matters when you run esbuild's Deno module as the entry point (i.e. whenimport.meta.main
istrue
). Previously esbuild would crash in Deno 1.31+ if you ran esbuild like that. This should be fixed starting with this release.This fix was contributed by @Joshix-1.
sindresorhus/execa (execa)
v9.4.0
Compare Source
Features
Bug fixes
execaNode()
and thepreferLocal
option modify thePATH
environment variable. This release includes some minor improvements to ensure that environment variable remains small (https://github.com/sindresorhus/npm-run-path/pull/20). It also handles a few related edge cases better (https://github.com/sindresorhus/npm-run-path/pull/21).Documentation
typicode/husky (husky)
v9.1.6
Compare Source
rolldown/rolldown (npm-rolldown)
v0.13.2
Compare Source
Features
minSize
,minShareCount
(#2178) (78c7750)minSize
,minShareCount
(#2177) (3c95d30)min_share_count
option (#2176) (689cbc2)min_size
option (#2175) (1e9c2d9)v0.13.1
Compare Source
Bug Fixes
process.env.NODE_ENV
inside paren expr (#2153) (fddb2f5)examples/rollup-plugin-esbuild
build successfully (#2164) (49f2d83), closes #2163console.log
(#2145) (d24c337)+1
-1
as number literal (#2162) (40ae24d)Features
OutputOptions#advancedChunks
(#2167) (851475d)test
using regex (#2152) (b7b2ac5)Performance Improvements
v0.13.0
Compare Source
Bug Fixes
rolldown -c
should not print help messages (#1993) (a82ccc6)canonical_ref
hasns_alias
(#2095) (ab6b043), closes #2079transform
behavior after composing (#1701) (3a1f216)absolute_preliminary_filename
not takingoptions.cwd
into account (#1935) (6b6d713)cjs-module-lexer
forexport * from 'external'
(#1854) (de1f5f5)banner
ahead of the file incjs
format. (#1707) (2640072), closes #1706 #1705 /github.com/rolldown/rolldown/pull/1705#discussion_r1689236056order
meta is considered as not composable (#1943) (ebfebf3)PluginContext#resolveId
of all hooks (#2050) (f19b6c7)package.json
(#2048) (5aa76dc)output.globals
to Rust side. (#1912) (bd84267)export * from 'external'
for esm format (#1974) (2eb06ef)reserved-key
in json module type. (#1746) (7243165), closes oxc-project/oxc#4484exports
key inCJS
andIIFE
. (#1837) (2953b90), closes #1836 #1623 /github.com/rolldown/rolldown/pull/1694#issuecomment-2245219042 #1623alias
can be a member expression (#1934) (c5aafad), closes /github.com/rollup/plugins/blob/8550c4b1925b246adbd3af48ed0e5f74f822c951/packages/inject/src/index.js#L125generate_bundle
by removing unsafe code (#1905) (9802478)Chunk#name
for common chunks (#2123) (a1fa701)export * from ...
in entry chunks rather than entry modules (#1783) (954dd2a)star as
member (#1730) (250c11a)commonjs var in esm
(#2101) (4c9feeb), closes /esbuild.github.io/try/#YgAwLjIzLjEALS1idW5kbGUgLS1taW5pZnk9ZmFsc2UgLS1mb3JtYXQ9ZXNtAGUAZW50cnkuanMALyoqIERldGVjdCBmcmVlIHZhcmlhYmxlIGBleHBvcnRzYC4gKi8KdmFyIGZyZWVFeHBvcnRzID0gdHlwZW9mIGV4cG9ydHMgPT0gJ29iamVjdCcgJiYgZXhwb3J0cyAmJiAhZXhwb3J0cy5ub2RlVHlwZSAmJiBleHBvcnRzOwoKLyoqIERldGVjdCBmcmVlIHZhcmlhYmxlIGBtb2R1bGVgLiAqLwp2YXIgZnJlZU1vZHVsZSA9IGZyZWVFeHBvcnRzICYmIHR5cGVvZiBtb2R1bGUuZXhwb3J0cyA9PSAnb2JqZWN0JyAmJiBtb2R1bGUgJiYgIW1vZHVsZS5ub2RlVHlwZSAmJiBtb2R1bGU7CgovKiogRGV0ZWN0IHRoZSBwb3B1bGFyIENvbW1vbkpTIGV4dGVuc2lvbiBgbW9kdWxlLmV4cG9ydHNgLiAqLwp2YXIgbW9kdWxlRXhwb3J0cyA9IGZyZWVNb2R1bGUgJiYgZnJlZU1vZHVsZS5leHBvcnRzID09PSBmcmVlRXhwb3J0czsKCi8qKiBCdWlsdC1pbiB2YWx1ZSByZWZlcmVuY2VzLiAqLwp2YXIgQnVmZmVyID0gbW9kdWxlRXhwb3J0require
should consider as having side effects (#1949) (28e53d6)transform-plugin-context.ts
(#1991) (b2590fd)Features
config.plugins
(#1938) (b4e33d5)moduleType
in transform Hook (#1916) (cef3e57)Configuration
📅 Schedule: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, 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.