{"id":27637909,"url":"https://github.com/ember-learn/deprecation-app","last_synced_at":"2025-08-17T01:34:33.125Z","repository":{"id":28100238,"uuid":"116252964","full_name":"ember-learn/deprecation-app","owner":"ember-learn","description":"Deprecation guides for ember.js, ember-data, and ember-cli","archived":false,"fork":false,"pushed_at":"2025-05-01T16:20:09.000Z","size":51733,"stargazers_count":22,"open_issues_count":35,"forks_count":69,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-05-20T05:02:47.609Z","etag":null,"topics":["ember","emberjs","hacktoberfest"],"latest_commit_sha":null,"homepage":"https://deprecations.emberjs.com/","language":"SCSS","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-learn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2018-01-04T11:36:17.000Z","updated_at":"2025-05-01T16:20:14.000Z","dependencies_parsed_at":"2023-09-22T01:27:30.365Z","dependency_job_id":"83de9459-db1b-47d6-be39-9cceed6a2fc8","html_url":"https://github.com/ember-learn/deprecation-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ember-learn/deprecation-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ember-learn%2Fdeprecation-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ember-learn%2Fdeprecation-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ember-learn%2Fdeprecation-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ember-learn%2Fdeprecation-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ember-learn","download_url":"https://codeload.github.com/ember-learn/deprecation-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ember-learn%2Fdeprecation-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270796217,"owners_count":24647319,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ember","emberjs","hacktoberfest"],"created_at":"2025-04-23T21:33:34.957Z","updated_at":"2025-08-17T01:34:33.118Z","avatar_url":"https://github.com/ember-learn.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![This project uses GitHub Actions for continuous integration.](https://github.com/ember-learn/deprecation-app/workflows/CI/badge.svg)](https://github.com/ember-learn/deprecation-app/actions?query=workflow%3ACI)\n[![This project uses Percy.io for visual regression testing.](https://percy.io/static/images/percy-badge.svg)](https://percy.io/Ember/deprecation-app)\n\n# deprecation-app\n\nThis is the app that serves https://deprecations.emberjs.com/\n\n## Adding new deprecations\n\nThe [content](https://github.com/ember-learn/deprecation-app/tree/main/content/) folder contains all the deprecations that are listed by the website. To add a new deprecation, add it to the appropriate folder by creating a new file. The content of the file needs to follow a specific format for the app to work. You can see [this sample](https://raw.githubusercontent.com/ember-learn/deprecation-app/main/content/ember/v3/getting-the-each-property.md) for reference.\n\n## Prerequisites\n\nYou will need the following things properly installed on your computer.\n\n* [Git](https://git-scm.com/)\n* [Node.js](https://nodejs.org/) (with npm)\n* [Ember CLI](https://cli.emberjs.com/release/)\n* [Google Chrome](https://google.com/chrome/)\n\n## Installation\n\n* `git clone \u003crepository-url\u003e` this repository\n* `cd deprecation-app`\n* `npm install`\n\n## Running / Development\n\n* `ember serve`\n* Visit your app at [http://localhost:4200](http://localhost:4200).\n* Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).\n\n### Troubleshooting\n\nDo you only see a blank page with a header and footer? Or maybe a 404? Make sure to visit\n[http://localhost:4200/v3.x](http://localhost:4200/v3.x) to view the app\nwith data loaded in.\n\n### Code Generators\n\nMake use of the many generators for code, try `ember help generate` for more details\n\n### Running Tests\n\n* `ember test`\n* `ember test --server`\n\n### Linting\n\n* `npm run lint`\n* `npm run lint:fix`\n\n### Building\n\n* `npm run build` (production)\n\n### Deploying\n\nThe app is continuously deployed to Netlify when a pull request is merged and passes continuous integration.\n\n## Further Reading / Useful Links\n\n* [ember.js](https://emberjs.com/)\n* [ember-cli](https://cli.emberjs.com/release/)\n* Development Browser Extensions\n  * [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)\n  * [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fember-learn%2Fdeprecation-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fember-learn%2Fdeprecation-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fember-learn%2Fdeprecation-app/lists"}