-
-
Notifications
You must be signed in to change notification settings - Fork 24
Update devDependencies #1837
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
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
d63aeb4 to
66523e0
Compare
8428247 to
b94ed76
Compare
b94ed76 to
a15cd1a
Compare
db10d12 to
1667ac8
Compare
1667ac8 to
5124a5e
Compare
5124a5e to
60fdfa4
Compare
5de1c0e to
c0673b2
Compare
e1b1a84 to
aef5529
Compare
aef5529 to
a4b60b0
Compare
a4b60b0 to
eb51c37
Compare
7455946 to
87933ae
Compare
15ad01e to
28b120d
Compare
9f33831 to
000d0e3
Compare
5ef799e to
82e9321
Compare
82e9321 to
630b0e8
Compare
630b0e8 to
2396386
Compare
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
2396386 to
cb05e20
Compare
1360ff6 to
442deb8
Compare
442deb8 to
0803fbe
Compare
This PR contains the following updates:
7.28.3->7.28.57.28.0->7.28.57.28.3->7.28.57.28.0->7.28.57.27.1->7.28.57.28.3->7.28.47.28.3->7.28.56.11.2->6.11.36.38.0->6.38.65.2.2->5.4.04.1.3->4.1.84.1.3->4.2.51.18.1->1.19.21.2.0->1.3.69.31.0->9.39.13.0.1->3.1.01.0.3->1.0.71.6.1->1.7.22.0.3->2.0.71.2.29->1.2.461.2.23->1.2.331.2.3->1.3.06.0.4->6.1.028.0.6->28.0.916.0.1->16.0.33.7.0->3.15.010.4.0->10.4.13.0.10->3.0.115.60.16->5.60.1724.0.12->24.10.02.19.12->2.19.1317.0.33->17.0.344.6.1->4.7.05.4.1->5.6.29.0.3->9.0.46.8.0-alpha.7->6.8.19.34.0->9.39.110.1.5->10.1.812.6.0->12.7.417.21.0->17.23.11.1.4->1.1.511.3.0->11.3.216.3.0->16.5.011.8.1->11.12.111.7.1->11.7.51.54.0->1.56.1^0.6.14->^0.7.00.3.12->0.3.152.24.1->2.24.219.1.0->19.2.019.1.0->19.2.04.50.0->4.52.55.35.5->5.43.43.4.17->3.4.185.44.0->5.44.12.5.6->2.6.05.8.3->5.9.3~5.8.3->~5.9.08.36.0->8.46.322.1.0->22.5.06.3.5->6.4.11.1.0->1.2.31.17.8->1.17.93.5.17->3.5.239.17.0->9.20.0Release Notes
babel/babel (@babel/core)
v7.28.5Compare Source
👓 Spec Compliance
babel-parserRuntime Errors for Function Call Assignment Targets(@liuxingbaoyu)babel-helper-validator-identifier🐛 Bug Fix
babel-plugin-proposal-destructuring-privatebabel-parser@babel/parsererror typing (@JLHwung)babel-plugin-proposal-discard-binding,babel-plugin-transform-destructuringrestcorrectly returns plain array (@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-plugin-transform-block-scoping,babel-plugin-transform-optional-chaining,babel-traverse,babel-typesJSXIdentifierhandling inisReferencedIdentifier(@JLHwung)babel-traverse🏠 Internal
babel-types🏃♀️ Performance
babel-corebuildCodeFrameError(@liuxingbaoyu)v7.28.4Compare Source
🏠 Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-typesbabel-plugin-transform-regeneratortransform-regenerator(@liuxingbaoyu)babel-corecodemirror/language (@codemirror/language)
v6.11.3Compare Source
Bug fixes
Make the stream parser user 4 times smaller chunks to reduce the amount of re-parsed code on changes.
codemirror/view (@codemirror/view)
v6.38.6Compare Source
Bug fixes
Work around a regression in Safari 26 that causes fragments of old selections to remain visible.
v6.38.5Compare Source
Bug fixes
Avoid firing text changes that cover unchanged text on Android.
Fix an issue where the editor could, in some circumstances, insert a stray newline when typing over a document that ended in a block widget.
Work around an issue in Safari 26 that causes inappropriate scrolling on focus in some circumstances.
v6.38.4Compare Source
Bug fixes
Work around a Chrome Android issue where the browser doesn't properly fire composition end events, leaving CodeMirror to believe the user was still composing.
v6.38.3Compare Source
Bug fixes
Work around a rendering bug in Mobile Safari by completely hiding empty layers.
Fix vertical cursor motion in Chrome around decorations with bottom borders or margins.
Fix an issue that caused mark decorations longer than 512 characters to needlessly be split.
Move the cursor out of atomic ranges when text input happens.
v6.38.2Compare Source
Bug fixes
Re-enable falling dispatching keys by key code for Cmd-Alt- combinations on macOS.
Make sure all pointer selections skip atomic ranges.
v6.38.1Compare Source
Bug fixes
Make the keymap not dispatch Alt key combos on macOS by key code, because those are generally used to type special characters.
Fix a layout bug that could occur with very narrow editors.
emberjs/ember-test-helpers (@ember/test-helpers)
v5.4.0🚀 Enhancement
@ember/test-helperswaitForFocusDOM Helper (@mogstad)Committers: 1
v5.3.0🚀 Enhancement
@ember/test-helpersforceargument totriggerEvent(@jrmlt)📝 Documentation
Committers: 2
embroider-build/embroider (@embroider/compat)
v4.1.8🐛 Bug Fix
@embroider/macrosCommitters: 1
v4.1.7🚀 Enhancement
@embroider/vite{{rootURL}}is present in index.html (@pichfl)🐛 Bug Fix
@embroider/legacy-inspector-support@embroider/macrosnode:prefix on imports in app-ember-satisfies to accomodate node < 16 (@NullVoxPopuli)🏠 Internal
@embroider/viteCommitters: 3
v4.1.6🚀 Enhancement
@embroider/macrosappEmberSatisfies(range)(@NullVoxPopuli)🐛 Bug Fix
@embroider/legacy-inspector-supportCommitters: 2
v4.1.5🚀 Enhancement
@embroider/legacy-inspector-support🐛 Bug Fix
@embroider/vite🏠 Internal
@embroider/compat,@embroider/core,@embroider/macros,@embroider/router,@embroider/viteCommitters: 3
v4.1.4🐛 Bug Fix
@embroider/compat@embroider/compat: Removeember-sourcefrom dependencies (@mkszepp)@embroider/shared-internalsCommitters: 2
eslint/eslint (@eslint/js)
v9.39.1Compare Source
v9.39.0Compare Source
v9.38.0Compare Source
Features
ce40f74feat: updatecomplexityrule to only highlight function header (#20048) (Atul Nair)e37e590feat: correctno-loss-of-precisionfalse positives withenotation (#20187) (Francesco Trotta)Bug Fixes
50c3dfdfix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)a1f06a3fix: correct SourceCode typings (#20114) (Pixel998)Documentation
462675adocs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)c070e65docs: correct formatting inno-irregular-whitespacerule documentation (#20203) (루밀LuMir)b39e71adocs: Update README (GitHub Actions Bot)cd39983docs: movecustom-formatterstype descriptions tonodejs-api(#20190) (Percy Ma)Chores
d17c795chore: upgrade @eslint/js@9.38.0 (#20221) (Milos Djermanovic)25d0e33chore: package.json update for @eslint/js release (Jenkins)c82b5efrefactor: Use types from @eslint/core (#20168) (Nicholas C. Zakas)ff31609ci: add Node.js 25 toci.yml(#20220) (루밀LuMir)004577eci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])eac71fbtest: remove use ofnodejsScopeoption of eslint-scope from tests (#20206) (Milos Djermanovic)4168a18chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)205dbd2chore: fix typos (#20200) (ntnyq)dbb200echore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)8962089chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)v9.37.0Compare Source
Features
39f7fb4feat:preserve-caught-errorshould recognize all static "cause" keys (#20163) (Pixel998)f81eabcfeat: support TS syntax inno-restricted-imports(#19562) (Nitin Kumar)Bug Fixes
a129ccefix: correctno-loss-of-precisionfalse positives for leading zeros (#20164) (Francesco Trotta)09e04fcfix: add missing AST token types (#20172) (Pixel998)861c6dafix: correctESLinttypings (#20122) (Pixel998)Documentation
b950359docs: fix typos across the docs (#20182) (루밀LuMir)42498a2docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)29ea092docs: Update README (GitHub Actions Bot)5c97a04docs: showavailableUntilin deprecated rule banner (#20170) (Pixel998)90a71bfdocs: updateREADMEfiles to add badge and instructions (#20115) (루밀LuMir)1603ae1docs: update references frommastertomain(#20153) (루밀LuMir)Chores
afe8a13chore: update@eslint/jsdependency to version 9.37.0 (#20183) (Francesco Trotta)abee4cachore: package.json update for @eslint/js release (Jenkins)fc9381fchore: fix typos in comments (#20175) (overlookmotel)e1574a2](https://redirect.github.com/eslint/eslint/commit/e1574a22d38fd7e1891f8Configuration
📅 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.