Skip to content

Update devDependencies#1837

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/devdependencies
Open

Update devDependencies#1837
renovate[bot] wants to merge 1 commit intomainfrom
renovate/devdependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@babel/plugin-proposal-decorators (source) 7.28.67.29.0 age confidence
@babel/plugin-transform-runtime (source) 7.28.57.29.0 age confidence
@codemirror/language 6.12.16.12.2 age confidence
@codemirror/state 6.5.46.6.0 age confidence
@codemirror/view 6.39.126.40.0 age confidence
@embroider/addon-dev (source) 8.2.08.3.0 age confidence
@embroider/compat (source) 4.1.124.1.15 age confidence
@embroider/core (source) 4.4.24.4.5 age confidence
@embroider/macros (source) 1.19.61.20.1 age confidence
@embroider/vite (source) 1.5.01.6.1 age confidence
@eslint/js (source) 9.39.29.39.4 age confidence
@glint/ember-tsc 1.1.01.2.2 age confidence
@glint/template 1.7.41.7.6 age confidence
@glint/tsserver-plugin 2.1.02.2.3 age confidence
@iconify-json/devicon 1.2.571.2.60 age confidence
@iconify-json/vscode-icons 1.2.401.2.45 age confidence
@lezer/common 1.5.01.5.1 age confidence
@rollup/plugin-commonjs (source) 29.0.029.0.2 age confidence
@types/node (source) 24.10.924.12.0 age confidence
@vitest/browser-playwright (source) 4.0.184.1.0 age confidence
@vitest/browser-webdriverio (source) 4.0.184.1.0 age confidence
autoprefixer 10.4.2310.4.27 age confidence
ember-modifier 4.2.24.3.0 age confidence
ember-primitives ^0.51.0^0.53.0 age confidence
ember-resolver 13.1.113.2.0 age confidence
ember-source (source) 6.12.0-alpha.66.12.0-beta.2 age confidence
eslint (source) 9.39.29.39.4 age confidence
eslint-plugin-n 17.23.217.24.0 age confidence
fs-extra 11.3.311.3.4 age confidence
globals 17.2.017.4.0 age confidence
globby 16.1.016.1.1 age confidence
mermaid 11.12.211.13.0 age confidence
oxc-parser (source) ^0.107.0^0.118.0 age confidence
oxc-transform (source) ^0.107.0^0.118.0 age confidence
playwright (source) 1.58.11.58.2 age confidence
postcss (source) 8.5.68.5.8 age confidence
prettier-plugin-ember-template-tag 2.1.22.1.3 age confidence
publint (source) 0.3.170.3.18 age confidence
rollup (source) 4.57.14.59.0 age confidence
shiki (source) 3.22.03.23.0 age confidence
svelte (source) 5.50.35.53.11 age confidence
testem 3.17.03.18.0 age confidence
turbo (source) 2.8.02.8.16 age confidence
type-fest 5.3.15.4.4 age confidence
typescript-eslint (source) 8.54.08.57.0 age confidence
vite (source) 8.0.0-beta.78.0.0 age confidence
vite-bundle-analyzer 1.3.21.3.6 age confidence
vite-plugin-mkcert 1.17.91.17.10 age confidence
vitest (source) 4.0.184.1.0 age confidence
vue (source) 3.5.273.5.30 age confidence
webdriverio (source) 9.23.39.25.0 age confidence

Release Notes

babel/babel (@​babel/plugin-proposal-decorators)

v7.29.0

Compare Source

v7.29.0 (2026-01-31)

Thanks @​simbahax for your first PR!

🚀 New Feature
🐛 Bug Fix
  • babel-parser
  • babel-traverse
    • #​17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (@​simbahax)
  • babel-plugin-transform-block-scoping, babel-traverse
    • #​17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (@​magic-akari)
🏃‍♀️ Performance
Committers: 6
codemirror/language (@​codemirror/language)

v6.12.2

Compare Source

Bug fixes

Make sure brackets are highlighted in the initial editor state.

Pause bracket matching updates during composition, to avoid disrupting Mobile Safari's fragile composition handling.

codemirror/state (@​codemirror/state)

v6.6.0

Compare Source

New features

EditorSelection.range now takes an optional assoc argument.

SelectionRange.extend can now be given a third argument to specify associativity.

codemirror/view (@​codemirror/view)

v6.40.0

Compare Source

Bug fixes

Fix a bug that caused Shift-Enter/Backspace/Delete on iOS to lose the shift modifier when delivered to key event handlers.

Fix an issue where EditorView.moveVertically could move to the wrong place in wrapped lines with a large line height.

Make sure the selection head associativity is properly set for mouse selections made with shift held down.

New features

WidgetType.updateDOM is now called with the previous widget value as third argument.

v6.39.17

Compare Source

Bug fixes

Improve touch tap-selection on line wrapping boundaries.

Make drawSelection draw our own selection handles on iOS.

Fix an issue where posAtCoords, when querying line wrapping points, got confused by extra empty client rectangles produced by Safari.

v6.39.16

Compare Source

Bug fixes

Perform scroll stabilization on the document or wrapping scrollable elements, when the user scrolls the editor.

Fix an issue where changing decorations right before a composition could end up corrupting the visible DOM.

Fix an issue where some types of text input over a selection would be read as happening in wrong position.

v6.39.15

Compare Source

Bug fixes

Fix a regression where the editor would forget previously measured line heights without good reason.

Fix an issue where scrolling the cursor into view sometimes wouldn't work on Chrome Android.

Fix a bug that broke composition inside of block wrappers.

v6.39.14

Compare Source

Bug fixes

Improve performance of posAtCoords on long lines.

Fix a regression where copy and cut in a shadow DOM on Safari would fall back to the native behavior, often copying the wrong text.

v6.39.13

Compare Source

Bug fixes

Fix an issue where a widget at start or end of line, when wrapped to cover that whole line, could block vertical cursor motion.

Fix an issue EditorView.moveVertically that would sometimes cause selection-extending vertical motion to get stuck on line wrapping points.

embroider-build/embroider (@​embroider/addon-dev)

v8.3.0

🚀 Enhancement
  • @embroider/addon-dev
    • #​2651 Update addon-dev to support glint 1 and glint 2 and choose between them based on your available dependencies (@​NullVoxPopuli)
🐛 Bug Fix
  • @embroider/compat, @embroider/template-tag-codemod
  • @embroider/vite
  • @embroider/macros
🏠 Internal
Committers: 3
eslint/eslint (@​eslint/js)

v9.39.4

Compare Source

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

typed-ember/glint (@​glint/ember-tsc)

v1.2.2

Compare Source

🐛 Bug Fix
🏠 Internal
Committers: 1

v1.2.1

🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 1

v1.1.1

🐛 Bug Fix
🏠 Internal
Committers: 1
lezer-parser/common (@​lezer/common)

v1.5.1

Compare Source

Bug fixes

Fix a bug that caused SyntaxNode.enter to incorrectly enter bracketed mounted trees in some circumstances.

rollup/plugins (@​rollup/plugin-commonjs)

v29.0.2

2026-03-06

Bugfixes
  • commonjs: conditional exports (#​1952)

v29.0.1

2026-03-05

Bugfixes
  • commonjs: correctly replaces shorthand "global" property in object (#​1957)
vitest-dev/vitest (@​vitest/browser-playwright)

v4.1.0

Compare Source

Vitest 4.1 is out!

This release page lists all changes made to the project during the 4.1 beta. To get a review of all the new features, read our blog post.

   🚀 Features
   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - "after 9pm on sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 13, 2024

Project Preview URL1 Manage
Limber https://renovate-devdependencies.limber-glimdown.pages.dev on Cloudflare
Tutorial https://renovate-devdependencies.limber-glimmer-tutorial.pages.dev on Cloudflare

Logs

Footnotes

  1. if these branch preview links are not working, please check the logs for the commit-based preview link. There is a character limit of 28 for the branch subdomain, as well as some other heuristics, described here for the sake of implementation ease in deploy-preview.yml, that algo has been omitted. The URLs are logged in the wrangler output, but it's hard to get outputs from a matrix job.

@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 0368869 to 8cd04b3 Compare October 27, 2024 22:06
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 818fb5e to 1b633c9 Compare November 10, 2024 22:07
@renovate renovate bot force-pushed the renovate/devdependencies branch from 1b633c9 to 9694e69 Compare November 17, 2024 22:57
@renovate renovate bot force-pushed the renovate/devdependencies branch from 9694e69 to 49af6e3 Compare November 24, 2024 23:08
@renovate renovate bot force-pushed the renovate/devdependencies branch from 49af6e3 to 7bcf323 Compare December 1, 2024 23:11
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from b1786a7 to 55ab248 Compare December 15, 2024 22:00
@renovate renovate bot force-pushed the renovate/devdependencies branch from 55ab248 to 19672a9 Compare December 22, 2024 22:01
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from c2c5e9f to e7587a2 Compare January 5, 2025 21:29
@renovate renovate bot force-pushed the renovate/devdependencies branch from e7587a2 to fda73cc Compare January 26, 2025 21:41
@renovate renovate bot force-pushed the renovate/devdependencies branch from fda73cc to 216d041 Compare February 2, 2025 21:56
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 22d50d4 to 731424e Compare February 23, 2025 22:43
@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from 12452a4 to 08e4c92 Compare March 9, 2025 21:14
@renovate renovate bot force-pushed the renovate/devdependencies branch from 08e4c92 to e935856 Compare March 16, 2025 22:01
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from d63aeb4 to 66523e0 Compare March 30, 2025 22:06
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from 8428247 to b94ed76 Compare April 13, 2025 21:56
@renovate renovate bot force-pushed the renovate/devdependencies branch from b94ed76 to a15cd1a Compare April 20, 2025 22:52
@renovate renovate bot force-pushed the renovate/devdependencies branch from 9f33831 to 000d0e3 Compare August 31, 2025 22:21
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 5ef799e to 82e9321 Compare September 21, 2025 21:44
@renovate renovate bot force-pushed the renovate/devdependencies branch from 82e9321 to 630b0e8 Compare September 28, 2025 21:09
@renovate renovate bot force-pushed the renovate/devdependencies branch from 630b0e8 to 2396386 Compare October 19, 2025 21:44
@socket-security
Copy link

socket-security bot commented Oct 19, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedember-resolver@​13.1.1 ⏵ 13.2.0100 +11006989100
Updated@​embroider/​vite@​1.5.0 ⏵ 1.6.192 +110070 +199100
Updated@​embroider/​core@​4.4.2 ⏵ 4.4.5981007299 +1100
Updated@​embroider/​compat@​4.1.12 ⏵ 4.1.1598 +11007399 -1100
Updatedtypescript-eslint@​8.54.0 ⏵ 8.57.01001007498100
Updated@​babel/​plugin-proposal-decorators@​7.28.6 ⏵ 7.29.01001007494100
Updated@​babel/​plugin-transform-runtime@​7.28.5 ⏵ 7.29.0991007493 -1100
Updated@​glint/​tsserver-plugin@​2.1.0 ⏵ 2.2.395 +110075 +698 +3100
Updated@​iconify-json/​devicon@​1.2.57 ⏵ 1.2.60831007795 +2100
Updatedshiki@​1.29.2 ⏵ 3.23.0100 +110077 +198100
Added@​lezer/​common@​1.5.11001007885100
Updatedvitest@​4.0.18 ⏵ 4.1.09610079 +199100
Added@​codemirror/​state@​6.6.0991007989100
Updated@​iconify-json/​vscode-icons@​1.2.40 ⏵ 1.2.451001008196 +3100
Updated@​types/​node@​24.10.9 ⏵ 24.12.010010081 +196100
Updatedpublint@​0.3.17 ⏵ 0.3.1810010081 +187100
Updatedvite@​8.0.0-beta.7 ⏵ 8.0.094 +110082 +199100
Updatedember-repl@​8.0.1 ⏵ 8.0.2831008395 +1100
Updatedturbo@​2.8.0 ⏵ 2.8.16100 +110085 +197 +1100
Updated@​vitest/​browser-webdriverio@​4.0.18 ⏵ 4.1.09310085 +198 -1100
Updated@​codemirror/​view@​6.39.12 ⏵ 6.40.095 -110085 +197 +2100
Updatedglobals@​17.2.0 ⏵ 17.4.0100 +110086 +194 -1100
Updated@​vitest/​browser-playwright@​4.0.18 ⏵ 4.1.09910086 +199100
Updatedvite-plugin-mkcert@​1.17.9 ⏵ 1.17.1010010010086 +5100
Updatedglobby@​16.1.0 ⏵ 16.1.199100100 +187100
Updatedsvelte@​5.50.3 ⏵ 5.53.1188 +1100 +1188 +198 +1100
Addedrollup@​4.59.08810010098100
Updated@​glint/​ember-tsc@​1.1.0 ⏵ 1.2.29810088 +198 +3100
Updatedeslint@​9.39.2 ⏵ 9.39.489 +110010096100
Updated@​embroider/​addon-dev@​8.2.0 ⏵ 8.3.095 -110089 +198 -1100
Updated@​codemirror/​language@​6.12.1 ⏵ 6.12.299 +110092 +189100
Updatedprettier-plugin-ember-template-tag@​2.1.2 ⏵ 2.1.310010010089 -1100
See 16 more rows in the dashboard

View full report

@socket-security
Copy link

socket-security bot commented Oct 19, 2025

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.

View full report

@renovate renovate bot force-pushed the renovate/devdependencies branch from 2396386 to cb05e20 Compare October 26, 2025 21:10
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from 442deb8 to 0803fbe Compare November 9, 2025 21:16
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 5cfd666 to 13ef1e0 Compare November 23, 2025 22:04
@renovate renovate bot force-pushed the renovate/devdependencies branch from 13ef1e0 to 8c4a70f Compare November 30, 2025 22:02
@renovate renovate bot force-pushed the renovate/devdependencies branch 5 times, most recently from 286721c to ee1215f Compare December 14, 2025 21:35
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from fb3c174 to c87ba87 Compare December 21, 2025 21:57
@renovate renovate bot force-pushed the renovate/devdependencies branch from c87ba87 to 81b3532 Compare December 28, 2025 21:30
@renovate renovate bot force-pushed the renovate/devdependencies branch from 81b3532 to 7bce9b5 Compare January 4, 2026 21:51
@renovate renovate bot force-pushed the renovate/devdependencies branch from 7bce9b5 to 6d544b4 Compare January 18, 2026 22:26
@renovate renovate bot changed the title Update devDependencies chore(deps): update devdependencies Jan 18, 2026
@renovate renovate bot force-pushed the renovate/devdependencies branch from 6d544b4 to cb4b020 Compare February 1, 2026 21:40
@renovate renovate bot changed the title chore(deps): update devdependencies Update devDependencies Feb 1, 2026
@renovate renovate bot force-pushed the renovate/devdependencies branch from cb4b020 to bda4eae Compare February 8, 2026 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants