Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to Ember v5.9 #7888

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

stopfstedt
Copy link
Member

No description provided.

@stopfstedt stopfstedt changed the title update ilios-common to Ember v5.9 update to Ember v5.9 Jun 14, 2024
@stopfstedt
Copy link
Member Author

stopfstedt commented Jun 17, 2024

install warnings Update: this turned out to be a non-issue, the ember-data related peer-deps warnings went away after nuking all node_modules dirs in the repo. [ST 2024/06/18]

@michaelchadwick
Copy link
Contributor

Even though it's not Ilios, I figured I'd share the notices I now get on my tutorial app, going from 5.8 to 5.9. It was successful, but I get deprecations when it builds for test:

[test:ember] DEPRECATION: The 'Program' visitor node is deprecated. Use 'Template' or 'Block' instead (node was 'Template')
[test:ember] DEPRECATION: The parts property on path nodes is deprecated, use head and tail instead
[test:ember] DEPRECATION: The 'Program' visitor node is deprecated. Use 'Template' or 'Block' instead (node was 'Template')
[test:ember] DEPRECATION: The parts property on path nodes is deprecated, use head and tail instead
[test:ember] DEPRECATION: The 'Program' visitor node is deprecated. Use 'Template' or 'Block' instead (node was 'Template')
[test:ember] DEPRECATION: The 'Program' visitor node is deprecated. Use 'Template' or 'Block' instead (node was 'Template')
[test:ember] DEPRECATION: The 'Program' visitor node is deprecated. Use 'Template' or 'Block' instead (node was 'Template')
[test:ember] DEPRECATION: The 'Program' visitor node is deprecated. Use 'Template' or 'Block' instead (node was 'Template')

@stopfstedt stopfstedt force-pushed the ember-cli-5.9-update branch 2 times, most recently from 4b9e349 to ddd9236 Compare June 18, 2024 19:11
@stopfstedt
Copy link
Member Author

on pnpm run start, we get a ton of these deprecation warnings.

⠇ building... [Babel: ilios-common > applyPatches]DEPRECATION: The original property on literal nodes is deprecated, use value instead
DEPRECATION: The original property on literal nodes is deprecated, use value instead
⠏ building... [Babel: ilios-common > applyPatches]DEPRECATION: The original property on literal nodes is deprecated, use value instead
DEPRECATION: The original property on literal nodes is deprecated, use value instead
...

grepping for that deprecation warning, these dependencies came up as potential emitters:

stefan@nichtsnutz: ~/dev/projects/frontend on ember-cli-5.9-update[$]
$ grep -rl 'The original property on literal nodes is deprecated, use value instead' .
./node_modules/.pnpm/[email protected]/node_modules/prettier/plugins/glimmer.js
./node_modules/.pnpm/[email protected]/node_modules/prettier/plugins/glimmer.mjs
./node_modules/.pnpm/[email protected]/node_modules/prettier/plugins/glimmer.js
./node_modules/.pnpm/[email protected]/node_modules/prettier/plugins/glimmer.mjs
./node_modules/.pnpm/@[email protected]/node_modules/@glimmer/syntax/dist/prod/index.js
./node_modules/.pnpm/@[email protected]/node_modules/@glimmer/syntax/dist/prod/index.js.map
./node_modules/.pnpm/@[email protected]/node_modules/@glimmer/syntax/dist/dev/index.js
./node_modules/.pnpm/@[email protected]/node_modules/@glimmer/syntax/dist/dev/index.cjs
./node_modules/.pnpm/[email protected]_@[email protected]_@[email protected]_@[email protected][email protected][email protected]/node_modules/ember-source/dist/ember-template-compiler.js
./node_modules/.pnpm/[email protected]_@[email protected]_@[email protected]_@[email protected][email protected][email protected]/node_modules/ember-source/dist/ember-template-compiler.map

@stopfstedt stopfstedt force-pushed the ember-cli-5.9-update branch 2 times, most recently from 7d08977 to 7bdc717 Compare June 20, 2024 17:14
@stopfstedt stopfstedt marked this pull request as ready for review July 5, 2024 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants