{"id":15015998,"url":"https://github.com/ember-codemods/ember-3x-codemods","last_synced_at":"2025-07-11T03:39:25.878Z","repository":{"id":35844297,"uuid":"183246425","full_name":"ember-codemods/ember-3x-codemods","owner":"ember-codemods","description":"A Codemod with a collection of transforms to address Ember 3.x deprecations","archived":false,"fork":false,"pushed_at":"2023-09-01T01:03:26.000Z","size":602,"stargazers_count":16,"open_issues_count":9,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-30T06:00:22.497Z","etag":null,"topics":["codemod","codemods","deprecations","ember","emberjs","jscodeshift"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ember-codemods.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-24T14:31:18.000Z","updated_at":"2024-10-14T11:08:17.000Z","dependencies_parsed_at":"2024-06-19T13:20:12.621Z","dependency_job_id":"0baa7294-747c-4e84-8a68-fe3e3ea09a75","html_url":"https://github.com/ember-codemods/ember-3x-codemods","commit_stats":{"total_commits":80,"total_committers":6,"mean_commits":"13.333333333333334","dds":"0.23750000000000004","last_synced_commit":"228eabebd58d29d0583bdc4390eee05e9baefadc"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ember-codemods%2Fember-3x-codemods","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ember-codemods%2Fember-3x-codemods/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ember-codemods%2Fember-3x-codemods/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ember-codemods%2Fember-3x-codemods/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ember-codemods","download_url":"https://codeload.github.com/ember-codemods/ember-3x-codemods/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223510342,"owners_count":17157306,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["codemod","codemods","deprecations","ember","emberjs","jscodeshift"],"created_at":"2024-09-24T19:48:15.888Z","updated_at":"2024-11-07T12:03:44.200Z","avatar_url":"https://github.com/ember-codemods.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ember-3x-codemods\n\n[![Build Status](https://travis-ci.org/ember-codemods/ember-3x-codemods.svg?branch=master)](https://travis-ci.org/ember-codemods/ember-3x-codemods) \n[![Coverage Status](https://coveralls.io/repos/github/ember-codemods/ember-3x-codemods/badge.svg?branch=master)](https://coveralls.io/github/ember-codemods/ember-3x-codemods?branch=master)\n[![npm version](http://img.shields.io/npm/v/ember-3x-codemods.svg?style=flat)](https://npmjs.org/package/ember-3x-codemods \"View this project on npm\")\n[![dependencies Status](https://david-dm.org/ember-codemods/ember-3x-codemods/status.svg)](https://david-dm.org/ember-codemods/ember-3x-codemods)\n[![devDependencies Status](https://david-dm.org/ember-codemods/ember-3x-codemods/dev-status.svg)](https://david-dm.org/ember-codemods/ember-3x-codemods?type=dev)\n\n\n\nA [jscodeshift](https://github.com/facebook/jscodeshift) Codemod with a collection of transforms to address the list of [deprecations](https://deprecations.emberjs.com/v3.x) introduced to Ember during the 3.x cycle\n\nTo run a specific codemod from this project, you would run the following:\n\n```\nnpx ember-3x-codemods \u003cTRANSFORM NAME\u003e path/of/files/ or/some**/*glob.js\n\n# or\n\nyarn global add ember-3x-codemods\nember-3x-codemods \u003cTRANSFORM NAME\u003e path/of/files/ or/some**/*glob.js\n```\n\n## Transforms\n\n### Deprecations \u0026 Transforms\n| Introduced in | id | Transform |\n| ------------- | -- | --------- |\n| 3.1           | use-notifypropertychange... | [notify-property-change](https://github.com/ember-codemods/ember-3x-codemods/tree/master/transforms/notify-property-change) |\n| 3.3           | jquery-event| [jquery-event](https://github.com/ember-codemods/ember-3x-codemods/tree/master/transforms/jquery-event) |\n| 3.3           | jquery-event| [ember-jquery-legacy](https://github.com/ember-codemods/ember-3x-codemods/tree/master/transforms/ember-jquery-legacy) |\n| 3.6           | ember-polyfills.deprecate-merge | [ deprecate-merge ](https://github.com/ember-codemods/ember-3x-codemods/tree/master/transforms/deprecate-merge) |\n| 3.6           | deprecate-router-events| [ deprecate-router-events ](https://github.com/ember-codemods/ember-3x-codemods/tree/master/transforms/deprecate-router-events) |\n| 3.6           | array.new-array-wrapper | [ new-array-wrapper ](https://github.com/ember-codemods/ember-3x-codemods/tree/master/transforms/new-array-wrapper) |\n| 3.6           | array.new-array-wrapper | [ array-wrapper ](https://github.com/ember-codemods/ember-3x-codemods/tree/master/transforms/array-wrapper) |\n| 3.6           | object.new-constructor | [ object-new-constructor ](https://github.com/ember-codemods/ember-3x-codemods/tree/master/transforms/object-new-constructor) |\n| 3.9           | computed-property.property | [ cp-property ](https://github.com/ember-codemods/ember-3x-codemods/tree/master/transforms/cp-property) |\n| 3.9           | computed-property.volatile | [ cp-volatile ](https://github.com/ember-codemods/ember-3x-codemods/tree/master/transforms/cp-volatile) |\n| 3.9           | computed-property.property | [ cp-property-map ](https://github.com/ember-codemods/ember-3x-codemods/tree/master/transforms/cp-property-map) |\n| 3.9           | jquery-apis| [ jquery-apis ](https://github.com/ember-codemods/ember-3x-codemods/tree/master/transforms/jquery-apis) |\n| 3.10           | application-controller.router-properties| [ app-controller-router-props ](https://github.com/ember-codemods/ember-3x-codemods/tree/master/transforms/app-controller-router-props) |\n| 3.11          | function-prototype-extensions.observes | [ fpe-observes ](https://github.com/ember-codemods/ember-3x-codemods/tree/master/transforms/fpe-observes) |\n| 3.11          | function-prototype-extensions.on | [ fpe-on ](https://github.com/ember-codemods/ember-3x-codemods/tree/master/transforms/fpe-on) |\n| 3.11          | function-prototype-extensions.property | [ fpe-computed ](https://github.com/ember-codemods/ember-3x-codemods/tree/master/transforms/fpe-computed) |\n\n\nFor more details, please visit the main Ember 3.x [deprecations](https://deprecations.emberjs.com/v3.x) page\n\n## Contributing\n\n### Installation\n\n* clone the repo\n* change into the repo directory\n* `yarn`\n\n### Running tests\n\n* `yarn test`\n\n### Update Documentation\n\n* `yarn update-docs`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fember-codemods%2Fember-3x-codemods","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fember-codemods%2Fember-3x-codemods","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fember-codemods%2Fember-3x-codemods/lists"}