Skip to content

Conversation

@eth3lbert
Copy link
Contributor

This fixes some deprecations introduced after upgrading Ember Data. Fixes are primarily based on log feedback.

…ling the store service.

Use `export { default } from 'ember-data/store';` in app/services/store.js instead
[deprecation id: ember-data:deprecate-legacy-imports]
This will be removed in ember-data 6.0.
@Turbo87 Turbo87 added A-frontend 🐹 C-internal 🔧 Category: Nonessential work that would make the codebase more consistent or clear labels Jan 9, 2025
Copy link
Member

@Turbo87 Turbo87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, aside from the linting issue 😉

@eth3lbert
Copy link
Contributor Author

Fixed! I pushed it in a hurry before leaving 🥵

…ling the store service.

Use `export { default } from 'ember-data/store';` in app/services/store.js instead
[deprecation id: ember-data:deprecate-legacy-imports]
This will be removed in ember-data 6.0.
…for irregular rules

Please `import { irregular } from '@ember-data/request-utils/string';`
instead to register a custom irregular rule for use with EmberData.
[deprecation id: warp-drive.ember-inflector] This will be removed in
warp-drive 6.0.0.
@Turbo87 Turbo87 merged commit 89ea3b5 into rust-lang:main Jan 9, 2025
9 checks passed
@eth3lbert eth3lbert deleted the fix-deprecations branch February 11, 2025 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-frontend 🐹 C-internal 🔧 Category: Nonessential work that would make the codebase more consistent or clear

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants