-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Update devDependencies #1837
base: main
Are you sure you want to change the base?
Update devDependencies #1837
Conversation
|
Footnotes
|
0368869
to
8cd04b3
Compare
818fb5e
to
1b633c9
Compare
1b633c9
to
9694e69
Compare
9694e69
to
49af6e3
Compare
49af6e3
to
7bcf323
Compare
b1786a7
to
55ab248
Compare
55ab248
to
19672a9
Compare
c2c5e9f
to
e7587a2
Compare
e7587a2
to
fda73cc
Compare
fda73cc
to
216d041
Compare
22d50d4
to
731424e
Compare
12452a4
to
08e4c92
Compare
08e4c92
to
e935856
Compare
This PR contains the following updates:
7.26.9
->7.26.10
7.26.8
->7.26.10
7.26.9
->7.26.10
7.26.9
->7.26.10
7.26.9
->7.26.10
6.10.8
->6.11.0
4.0.0
->4.1.0
7.1.1
->7.1.3
0.0.2-unstable.ba9fd29
->0.0.2-unstable.fad2387
4.0.10
->4.1.0
^0.92.4
->^0.94.0
0.94.5
->0.94.6
^0.92.3
->^0.94.0
0.94.7
->0.94.8
0.94.6
->0.94.7
1.4.1-unstable.0e0d936
->1.5.2
1.4.1-unstable.0e0d936
->1.5.2
1.4.1-unstable.0e0d936
->1.5.2
1.4.1-unstable.0e0d936
->1.5.2
5.0.1
->5.1.1
28.0.2
->28.0.3
22.13.8
->22.13.10
10.4.20
->10.4.21
6.2.2
->6.2.3
6.4.0-alpha.4
->6.4.0-alpha.6
0.25.0
->0.25.1
9.21.0
->9.22.0
^0.2.12
->^0.3.0
^0.13.1
->^0.16.0
4.34.9
->4.35.0
~4.25.0
->~4.35.0
4.0.9
->4.0.14
4.35.0
->4.37.0
5.7.3
->5.8.2
6.2.0
->6.2.1
3.0.7
->3.0.8
Release Notes
babel/babel (@babel/core)
v7.26.10
Compare Source
👓 Spec Compliance
babel-parser
🐛 Bug Fix
babel-parser
,babel-template
babel-core
babel-parser
,babel-plugin-transform-typescript
babel-traverse
babel-generator
abstract override
(@liuxingbaoyu)babel-parser
babel-helpers
,babel-runtime
,babel-runtime-corejs2
,babel-runtime-corejs3
💅 Polish
babel-standalone
🏠 Internal
babel-parser
codemirror/language (@codemirror/language)
v6.11.0
Compare Source
New features
Stream parsers now support a
mergeTokens
option that can be used to turn off automatic merging of adjacent tokens.typed-ember/glint (@glint/core)
v1.5.2
Compare Source
v1.5.1
Compare Source
🐛 Bug Fix
core
Committers: 1
v1.5.0
Compare Source
🚀 Enhancement
core
Committers: 1
v1.4.1-unstable.ff9ea6c
Compare Source
v1.4.1-unstable.fd8b303
Compare Source
v1.4.1-unstable.fcc2294
Compare Source
v1.4.1-unstable.fab82a0
Compare Source
v1.4.1-unstable.f45caf8
Compare Source
v1.4.1-unstable.e8d1c9a
Compare Source
v1.4.1-unstable.e88e08e
Compare Source
v1.4.1-unstable.e45fffc
Compare Source
v1.4.1-unstable.e2be29b
Compare Source
v1.4.1-unstable.c9300e5
Compare Source
v1.4.1-unstable.b6f19ff
Compare Source
v1.4.1-unstable.b29a807
Compare Source
v1.4.1-unstable.b0ff255
Compare Source
v1.4.1-unstable.acdc718
Compare Source
v1.4.1-unstable.ac03de6
Compare Source
v1.4.1-unstable.aa212c7
Compare Source
v1.4.1-unstable.a8cefd1
Compare Source
v1.4.1-unstable.9efe7b1
Compare Source
v1.4.1-unstable.9b657e4
Compare Source
v1.4.1-unstable.4c8177d
Compare Source
v1.4.1-unstable.4b93fbb
Compare Source
v1.4.1-unstable.469c15e
Compare Source
v1.4.1-unstable.4675b5c
Compare Source
v1.4.1-unstable.45026b1
Compare Source
v1.4.1-unstable.34c4510
Compare Source
v1.4.1-unstable.2e45a79
Compare Source
v1.4.1-unstable.130d85f
Compare Source
v1.4.1-unstable.0fbe14f
Compare Source
rollup/plugins (@rollup/plugin-commonjs)
v28.0.3
2025-03-06
Bugfixes
__esModule
export (#1850)postcss/autoprefixer (autoprefixer)
v10.4.21
Compare Source
-moz-
prefix for:placeholder-shown
(by @Marukome0743).ember-cli/ember-cli (ember-cli)
v6.2.3
Compare Source
Blueprint Changes
ember new
diffember addon
diffChangelog
Thank you to all who took the time to contribute!
emberjs/ember.js (ember-source)
v6.4.0-alpha.6
Compare Source
v6.4.0-alpha.5
Compare Source
evanw/esbuild (esbuild)
v0.25.1
Compare Source
Fix incorrect paths in inline source maps (#4070, #4075, #4105)
This fixes a regression from version 0.25.0 where esbuild didn't correctly resolve relative paths contained within source maps in inline
sourceMappingURL
data URLs. The paths were incorrectly being passed through as-is instead of being resolved relative to the source file containing thesourceMappingURL
comment, which was due to the data URL not being a file URL. This regression has been fixed, and this case now has test coverage.Fix invalid generated source maps (#4080, #4082, #4104, #4107)
This release fixes a regression from version 0.24.1 that could cause esbuild to generate invalid source maps. Specifically under certain conditions, esbuild could generate a mapping with an out-of-bounds source index. It was introduced by code that attempted to improve esbuild's handling of "null" entries in source maps (i.e. mappings with a generated position but no original position). This regression has been fixed.
This fix was contributed by @jridgewell.
Fix a regression with non-file source map paths (#4078)
The format of paths in source maps that aren't in the
file
namespace was unintentionally changed in version 0.25.0. Path namespaces is an esbuild-specific concept that is optionally available for plugins to use to distinguish paths fromfile
paths and from paths meant for other plugins. Previously the namespace was prepended to the path joined with a:
character, but version 0.25.0 unintentionally failed to prepend the namespace. The previous behavior has been restored.Fix a crash with
switch
optimization (#4088)The new code in the previous release to optimize dead code in switch statements accidentally introduced a crash in the edge case where one or more switch case values include a function expression. This is because esbuild now visits the case values first to determine whether any cases are dead code, and then visits the case bodies once the dead code status is known. That triggered some internal asserts that guard against traversing the AST in an unexpected order. This crash has been fixed by changing esbuild to expect the new traversal ordering. Here's an example of affected code:
Update Go from 1.23.5 to 1.23.7 (#4076, #4077)
This should have no effect on existing code as this version change does not change Go's operating system support. It may remove certain reports from vulnerability scanners that detect which version of the Go compiler esbuild uses.
This PR was contributed by @MikeWillCook.
eslint/eslint (eslint)
v9.22.0
Compare Source
publint/publint (publint)
v0.3.9
Compare Source
Patch Changes
Support the
formatMessage
utility in the browser. It has a newcolor: 'html'
option to highlight important parts with<strong>
tags instead of ANSI colors. It also has a newreference: boolean
option so the messages are worded in reference of the message location. (e1cfef0
)If
formatMessage
is passed apackage.json
object with missing keys, the message part that references the value will now fallback to"undefined"
instead of completely erroring out. (45962d1
)v0.3.8
Compare Source
Patch Changes
Support passing a tarball path to the publint CLI. This allows to easily lint any tarball files at hand. (#166)
The
publint
API now returns apkg
object as a convenience to pass it toformatMessage
(#166)Updated dependencies [
02d169b
]:v0.3.7
Compare Source
Patch Changes
The
"imports"
field is now linted with the following rules: (#162)IMPORTS_KEY_INVALID
: Ensure the imports key starts with a#
IMPORTS_VALUE_INVALID
: Ensure the imports value is a valid path that starts with a./
IMPORTS_GLOB_NO_MATCHED_FILES
: Ensure the imports glob matches at least one fileIMPORTS_DEFAULT_SHOULD_BE_LAST
: Ensure the"default"
condition is last in an entrypoint's objectIMPORTS_MODULE_SHOULD_BE_ESM
: Ensure the"module"
condition file is ESMIMPORTS_MODULE_SHOULD_PRECEDE_REQUIRE
: Ensure the"module"
condition precedes the"require"
condition in an entrypoint's objectImprove SSH git URL detection when checking the
"repository"
field. Values like"git@github.com:user/project.git"
is now detected as a valid git URL, but will be suggested to use a full git URL instead, like"git+ssh://git@github.com/user/project.git"
(28da844
)Fix exports types message when the
"require"
or"import"
condition already exists but the dts file format is still invalid (a731ec3
)v0.3.6
Compare Source
Patch Changes
.js
or/index.js
(04f289e
)v0.3.5
Compare Source
Patch Changes
Check the
"bin"
field if the referenced file exists, has the correct JS format, and can be executed (#150)Deprecate the
deps
command. The command has been tricky to maintain and incomplete (e.g. doesn't lint recursively). A separate tool can be used to run publint on dependencies instead, e.g.npx renoma --filter-rules "publint"
. (#149)v0.3.4
Compare Source
Patch Changes
When globbing
"exports"
values that contains*
, also respect"exports"
keys that mark paths as null. For example: (b9605ae
)The glob in
"./*": "./dist/*"
will no longer match and lint files in"./browser/*"
as it's marked null (internal).Update logs when running the
publint
CLI: (58d96a2
)publint
version is now displayed.publint deps
command no longer logs passing dependencies. Only failing dependencies are logged.Examples:
$ npx publint deps $ Running publint v0.X.X for my-library deps... $ x my-dependency $ Errors: $ 1. ...
Fix detecting shorthand repository URLs with the
.
character (09d8cbb
)Clarify message when
"types"
is not the first condition in the"exports"
field (5a6ba00
)Correctly detect if a
"types"
value in"exports"
is used for dual publishing (3f3d8b2
)v0.3.3
Compare Source
Patch Changes
Rename
EXPORT_TYPES_INVALID_FORMAT
message toEXPORTS_TYPES_INVALID_FORMAT
(#139)Allow versioned types conditions (e.g.
"types@>=5.2"
) in"exports"
when checking for"types"
condition ordering (#138)v0.3.2
Compare Source
Patch Changes
(Potentially breaking) Disable running lifecycle scripts, such as
prepare
,prepack
, andpostpack
, when running the pack command internally. This returns to the behavior in v0.2. (Note that this change does not apply to yarn as it does not support ignoring lifecycle scripts for local projects) (#128)This change is made as running lifecycle scripts was an unintentional behavior during the v0.3 breaking change, which could cause the linting process to take longer than expected, or even cause infinite loops if
publint
is used in a lifecycle script.Update repository and bugs URLs to point to the new
publint
organization (1eda033
)Updated dependencies [
1eda033
,10e3891
]:v0.3.1
Configuration
📅 Schedule: Branch creation - "after 9pm on sunday" (UTC), 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.