alexdiliberto / ember-transformicons

Transformicons for Ember
https://alexdiliberto.com/ember-transformicons
MIT License
51 stars 5 forks source link

fix(deps): update dependency ember-cli-typescript to v5 #1125

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ember-cli-typescript ^4.2.1 -> ^5.3.0 age adoption passing confidence

Release Notes

typed-ember/ember-cli-typescript (ember-cli-typescript) ### [`v5.3.0`](https://redirect.github.com/typed-ember/ember-cli-typescript/blob/HEAD/CHANGELOG.md#530---2024-03-05) [Compare Source](https://redirect.github.com/typed-ember/ember-cli-typescript/compare/v5.2.1...v5.3.0) ##### Changed 💥 - [#​1570](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1570) Use the current Node LTS ([@​chriskrycho](https://redirect.github.com/chriskrycho)) - [#​1533](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1533) Update to use Node 14+ (drop support for Node 12) ([@​chriskrycho](https://redirect.github.com/chriskrycho)) ##### Added ⭐️ - [#​1569](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1569) Loosen version check against ember-cli-babel ([@​chriskrycho](https://redirect.github.com/chriskrycho)) ##### Fixed 🔧 - [#​1537](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1537) Airlift `updatePathsForAddon` from the blueprints package ([@​dfreeman](https://redirect.github.com/dfreeman)) ##### Under the hood 🚗 - [#​1577](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1577) Upgrade release-it packages ([@​gitKrystan](https://redirect.github.com/gitKrystan)) - [#​1536](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1536) Set up release-it for publishing ([@​chriskrycho](https://redirect.github.com/chriskrycho)) - [#​1535](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1535) Fix tests on current Ember CLI ([@​chriskrycho](https://redirect.github.com/chriskrycho)) - [#​1534](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1534) Use volta action v4 for all targets ([@​chriskrycho](https://redirect.github.com/chriskrycho)) ### [`v5.2.1`](https://redirect.github.com/typed-ember/ember-cli-typescript/blob/HEAD/CHANGELOG.md#521---2022-10-26) [Compare Source](https://redirect.github.com/typed-ember/ember-cli-typescript/compare/v5.2.0...v5.2.1) ##### Fixed 🔧 - Add back missing function expected from `ember-cli-typescript-blueprints` [#​1537](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1537), ([@​dfreeman](https://redirect.github.com/dfreeman)) ### [`v5.2.0`](https://redirect.github.com/typed-ember/ember-cli-typescript/blob/HEAD/CHANGELOG.md#520---2022-10-25) [Compare Source](https://redirect.github.com/typed-ember/ember-cli-typescript/compare/v5.1.1...v5.2.0) ##### Added ⭐️ - Include `@types/ember__destroyable` when running the default blueprint ([#​1526](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1526)), [@​bertdeblock](https://redirect.github.com/bertdeblock) - Remove blueprints package ([#​1509](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1509)), [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) ##### Fixed 🔧 - Fix `import/newline-after-import` lint violation in `global.d.ts` ([#​1520](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1520)), [@​bmish](https://redirect.github.com/bmish) - Fix no-use-before-define lint violation in environment.d.ts ([#​1521](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1521)), [@​bmish](https://redirect.github.com/bmish) ##### Documentation 📖 - Update `testing.md` to refer to `ember-cli-htmlbars` instead of `ember-cli-htmlbars-inline-precompile` ([#​1517](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1517)), [@​ChristopheTiet](https://redirect.github.com/ChristopheTiet) - docs: use prepack and postpack instead of prepublishOnly and postpublish ([#​1527](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1527)), [@​bertdeblock](https://redirect.github.com/bertdeblock) - Reflect the introduction of Component Signatures ([#​1530](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1530)), [@​rooman](https://redirect.github.com/roomman) ##### Under the hood 🚗 - Update `@types` dependencies to latest ([#​1531](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1531)), [@​bertdeblock](https://redirect.github.com/bertdeblock) and [@​chriskrycho](https://redirect.github.com/chriskrycho) ### [`v5.1.1`](https://redirect.github.com/typed-ember/ember-cli-typescript/blob/HEAD/CHANGELOG.md#511---2022-09-06) [Compare Source](https://redirect.github.com/typed-ember/ember-cli-typescript/compare/v5.1.0...v5.1.1) ##### Fixed 🔧 - Use `ember-cli-htmlbars` rather than `htmlbars-inline-precompile` in blueprints ([#​1519](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1519)) - Fix `import/newline-after-import` lint violation in `global.d.ts` ([#​1520](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1520)) - Fix `no-use-before-define` lint violation in `environment.d.ts` ([#​1521](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1521)) - Add `@types/ember` to installed packages from blueprint ([#​1508](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1508)) - Update blueprint to use `@tsconfig/ember` ([#​1507](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1507)) - Clarify babel version error message ([#​1500](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1500)) ##### Documentation 📖 - Update discord channel name, fix typos ([#​1506](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1506)) - Fix spelling resolveable -> resolvable ([#​1504](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1504)) ### [`v5.1.0`](https://redirect.github.com/typed-ember/ember-cli-typescript/blob/HEAD/CHANGELOG.md#510---2021-04-20) [Compare Source](https://redirect.github.com/typed-ember/ember-cli-typescript/compare/v5.0.0...v5.1.0) ##### Added ⭐️ - Update tsconfig and corresponding docs ([#​1488](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1488)) ##### Fixed 🔧 - Ignore no-empty-interface in the default app index.d.ts ([#​1484](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1484)) ##### Documentation 📖 - docs: Remove references to DS and DS imports. ([#​1483](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1483)) - Encourage the use of type-only imports ([#​1485](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1485)) - typo: comment should be pluralized. ([#​1489](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1489)) - docs: fix typos ([#​1490](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1490)) - docs: Add link to transforms page ([#​1491](https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1491)) ### [`v5.0.0`](https://redirect.github.com/typed-ember/ember-cli-typescript/blob/HEAD/CHANGELOG.md#500---2021-02-04) [Compare Source](https://redirect.github.com/typed-ember/ember-cli-typescript/compare/v4.2.1...v5.0.0) ##### Changed 💥 This now requires Node 12+! That's the only technically *breaking* change. - Update types & ember to 4.x([#​1472]) ##### Fixed 🔧 - Fix type of `locationType` for Ember v4 ([#​1466]) - fix: Use `moduleName()` to determine addon's referenced name. ([#​1476]) ##### Documentation 📖 - docs: fix links to tsconfig.json blueprint ([#​1445]) - `ember-test-helpers` -> `@ember/test-helpers` ([#​1473]) ##### Under the hood 🚗 - Update .npmignore to ignore .github and test folders ([#​1460]) [#​1445]: https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1445 [#​1460]: https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1460 [#​1466]: https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1466 [#​1472]: https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1472 [#​1473]: https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1473 [#​1476]: https://redirect.github.com/typed-ember/ember-cli-typescript/pull/1476

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] commented 10 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud