ember-native-class-codemod
ember-native-class-codemod copied to clipboard
A codemod-cli project for converting Ember objects to es6 native classes
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 1.20.0 to 10.1.0. Release notes Sourced from puppeteer's releases. v10.1.0 10.1.0 (2021-06-29) Features add a streaming version for page.pdf (e3699e2) add drag-and-drop support (#7150) (a91b8ac) add page.emulateCPUThrottling...
Bumps [prettier](https://github.com/prettier/prettier) from 2.2.1 to 2.3.2. Release notes Sourced from prettier's releases. 2.3.2 changelog v2.3.1 Changelog 2.3.0 diff 🔗 Release Notes Changelog Sourced from prettier's changelog. 2.3.2 diff Fix failure...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Bumps [walk-sync](https://github.com/joliss/node-walk-sync) from 2.2.0 to 3.0.0. Changelog Sourced from walk-sync's changelog. 3.0.0 [BREAKING] drop node 8 upgrade all deps move to GH Actions [Bugfix] handle EPERM from windows filesystems correctly...
Bumps [codemod-cli](https://github.com/rwjblue/codemod-cli) from 2.1.0 to 3.2.0. Release notes Sourced from codemod-cli's releases. Release 3.2.0 :rocket: Enhancement #179 Allow alternate folder structures for codemod-cli project (@rwjblue) #166 Add gitignore option to...
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.4.1 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 8.1.0 to 10.0.0. Changelog Sourced from fs-extra's changelog. 10.0.0 / 2021-05-03 Breaking changes Require Node.js v12+ (#886, #893, #890, #894, #895) Allow copying broken symlinks (#779, #765,...
Bumps [ssri](https://github.com/npm/ssri) from 7.1.0 to 7.1.1. Changelog Sourced from ssri's changelog. 7.1.1 (2021-05-17) Bug Fixes backport regex change from 8.0.1 (809c84d), closes #20 Commits 9bb0cee chore(release): 7.1.1 809c84d fix: backport...
Given the following classic class pattern: ``` EmberObject.extend({ foo: 'some value', bar: function () {}, baz: () => {}, bat() {} }); ``` The codemod should create the following output...
When encountering code where the computed namespace has been imported rather than the individual methods (e.g. `computed.equal`), the codemod outputs the following error: > Transform not supported - value has...