Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2024

This PR contains the following updates:

Package Change Age Confidence
@babel/core (source) 7.28.3 -> 7.28.5 age confidence
@babel/eslint-parser (source) 7.28.0 -> 7.28.5 age confidence
@babel/plugin-transform-runtime (source) 7.28.3 -> 7.28.5 age confidence
@babel/plugin-transform-typescript (source) 7.28.0 -> 7.28.5 age confidence
@babel/preset-typescript (source) 7.27.1 -> 7.28.5 age confidence
@babel/runtime (source) 7.28.3 -> 7.28.4 age confidence
@babel/standalone (source) 7.28.3 -> 7.28.5 age confidence
@codemirror/language 6.11.2 -> 6.11.3 age confidence
@codemirror/view 6.38.0 -> 6.38.6 age confidence
@ember/test-helpers 5.2.2 -> 5.4.0 age confidence
@embroider/compat (source) 4.1.3 -> 4.1.8 age confidence
@embroider/core (source) 4.1.3 -> 4.2.5 age confidence
@embroider/macros (source) 1.18.1 -> 1.19.2 age confidence
@embroider/vite (source) 1.2.0 -> 1.3.6 age confidence
@eslint/js (source) 9.31.0 -> 9.39.1 age confidence
@fortawesome/ember-fontawesome 3.0.1 -> 3.1.0 age confidence
@glint/ember-tsc 1.0.3 -> 1.0.7 age confidence
@glint/template 1.6.1 -> 1.7.2 age confidence
@glint/tsserver-plugin 2.0.3 -> 2.0.7 age confidence
@iconify-json/devicon 1.2.29 -> 1.2.46 age confidence
@iconify-json/vscode-icons 1.2.23 -> 1.2.33 age confidence
@lezer/common 1.2.3 -> 1.3.0 age confidence
@rollup/plugin-babel (source) 6.0.4 -> 6.1.0 age confidence
@rollup/plugin-commonjs (source) 28.0.6 -> 28.0.9 age confidence
@rollup/plugin-node-resolve (source) 16.0.1 -> 16.0.3 age confidence
@shikijs/rehype (source) 3.7.0 -> 3.15.0 age confidence
@testing-library/dom 10.4.0 -> 10.4.1 age confidence
@tsconfig/ember (source) 3.0.10 -> 3.0.11 age confidence
@types/codemirror (source) 5.60.16 -> 5.60.17 age confidence
@types/node (source) 24.0.12 -> 24.10.0 age confidence
@types/qunit (source) 2.19.12 -> 2.19.13 age confidence
@types/yargs (source) 17.0.33 -> 17.0.34 age confidence
@vue/repl 4.6.1 -> 4.7.0 age confidence
chalk 5.4.1 -> 5.6.2 age confidence
ember-qunit 9.0.3 -> 9.0.4 age confidence
ember-source (source) 6.8.0-alpha.7 -> 6.8.1 age confidence
eslint (source) 9.34.0 -> 9.39.1 age confidence
eslint-config-prettier 10.1.5 -> 10.1.8 age confidence
eslint-plugin-ember 12.6.0 -> 12.7.4 age confidence
eslint-plugin-n 17.21.0 -> 17.23.1 age confidence
fix-bad-declaration-output 1.1.4 -> 1.1.5 age confidence
fs-extra 11.3.0 -> 11.3.2 age confidence
globals 16.3.0 -> 16.5.0 age confidence
mermaid 11.8.1 -> 11.12.1 age confidence
mocha (source) 11.7.1 -> 11.7.5 age confidence
playwright (source) 1.54.0 -> 1.56.1 age confidence
prettier-plugin-tailwindcss ^0.6.14 -> ^0.7.0 age confidence
publint (source) 0.3.12 -> 0.3.15 age confidence
qunit (source) 2.24.1 -> 2.24.2 age confidence
react (source) 19.1.0 -> 19.2.0 age confidence
react-dom (source) 19.1.0 -> 19.2.0 age confidence
rollup (source) 4.50.0 -> 4.52.5 age confidence
svelte (source) 5.35.5 -> 5.43.4 age confidence
tailwindcss (source) 3.4.17 -> 3.4.18 age confidence
terser (source) 5.44.0 -> 5.44.1 age confidence
turbo (source) 2.5.6 -> 2.6.0 age confidence
typescript (source) 5.8.3 -> 5.9.3 age confidence
typescript (source) ~5.8.3 -> ~5.9.0 age confidence
typescript-eslint (source) 8.36.0 -> 8.46.3 age confidence
unplugin-icons 22.1.0 -> 22.5.0 age confidence
vite (source) 6.3.5 -> 6.4.1 age confidence
vite-bundle-analyzer 1.1.0 -> 1.2.3 age confidence
vite-plugin-mkcert 1.17.8 -> 1.17.9 age confidence
vue (source) 3.5.17 -> 3.5.23 age confidence
webdriverio (source) 9.17.0 -> 9.20.0 age confidence

Release Notes

babel/babel (@​babel/core)

v7.28.5

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • 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-types
  • babel-traverse
🏠 Internal
🏃‍♀️ Performance

v7.28.4

Compare Source

🏠 Internal
codemirror/language (@​codemirror/language)

v6.11.3

Compare 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.6

Compare Source

Bug fixes

Work around a regression in Safari 26 that causes fragments of old selections to remain visible.

v6.38.5

Compare 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.4

Compare 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.3

Compare 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.2

Compare 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.1

Compare 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
Committers: 1

v5.3.0

🚀 Enhancement
📝 Documentation
Committers: 2
embroider-build/embroider (@​embroider/compat)

