Skip to content
This repository was archived by the owner on Jan 4, 2026. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 15, 2024

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

This PR contains the following updates:

Package Change Age Confidence
@embroider/addon-dev (source) ^6.0.1 -> ^8.0.0 age confidence
babel-plugin-ember-template-compilation ^2.2.5 -> ^3.0.0 age confidence
ember-source (source) ^5.12.0 -> ^6.0.0 age confidence
ember-template-lint ^6.0.0 -> ^7.0.0 age confidence
eslint (source) ^8.56.0 -> ^9.0.0 age confidence
eslint-config-prettier ^9.1.0 -> ^10.0.0 age confidence

Release Notes

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

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
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

v2.4.1

babel-plugin-ember-template-compilation 2.4.1 (patch)

🐛 Bug Fix
  • babel-plugin-ember-template-compilation
    • #​80 Fix incorrect "this" binding when there's a TypeScript this arg in scope (@​ef4)
Committers: 1

v2.4.0

babel-plugin-ember-template-compilation 2.4.0 (minor)

🚀 Enhancement
🐛 Bug Fix
🏠 Internal
  • babel-plugin-ember-template-compilation
Committers: 2
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
📝 Documentation
Committers: 3

v7.2.0

Compare Source

ember-template-lint 7.2.0 (minor)

🚀 Enhancement
🐛 Bug Fix
Committers: 1

v7.1.0

Compare Source

ember-template-lint 7.1.0 (minor)

🚀 Enhancement
🐛 Bug Fix
Committers: 1

v7.0.8

Compare Source

ember-template-lint 7.0.8 (patch)

🐛 Bug Fix
Committers: 1

v7.0.7

Compare Source

ember-template-lint 7.0.7 (patch)

🐛 Bug Fix
  • ember-template-lint
Committers: 1

v7.0.6

Compare Source

ember-template-lint 7.0.6 (patch)

🐛 Bug Fix
Committers: 1

v7.0.5

Compare Source

ember-template-lint 7.0.5 (patch)

🐛 Bug Fix
Committers: 1

v7.0.4

Compare Source

ember-template-lint 7.0.4 (patch)

🐛 Bug Fix
Committers: 1

v7.0.3

Compare Source

ember-template-lint 7.0.3 (patch)

🐛 Bug Fix
Committers: 1

v7.0.2

Compare Source

ember-template-lint 7.0.2 (patch)

🐛 Bug Fix
Committers: 1

v7.0.1

Compare Source

ember-template-lint 7.0.1 (patch)

🐛 Bug Fix
  • ember-template-lint
Committers: 1

[v7.0.0](https://redirect.github.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELO


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 force-pushed the renovate/major-devdependencies branch 4 times, most recently from 86aa685 to e5b8cfb Compare December 22, 2024 21:15
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from 6abc19f to 9e95613 Compare January 12, 2025 21:42
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 9e95613 to 16bf6fc Compare January 19, 2025 21:54
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 438d5b4 to 52d9a05 Compare January 26, 2025 21:57
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from e76374f to 89f0505 Compare February 16, 2025 21:38
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 89f0505 to ef63e67 Compare March 9, 2025 21:38
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from ef63e67 to ec026e9 Compare March 16, 2025 21:59
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from ec026e9 to 6db69ed Compare March 23, 2025 22:28
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 5 times, most recently from 6f5344b to 3432f1a Compare April 6, 2025 22:08
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from db908c3 to f1033b1 Compare April 20, 2025 21:53
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from f1033b1 to 3f78969 Compare May 11, 2025 21:36
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 3f78969 to 7dc9c3d Compare May 25, 2025 22:49
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 7dc9c3d to 0bc6164 Compare June 15, 2025 22:15
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 3fc2c4a to 04ac02d Compare July 13, 2025 22:22
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 04ac02d to a84d80e Compare August 10, 2025 22:12
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from 3a44d77 to 13f4099 Compare August 17, 2025 22:22
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from 71b9676 to e55453f Compare September 14, 2025 21:59
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 6e45dd2 to 848181e Compare September 14, 2025 22:03
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 848181e to 2634126 Compare October 5, 2025 21:44
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 5 times, most recently from 028116e to dd79639 Compare October 19, 2025 22:07
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from 1eba1ea to c275bbe Compare November 9, 2025 21:41
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 866384d to 60b2e90 Compare November 23, 2025 21:10
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 124c9ea to 774999f Compare December 21, 2025 22:05
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from 0d8be05 to 6404e4b Compare December 21, 2025 22:16
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 6404e4b to 119f483 Compare December 21, 2025 22:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant