Skip to content

Commit

Permalink
Enable no-barrel
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Dec 15, 2024
1 parent d5c2f93 commit 2624b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ember/-internals/deprecations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const DEPRECATIONS = {
return deprecation({
id: `deprecate-import-${dasherize(importName).toLowerCase()}-from-ember`,
for: 'ember-source',
since: { available: '5.10.0' },
since: { available: '5.10.0', enabled: '6.3.0' },
until: '7.0.0',
url: `https://deprecations.emberjs.com/id/import-${dasherize(
importName
Expand Down

0 comments on commit 2624b05

Please sign in to comment.