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.25.8
->7.25.9
7.25.7
->7.25.9
2.1.0
->2.2.0
4.2.0
->4.3.0
2.8.1
->2.10.0
3.3.2
->3.3.3
8.1.0
->8.1.1
12.2.1
->12.3.3
17.11.1
->17.15.0
3.3.3
->3.4.2
2.22.0
->2.23.1
3.2.1
->3.4.0
^0.10.0
->^0.11.0
5.6.3
->5.7.2
5.95.0
->5.97.1
Release Notes
babel/babel (@babel/eslint-parser)
v7.25.9
Compare Source
🐛 Bug Fix
babel-parser
,babel-template
,babel-types
syntacticPlaceholders
mode (@liuxingbaoyu)babel-helper-compilation-targets
,babel-preset-env
ClassAccessorProperty
to prevent theno-undef
rule (@victorenator)🏠 Internal
babel-helper-transform-fixture-test-runner
🏃♀️ Performance
babel-parser
,babel-types
VISITOR_KEYS
etc. faster to access (@liuxingbaoyu)emberjs/ember-optional-features (@ember/optional-features)
v2.2.0
Compare Source
embroider-build/ember-auto-import (ember-auto-import)
v2.10.0
Compare Source
v2.9.0
Compare Source
emberjs/ember-qunit (ember-qunit)
v8.1.1
: Release 8.1.1Compare Source
🐛 Bug Fix
🏠 Internal
Committers: 3
eslint-community/eslint-plugin-n (eslint-plugin-n)
v17.15.0
Compare Source
🌟 Features
🩹 Fixes
v17.14.0
Compare Source
🌟 Features
v17.13.2
Compare Source
🩹 Fixes
v17.13.1
Compare Source
🩹 Fixes
v17.13.0
Compare Source
🌟 Features
🩹 Fixes
node:test
module (#378) (0b228dd)🧹 Chores
v17.12.0
Compare Source
🌟 Features
🩹 Fixes
getCallSite
is experimental (#363) (d15c63a)process.features
(#362) (9552a4a)🧹 Chores
prettier/prettier (prettier)
v3.4.2
Compare Source
diff
Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by @tats-u)
Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.
U+30A0 can be used as the replacement of the
-
in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).Fix comments print on class methods with decorators (#16891 by @fisker)
Fix non-idempotent formatting (#16899 by @seiyab)
This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.
v3.4.1
Compare Source
diff
Remove unnecessary parentheses around assignment in
v-on
(#16887 by @fisker)<!-- Input --> <template> <button @​click="foo += 2">Click</button> </template> <!-- Prettier 3.4.0 --> <template> <button @​click="(foo += 2)">Click</button> </template> <!-- Prettier 3.4.1 --> <template> <button @​click="foo += 2">Click</button> </template>
v3.4.0
Compare Source
diff
🔗 Release Notes
qunitjs/qunit (qunit)
v2.23.1
Compare Source
==================
Fixed
--seed
option eating the file argument. #1691expected: undefined
under error messages in TAP reporter. #1794<label>
to wrap<select>
for multi-value urlConfig item. #1773v2.23.0
Compare Source
==================
Added
QUnit.test.each()
to simple array values. #1733microsoft/TypeScript (typescript)
v5.7.2
Compare Source
webpack/webpack (webpack)
v5.97.1
Compare Source
Bug Fixes
v5.97.0
Compare Source
v5.96.1
Compare Source
v5.96.0
Compare Source
Bug Fixes
output.environment.dynamicImport
to determine chunk format when no browserslist or targetoptimization.avoidEntryIife
output.devtoolNamespace
importModule
on the execution stageexport
andimport
css/auto
considers a module depending on its filename ascss
(pure CSS) orcss/local
, before it wascss/global
andcss/local
node
targeturl()
s and@import
parsingNew Features
/* webpackIgnore: true */
for CSS filessrc()
supportConfiguration
📅 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.