Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 9, 2025

This PR contains the following updates:

Package Change Age Confidence
@ember/optional-features 2.2.0 -> 2.3.0 age confidence
@ember/test-helpers 5.4.0 -> 5.4.1 age confidence
@embroider/addon-dev (source) 8.1.0 -> 8.1.2 age confidence
@embroider/compat (source) 4.1.8 -> 4.1.11 age confidence
@embroider/core (source) 4.2.5 -> 4.2.9 age confidence
@embroider/vite (source) 1.3.6 -> 1.4.3 age confidence
@glint/ember-tsc 1.0.7 -> 1.0.8 age confidence
@glint/template 1.7.2 -> 1.7.3 age confidence
@glint/tsserver-plugin 2.0.7 -> 2.0.8 age confidence
@tsconfig/ember (source) 3.0.11 -> 3.0.12 age confidence
autoprefixer 10.4.21 -> 10.4.22 age confidence
ember-auto-import (source) 2.11.1 -> 2.12.0 age confidence
ember-scoped-css (source) 2.0.0 -> 2.0.2 age confidence
eslint (source) 9.39.0 -> 9.39.1 age confidence
prettier (source) 3.6.2 -> 3.7.1 age confidence
rollup (source) ~4.52.5 -> ~4.53.0 age confidence
turbo (source) 2.6.0 -> 2.6.1 age confidence
vite (source) 7.1.12 -> 7.2.4 age confidence
webpack 5.102.1 -> 5.103.0 age confidence

Release Notes

emberjs/ember-optional-features (@​ember/optional-features)

v2.3.0

Compare Source

@​ember/optional-features 2.3.0 (minor)

🚀 Enhancement
  • @ember/optional-features
Committers: 1
emberjs/ember-test-helpers (@​ember/test-helpers)

v5.4.1

🐛 Bug Fix
Committers: 1
embroider-build/embroider (@​embroider/addon-dev)

v8.1.2

🐛 Bug Fix
Committers: 1

v8.1.1

🐛 Bug Fix
Committers: 1
typed-ember/glint (@​glint/ember-tsc)

v1.0.8

🐛 Bug Fix
📝 Documentation
Committers: 2
tsconfig/bases (@​tsconfig/ember)

v3.0.12

Compare Source

postcss/autoprefixer (autoprefixer)

v10.4.22

Compare Source

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.
embroider-build/ember-auto-import (ember-auto-import)

v2.12.0

ember-auto-import 2.12.0 (minor)

🚀 Enhancement
  • ember-auto-import, @ef4/test-scenarios
📝 Documentation
Committers: 2

v2.11.2

ember-auto-import 2.11.2 (patch)

🐛 Bug Fix
  • ember-auto-import, v2-app-template, @ef4/test-scenarios
    • #​670 make missing top-level EAI errors lazy to fix embroider 4.x (@​ef4)
Committers: 1
eslint/eslint (eslint)

v9.39.1

Compare Source

prettier/prettier (prettier)

v3.7.1

Compare Source

diff

API: Fix performance regression in doc printer (#​18342 by @​fisker)

Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.

v3.7.0

Compare Source

diff

🔗 Release Notes

rollup/rollup (rollup)

v4.53.3

Compare Source

2025-11-19

Bug Fixes
  • Fix an error where too many modules where flagged for having an unused external import (#​6182)
  • Fix an error where an assignment was wrongly tree-shaken when mutating it (#​6183)
Pull Requests

v4.53.2

Compare Source

2025-11-10

Bug Fixes
  • Do not throw when using invalid escape sequences in template literals (#​6177)
Pull Requests

v4.53.1

Compare Source

2025-11-07

Bug Fixes
Pull Requests

v4.53.0

Compare Source

2025-11-07

Features
  • Improve rendering performance by caching generated variable names (#​5947)
Pull Requests
vercel/turborepo (turbo)

v2.6.1

Compare Source

vitejs/vite (vite)

v7.2.4

Compare Source

Bug Fixes

v7.2.3

Compare Source

Bug Fixes
Performance Improvements
Miscellaneous Chores

v7.2.2

Compare Source

Bug Fixes

v7.2.1

Compare Source

Bug Fixes
Code Refactoring

v7.2.0

Compare Source

Bug Fixes
  • css: fallback to sass when sass-embedded platform binary is missing (#​21002) (b1fd616)
  • module-runner: make getBuiltins response JSON serializable (#​21029) (ad5b3bf)
  • types: add undefined to optional properties for exactOptionalProperties type compatibility (#​21040) (2833c55)
Miscellaneous Chores
webpack/webpack (webpack)

v5.103.0

Compare Source

Features
  • Added DotenvPlugin and top level dotenv option to enable this plugin
  • Added WebpackManifestPlugin
  • Added support the ignoreList option in devtool plugins
  • Allow to use custom javascript parse function
  • Added import.meta.env support for environment variables
  • Added support for import.meta.dirname and import.meta.filename
  • Added support import.defer() for statistical path
  • Handle import.meta.main
  • Added suport to setup named exports for JSON modules and disable usage named export for import file from "./file.json" with { type: "json" }
  • Added support __dirname/__filename/import.meta.dirname/import.meta.filename for universal target
  • [CSS] Added the exportType option with link (by default), "text" and css-style-sheet values
  • [CSS] Added support for composes properties
Fixes
  • The dependOn chunk must be loaded before the common chunk
  • Return to namespace import when the external request includes a specific export
  • No runtime extra runtime code for module libraries
  • Delay HMR accept dependencies to preserve import attributes
  • Properly handle external presets for universal target
  • Fixed incorrect identifier of import binding for module externals
  • Fixed when defer import and dynamic default export mixed
  • Reduce generated output when globalThis supported
  • Fixed loading async modules in defer import
  • Reexport module for default import when no used exports for systemjs library
  • Rename HarmonyExportDependencyParserPlugin exported id to CompatibilityPlugin tagged id
  • Handle __dirname and __filename for ES modules
  • Rename single nested __webpack_export__ and __webpack_require__ in already bundled code
  • [Types] webpack function type
  • [Types] NormalModule type
  • [Types] Multi compiler configuration type
  • [Types] Fixed regression in custom hashDigest type
  • [CSS] No extra runtime for initial chunk
  • [CSS] Fixed a lot of CSS modules bugs

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.

@renovate renovate bot added the dependencies label Nov 9, 2025
@bolt-new-by-stackblitz
Copy link

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

@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from b7805d7 to 1d5ade2 Compare November 16, 2025 22:44
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 3324033 to 1f46226 Compare November 30, 2025 22:16
@renovate renovate bot force-pushed the renovate/devdependencies branch from 1f46226 to 66586a0 Compare November 30, 2025 23:07
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