7.10 breaks PhantomJS
See original GitHub issueBug Report
Current behavior The (automatic) update of babel for 7.9 to 7.10 breaks PhantomJS.
Possible Solution Adding this to package.json fixed it until the next updates form other babel submodules broke it again.
"resolutions": {
"ember-cli-babel": "7.19.0",
"@babel/core": "7.9.6",
"@babel/generator": "7.9.6",
"@babel/helpers": "7.9.6",
"@babel/parser": "7.9.6",
"@babel/template": "7.8.6",
"@babel/traverse": "7.9.6",
"@babel/types": "7.9.6",
"@babel/compat-data": "7.9.6",
"@babel/helper-compilation-targets": "7.9.6",
"@babel/helper-create-class-features-plugin": "7.9.6",
"@babel/helper-member-expression-to-functions": "7.8.3",
"@babel/helper-optimise-call-expression": "7.8.3",
"@babel/helper-replace-supers": "7.9.6",
"@babel/plugin-proposal-decorators": "7.8.3",
"@babel/plugin-proposal-json-strings": "7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.9.6",
"@babel/plugin-proposal-optional-chaining": "7.9.0",
"@babel/plugin-transform-block-scoping": "7.8.3",
"@babel/plugin-transform-destructuring": "7.9.5",
"@babel/plugin-transform-for-of": "7.9.0",
"@babel/plugin-transform-modules-systemjs": "7.9.6",
"@babel/plugin-transform-runtime": "7.9.6",
"@babel/plugin-transform-spread": "7.8.3",
"@babel/plugin-transform-typescript": "7.9.6",
"@babel/preset-env": "7.9.6",
"@babel/runtime": "7.9.6"
}
Issue Analytics
- State:
- Created 3 years ago
- Comments:16 (8 by maintainers)
Top Results From Across the Web
Things I learned with Liquid.Miracle's Invoker in 7.10 - YouTube
Arteezy's Phantom Assassin in 7.10 ... Miracle's Juggernaut in 7.10 ... MIRACLE [Invoker] Break Your Brain | Mid | Best Pro MMR -...
Read more >Phantom Breakpoint
I've seen phantom breakpoints saved in a workspace. The breakpoint dialog shows no breakpoints, but the ICD2 will always stop in the same...
Read more >Full Series - The Clone Wars 7.10 - The Phantom Apprentice ...
Look at people who know that their business is broken, but still fight till the day everything breaks down around them. It is...
Read more >Changelog — Snakemake 7.10.0 documentation
Fixed issue with checkpoints and ruleorder where phantom dependencies are not properly removed from the DAG (@jmeppley, @johanneskoester).
Read more >Dota 2 News: An overview on 7.10 | GosuGamers
The item that gained the most attention in 7.10 might have been the ... in between roaming (to break invisibility and return when...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Noticed you have a
resolutions
entry forbabel-plugin-ember-modules-api-polyfill@2.13.0
… bumpingember-cli-babel
to 7.20.3 isn’t enough as it depends on an updated version ofbabel-plugin-ember-modules-api-polyfill
-> https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/releases@bmaehr you’ll want to update
ember-cli-babel
, check out the recent bug fix releases: https://github.com/babel/ember-cli-babel/releases