v4.1.8

🐛 Bug Fix
  • @embroider/macros
Committers: 1

v4.1.7

🚀 Enhancement
🐛 Bug Fix
🏠 Internal
Committers: 3

v4.1.6

🚀 Enhancement
🐛 Bug Fix
  • @embroider/legacy-inspector-support
Committers: 2

v4.1.5

🚀 Enhancement
🐛 Bug Fix
  • @embroider/vite
🏠 Internal
  • @embroider/compat, @embroider/core, @embroider/macros, @embroider/router, @embroider/vite
    • #​2562 Move jest-suites out of scenario tester and make it so we can swap individual packages to vitest (@​mansona)
Committers: 3

v4.1.4

🐛 Bug Fix
Committers: 2
eslint/eslint (@​eslint/js)

v9.39.1

Compare Source

v9.39.0

Compare Source

v9.38.0

Compare Source

Features
  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)
Bug Fixes
  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)
Documentation
  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)
Chores

v9.37.0

Compare Source

Features
  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#​20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#​19562) (Nitin Kumar)
Bug Fixes
Documentation
  • b950359 docs: fix typos across the docs (#​20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#​20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#​20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#​20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#​20153) (루밀LuMir)
Chores

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.


  • 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 2 times, most recently from db10d12 to 1667ac8 Compare May 4, 2025 22:01
@renovate renovate bot force-pushed the renovate/devdependencies branch from 1667ac8 to 5124a5e Compare May 11, 2025 21:26
@renovate renovate bot force-pushed the renovate/devdependencies branch from 5124a5e to 60fdfa4 Compare May 18, 2025 21:30
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 5de1c0e to c0673b2 Compare June 1, 2025 21:51
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from e1b1a84 to aef5529 Compare June 15, 2025 21:29
@renovate renovate bot force-pushed the renovate/devdependencies branch from aef5529 to a4b60b0 Compare June 29, 2025 22:12
@renovate renovate bot force-pushed the renovate/devdependencies branch from a4b60b0 to eb51c37 Compare July 13, 2025 22:25
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 7455946 to 87933ae Compare July 27, 2025 21:38
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 15ad01e to 28b120d Compare August 10, 2025 21:50
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently 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
Updated@​shikijs/​rehype@​3.7.0 ⏵ 3.15.0100 +110070 +397100
Updated@​embroider/​vite@​1.2.0 ⏵ 1.3.692 +610070 +1100 +4100
Updated@​glint/​tsserver-plugin@​2.0.3 ⏵ 2.0.777 -2310070 -3099 -1100
Updated@​embroider/​core@​4.1.3 ⏵ 4.2.598 +110072 +3100 +6100
Updated@​babel/​preset-typescript@​7.27.1 ⏵ 7.28.51001007393100
Updated@​embroider/​compat@​4.1.3 ⏵ 4.1.898 +110073 +3100 +2100
Updatedtypescript-eslint@​8.42.0 ⏵ 8.46.3100 +110074 +197 +2100
Updated@​babel/​plugin-transform-runtime@​7.28.3 ⏵ 7.28.5991007494100
Updated@​types/​qunit@​2.19.12 ⏵ 2.19.1310010075 +179 -2100
Updated@​types/​yargs@​17.0.33 ⏵ 17.0.341001007586100
Updated@​glint/​template@​1.6.1 ⏵ 1.7.210010076 +199 +1100
Updated@​iconify-json/​devicon@​1.2.29 ⏵ 1.2.4683 +21007794 -1100
Updated@​babel/​plugin-transform-typescript@​7.28.0 ⏵ 7.28.5100 +110077 +194100
Updated@​babel/​eslint-parser@​7.28.0 ⏵ 7.28.510010077 -2394100
Updated@​types/​codemirror@​5.60.16 ⏵ 5.60.171001007784100
Added@​lezer/​common@​1.3.01001007883100
Updatedfix-bad-declaration-output@​1.1.4 ⏵ 1.1.579 +310092 +181 +5100
Added@​babel/​runtime@​7.28.41001007993100
Updated@​babel/​core@​7.28.3 ⏵ 7.28.5981008095100
Updated@​babel/​standalone@​7.28.3 ⏵ 7.28.599 +110081 +295 +1100
Updated@​iconify-json/​vscode-icons@​1.2.23 ⏵ 1.2.33100 +210081 +293 +1100
Updatedchalk@​5.6.0 ⏵ 5.6.210010010081 -2100
Updatedpublint@​0.3.12 ⏵ 0.3.15100 +110081 +192100
Updatedvite@​6.3.5 ⏵ 6.4.196 +1100 +1483 +199 +2100
Updatedqunit@​2.24.1 ⏵ 2.24.2100 +110083 +190 +4100
Updated@​tsconfig/​ember@​3.0.10 ⏵ 3.0.1198 -1100100 +183 -4100
Updatedreact@​19.1.0 ⏵ 19.2.0100 +110084 +197100
Updatedvite-plugin-mkcert@​1.17.8 ⏵ 1.17.910010010085 +6100
Updated@​codemirror/​language@​6.11.2 ⏵ 6.11.31001009285100
Added@​codemirror/​view@​6.38.61001008594100
Addedglobals@​16.5.01001008592100
Updatedfs-extra@​11.3.1 ⏵ 11.3.2100 +110010086100
See 29 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 2 times, most recently from 1360ff6 to 442deb8 Compare November 9, 2025 21:09
@renovate renovate bot force-pushed the renovate/devdependencies branch from 442deb8 to 0803fbe Compare November 9, 2025 21:16
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.

1 participant