DEPS: Bump babel-plugin-ember-template-compilation from 3.0.1 to 4.0.0#1553
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Bumps [babel-plugin-ember-template-compilation](https://github.com/emberjs/babel-plugin-ember-template-compilation) from 3.0.1 to 4.0.0. - [Release notes](https://github.com/emberjs/babel-plugin-ember-template-compilation/releases) - [Changelog](https://github.com/emberjs/babel-plugin-ember-template-compilation/blob/main/CHANGELOG.md) - [Commits](https://github.com/emberjs/babel-plugin-ember-template-compilation/commits) --- updated-dependencies: - dependency-name: babel-plugin-ember-template-compilation dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryAutomated dependency update from Dependabot bumps Key Changes:
Impact Assessment:
Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dep as Dependabot
participant PM as pnpm
participant AP as asset-processor
participant DC as discourse
participant Babel as Babel Pipeline
participant Plugin as babel-plugin-ember-template-compilation
Dep->>PM: Update babel-plugin-ember-template-compilation to 4.0.0
PM->>AP: Install 4.0.0 in dependencies
PM->>DC: Install 4.0.0 in devDependencies
PM->>PM: Update pnpm-lock.yaml with new resolution
Note over AP,DC: Build Process (theme-rollup.js)
AP->>Babel: Configure Babel with HTMLBarsInlinePrecompile
Babel->>Plugin: Load babel-plugin-ember-template-compilation@4.0.0
Plugin->>Plugin: Apply breaking changes:<br/>- Avoid leaking filename paths<br/>- Fix Ember 6.8 deprecations
Plugin->>Babel: Return compiled templates
Babel->>AP: Output transpiled code
|
|
PR body updated to plaintext for easier squash-merging. Original body content below: Bumps babel-plugin-ember-template-compilation from 3.0.1 to 4.0.0. Release notesSourced from babel-plugin-ember-template-compilation's releases.
ChangelogSourced from babel-plugin-ember-template-compilation's changelog.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting Dependabot commands and optionsYou can trigger Dependabot actions by commenting on this PR:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps babel-plugin-ember-template-compilation from 3.0.1 to 4.0.0.