Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2024

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@ember/test-waiters ^3.1.0 -> ^4.0.0 age confidence
@embroider/addon-dev (source) ^5.0.0 -> ^8.0.0 age confidence
babel-plugin-ember-template-compilation ^2.3.0 -> ^3.0.0 age confidence
ember-source (source) ~5.12.0 -> ~6.9.0 age confidence
ember-template-lint ^6.0.0 -> ^7.0.0 age confidence

Release Notes

emberjs/ember-test-waiters (@​ember/test-waiters)

v4.1.1

@​ember/test-waiters 4.1.1 (patch)

🐛 Bug Fix
📝 Documentation
Committers: 2

v4.1.0

@​ember/test-waiters 4.1.0 (minor)

🚀 Enhancement
Committers: 1

v4.0.0

@​ember/test-waiters 4.0.0 (major)

💥 Breaking Change
🚀 Enhancement
🐛 Bug Fix
🏠 Internal
Committers: 3
embroider-build/embroider (@​embroider/addon-dev)

v8.2.0

🚀 Enhancement
🐛 Bug Fix
  • @embroider/shared-internals
Committers: 2

v8.1.2

🐛 Bug Fix
Committers: 1

v8.1.1

🐛 Bug Fix
Committers: 1

v8.1.0

🚀 Enhancement
🐛 Bug Fix
Committers: 2

v8.0.1

🐛 Bug Fix
Committers: 2

v8.0.0

📝 Documentation
🏠 Internal
  • @embroider/addon-dev, @embroider/addon-shim, @embroider/babel-loader-9, @embroider/broccoli-side-watch, @embroider/compat, @embroider/config-meta-loader, @embroider/core, @embroider/hbs-loader, @embroider/macros, @embroider/reverse-exports, @embroider/router, @embroider/shared-internals, @embroider/vite
  • @embroider/addon-dev, @embroider/compat
Committers: 1

v7.1.4

@​embroider/addon-dev 7.1.4 (patch)

🐛 Bug Fix
Committers: 1

v7.1.3

@​embroider/addon-dev 7.1.3 (patch)

🐛 Bug Fix
Committers: 1

v7.1.2

@​embroider/addon-dev 7.1.2 (patch)

🐛 Bug Fix
  • @embroider/addon-dev
🏠 Internal
Committers: 2

v7.1.1

@​embroider/addon-dev 7.1.1 (patch)

🐛 Bug Fix
Committers: 1

v7.1.0

@​embroider/addon-dev 7.1.0 (minor)
@​embroider/compat 3.7.1 (patch)
@​embroider/core 3.4.20 (patch)
@​embroider/macros 1.16.10 (patch)

🚀 Enhancement
🏠 Internal
Committers: 1

v7.0.0

@​embroider/addon-dev 7.0.0 (major)

💥 Breaking Change
Committers: 1

v6.0.1

@​embroider/addon-dev 6.0.1 (patch)
@​embroider/broccoli-side-watch 1.0.0 (major)
@​embroider/compat 3.6.4 (patch)
@​embroider/core 3.4.18 (patch)
@​embroider/macros 1.16.8 (patch)
@​embroider/shared-internals 2.8.0 (minor)
@​embroider/webpack 4.0.7 (patch)

💥 Breaking Change
  • @embroider/broccoli-side-watch
🚀 Enhancement
  • @embroider/broccoli-side-watch, @embroider/shared-internals
🐛 Bug Fix
  • @embroider/addon-dev, @embroider/test-scenarios
Committers: 1

v6.0.0

@​embroider/addon-dev 6.0.0 (major)
@​embroider/compat 3.6.2 (patch)
@​embroider/core 3.4.17 (patch)
@​embroider/macros 1.16.7 (patch)
@​embroider/shared-internals 2.7.0 (minor)
@​embroider/vite 0.2.1 (patch)
@​embroider/webpack 4.0.6 (patch)

💥 Breaking Change
  • @embroider/addon-dev, @embroider/test-scenarios
🚀 Enhancement
  • @embroider/addon-dev, @embroider/shared-internals, @embroider/test-scenarios
🐛 Bug Fix
  • @embroider/compat, @embroider/core, @embroider/vite, @embroider/webpack, @embroider/test-scenarios
  • @embroider/shared-internals, @embroider/test-scenarios
