ember-no-implicit-this-codemod
ember-no-implicit-this-codemod copied to clipboard
Template codemod for refactoring from `{{foo}}` to `{{this.foo}}`
Bumps [prettier](https://github.com/prettier/prettier) from 1.19.1 to 2.8.0. Release notes Sourced from prettier's releases. 2.8.0 diff 🔗 Release note 2.7.1 🔗 Changelog 2.7.0 diff 🔗 Release note 2.6.2 🔗 Changelog 2.6.1 🔗...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.9.3. Release notes Sourced from typescript's releases. TypeScript 4.9 For release notes, check out the release announcement. Downloads are available on: npm NuGet package Changes:...
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 26.6.3 to 29.3.1. Release notes Sourced from jest's releases. v29.3.1 Fixes [jest-config] Do not warn about preset in ProjectConfig #13583 Performance [jest-transform] Defer creation of cache directory...
``` /Users/owenschleicher/.npm/_npx/d0f35745626ae5ac/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:217 throw new Error('Evaluation failed: ' + helper_js_1.helper.getExceptionMessage(exceptionDetails)); ^ Error: Evaluation failed: TypeError: Cannot convert undefined or null to object at Function.keys () at __puppeteer_evaluation_script__:9:30 at ExecutionContext._evaluateInternal (/Users/owenschleicher/.npm/_npx/d0f35745626ae5ac/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:217:19) at...
Bumps [release-it](https://github.com/release-it/release-it) from 14.6.2 to 14.14.3. Release notes Sourced from release-it's releases. Release 14.14.3 Remove .only test (dd249c6) Temporarily(?) ignore docs.gihub.com links (returning 403) (ec3e4db) Improve docs re. git.tagMatch (93c583c)...
Bumps [debug](https://github.com/debug-js/debug) from 4.3.1 to 4.3.4. Release notes Sourced from debug's releases. 4.3.4 What's Changed Add section about configuring JS console to show debug messages by @gitname in debug-js/debug#866 Replace...
Bumps [execa](https://github.com/sindresorhus/execa) from 3.4.0 to 6.1.0. Release notes Sourced from execa's releases. v6.1.0 Support AbortController (#490) c6e791a Allow cwd and localDir options to be URLs (#492) 93ab929 https://github.com/sindresorhus/execa/compare/v6.0.0...v6.1.0 v6.0.0 Breaking...
Bumps [ember-template-recast](https://github.com/ember-template-lint/ember-template-recast) from 3.3.2 to 6.1.3. Release notes Sourced from ember-template-recast's releases. Release 6.1.3 :bug: Bug Fix #725 fix(print): fix print for NullLiteral (@VincentMolinie) Committers: 1 Vincent Molinié (@VincentMolinie) Release...
Currently, the `no-implicit-this-codemod`prefixes the local, as well as the passed in args with `this`. While the resulting output of the codemod is guaranteed to be valid runable code, this approach...