Committers: 3
emberjs/babel-plugin-ember-template-compilation (babel-plugin-ember-template-compilation)

v3.0.1

  • babel-plugin-ember-template-compilation 3.0.1 (patch)
🐛 Bug Fix
🏠 Internal
  • babel-plugin-ember-template-compilation
Committers: 2

v3.0.0

  • babel-plugin-ember-template-compilation 3.0.0-alpha.4 (patch)
🐛 Bug Fix
  • babel-plugin-ember-template-compilation
    • #​91 Don't accidentally load ambient config during bindExpression (@​ef4)
Committers: 1
emberjs/ember.js (ember-source)

v6.9.0

Compare Source

  • All changes were internal, docs, and/or bugfixes that were backported.

v6.8.2

Compare Source

  • #​21002 [BUGFIX] Don't render if we're mid-destroy

v6.8.1

Compare Source

  • #​20994 [BUGFIX] Fix loose-mode components invoked from a strict mode component via renderComponent

v6.8.0

Compare Source

v6.7.0

Compare Source

  • #​20939 [ENHANCEMENT] Add import { trustHTML } from '@​ember/template'; as an alias of `import { htmlSafe } from '@​ember/template', for naming that better matches the behavior.
  • #​20941 [CLEANUP] Remove code from deprecate-array-prototype-extensions deprecation that was until 6.0
  • #​20920 / #​20922 [INTERNAL] Remove many uses of .extend
  • #​20926 [INTERNAL] Remove all view mixins

v6.6.0

Compare Source

  • #​20627 [CLEANUP] Remove escapeExpression from @ember/template
  • #​20909 Remove microtask in runtime compiler

v6.5.0

Compare Source

  • #​20835 [FEATURE] Add a --route-authoring-format option to the route generator to generate template-tag components as route templates per RFC #​1046.
  • #​20862 [FEATURE] Add blueprints to generate strict components (template tag) with --strict or --tt per RFC #​0779.
  • #​20813 / #​20813 [DEPRECATION] Deprecate import Ember from 'ember' per RFC #​1003.
  • #​20880 [CLEANUP] Remove the ember-cli-qunit tests
  • #​20891 [CLEANUP] Remove DEPRECATE_COMPONENT_TEMPLATE_RESOLVING deprecation

v6.4.0

Compare Source

v6.3.0

Compare Source

v6.2.0

Compare Source

  • #​20798 [CLEANUP] Remove old code that supported old ember-test-helpers
  • #​20809 [CLEANUP] Remove long enabled EMBER_TYPESCRIPT_BLUEPRINTS feature flag
  • #​20811 Fix typescript@​next support

v6.1.0

Compare Source

  • #​20782 [BUGFIX] Fixes Ember keyword shadowing: keywords should always be superseded by in-scope lexical variables
  • #​20787 Publish ember-source as v2 addon

v6.0.1

Compare Source

  • #​20792 [BUGFIX] Fix importing ember-source/types

v6.0.0

Compare Source

  • [BREAKING] Features and APIs that were deprecated until v6.0 will now throw exceptions and the related code will be removed imminently. For a list of deprecations, see the Deprecation Guide.
  • #​20731 [BUGFIX] Bump import Ember from 'ember' barrel file deprecations until 7.0.0
  • #​20779 / #​20791 [CLEANUP] Update browser support per RFC #​685. Support is now Chrome >= 109, Edge >= 128 Firefox >= 115, Safari >= 15.6, ChromeAndroid >= 130, FirefoxAndroid >= 130
  • #​20773 [CLEANUP] Remove deprecated features from component blueprint per RFC #​995.
  • #​20730 [CLEANUP] Remove support for EXTEND_PROTOTYPES
  • #​20732 [TYPES] Directly assign a boolean value in deprecated-features
  • #​20753 [INTERNAL] Update tagging strategy: ember-source tags will now be v1.2.3-ember-source instead of v1.2.3
  • #​20744 Add v2 addon metadata
ember-template-lint/ember-template-lint (ember-template-lint)

v7.9.3

Compare Source

  • ember-template-lint 7.9.3 (patch)
🐛 Bug Fix
  • ember-template-lint
Committers: 1

v7.9.2

Compare Source

  • ember-template-lint 7.9.2 (patch)
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 3

v7.9.1

Compare Source

ember-template-lint 7.9.1 (patch)

🐛 Bug Fix
Committers: 1

v7.9.0

Compare Source

ember-template-lint 7.9.0 (minor)

🚀 Enhancement
  • ember-template-lint
🐛 Bug Fix
  • ember-template-lint
    • #​3290 Fix the ability to specify checkHbsTemplateLiterals: false in the template-lintrc to opt in to disable parsing js and ts (@​NullVoxPopuli)
Committers: 2

v7.8.1

Compare Source

ember-template-lint 7.8.1 (patch)

🐛 Bug Fix
Committers: 1

v7.8.0

Compare Source

ember-template-lint 7.8.0 (minor)

🚀 Enhancement
🐛 Bug Fix
🏠 Internal
Committers: 2

v7.7.0

Compare Source

ember-template-lint 7.7.0 (minor)

🚀 Enhancement
🐛 Bug Fix
Committers: 3

v7.6.0

Compare Source

ember-template-lint 7.6.0 (minor)

🚀 Enhancement
🐛 Bug Fix
  • ember-template-lint
📝 Documentation
🏠 Internal
Committers: 2

v7.5.0

Compare Source

ember-template-lint 7.5.0 (minor)

🚀 Enhancement
🐛 Bug Fix
Committers: 2

v7.4.1

Compare Source

ember-template-lint 7.4.1 (patch)

🐛 Bug Fix
Committers: 3

v7.4.0

Compare Source

ember-template-lint 7.4.0 (minor)

🚀 Enhancement
Committers: 2

v7.3.0

Compare Source

ember-template-lint 7.3.0 (minor)

🚀 Enhancement
🐛 Bug Fix

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.

@vercel
Copy link

vercel bot commented Oct 20, 2024

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
reactive Ready Ready Preview, Comment Dec 28, 2025 10:15pm

@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 555e85b to f662b1f Compare October 27, 2024 22:25
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from f662b1f to 168b4ab Compare November 17, 2024 22:12
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 168b4ab to 1cabf53 Compare December 1, 2024 21:40
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 1cabf53 to c381578 Compare December 15, 2024 22:13
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from c381578 to 92a151b Compare December 29, 2024 22:41
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 92a151b to e9bef5b Compare January 19, 2025 21:31
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from e9bef5b to 24ca03c Compare February 16, 2025 21:25
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 24ca03c to bbbfe24 Compare March 2, 2025 22:19
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from bbbfe24 to bc4090f Compare March 9, 2025 21:43
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from bc4090f to b33c67a Compare March 23, 2025 21:38
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from b33c67a to af60795 Compare April 6, 2025 21:19
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from af60795 to 996f715 Compare April 20, 2025 21:34
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 996f715 to f93d14e Compare May 4, 2025 23:14
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from f93d14e to 4c9f5ad Compare May 11, 2025 22:51
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 5a1152b to 1c22c53 Compare July 20, 2025 21:26
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 1c22c53 to 13de8c7 Compare July 27, 2025 21:47
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 13de8c7 to 5957b7e Compare August 3, 2025 21:12
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 5957b7e to 0324751 Compare August 10, 2025 21:45
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 0324751 to 75b92e4 Compare August 17, 2025 21:59
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 75b92e4 to 05eb95e Compare August 24, 2025 21:11
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 05eb95e to cdc674e Compare August 31, 2025 22:05
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from cdc674e to 91b47f7 Compare September 14, 2025 22:08
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 91b47f7 to 0e029e8 Compare September 28, 2025 21:29
@renovate renovate bot changed the title Update devDependencies (major) chore(deps): update devdependencies (major) Sep 28, 2025
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 0e029e8 to 4f671b6 Compare October 5, 2025 22:02
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 4f671b6 to 11e836b Compare October 19, 2025 21:08
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 11e836b to fec0793 Compare December 14, 2025 22:14
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from fec0793 to f69765a Compare December 28, 2025 22:12
@renovate renovate bot changed the title chore(deps): update devdependencies (major) Update devDependencies (major) Dec 28, 2025
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