Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): ember-cli-typescript #367

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2022

This PR contains the following updates:

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

Release Notes

typed-ember/ember-cli-typescript (ember-cli-typescript)

v5.3.0

Compare Source

Changed 💥
Added ⭐️
Fixed 🔧
Under the hood 🚗

v5.2.1

Compare Source

Fixed 🔧

v5.2.0

Compare Source

Added ⭐️
Fixed 🔧
Documentation 📖
Under the hood 🚗

v5.1.1

Compare Source

Fixed 🔧
  • Use ember-cli-htmlbars rather than htmlbars-inline-precompile in blueprints (#​1519)
  • Fix import/newline-after-import lint violation in global.d.ts (#​1520)
  • Fix no-use-before-define lint violation in environment.d.ts (#​1521)
  • Add @types/ember to installed packages from blueprint (#​1508)
  • Update blueprint to use @tsconfig/ember (#​1507)
  • Clarify babel version error message (#​1500)
Documentation 📖
  • Update discord channel name, fix typos (#​1506)
  • Fix spelling resolveable -> resolvable (#​1504)

v5.1.0

Compare Source

Added ⭐️
  • Update tsconfig and corresponding docs (#​1488)
Fixed 🔧
  • Ignore no-empty-interface in the default app index.d.ts (#​1484)
Documentation 📖
  • docs: Remove references to DS and DS imports. (#​1483)
  • Encourage the use of type-only imports (#​1485)
  • typo: comment should be pluralized. (#​1489)
  • docs: fix typos (#​1490)
  • docs: Add link to transforms page (#​1491)

v5.0.0

Compare Source

Changed 💥

This now requires Node 12+! That's the only technically breaking change.

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)

v4.2.1

Compare Source

This is a republish of 4.2.0 without the accidentally included 500+ MB of debugging copies of node_modules.

v4.2.0

Compare Source

Added ⭐️
  • Install @​types/ember-data__* when ember-data is found (#​1411)
Changed 💥
  • update option noEmitOnError to true (#​1415)
Documentation 📖
Under the hood 🚗
  • Fix qunit types... again (#​1401)
  • Rip out commitlint from CI (#​1430)
  • CI updates (#​1434)
  • Bump y18n from 3.2.1 to 3.2.2 (#​1420)
  • Bump underscore from 1.10.2 to 1.13.1 (#​1426)
  • Bump handlebars from 4.7.6 to 4.7.7 (#​1427)
  • Bump lodash from 4.17.20 to 4.17.21 (#​1428)

v4.1.0

Compare Source

Added ⭐️
Documentation 📖
  • Octane and much polish and clarification (#​935)
  • Fix working with ember outline links (#​1394)
  • Docs fixes (#​1395)
  • Fix typos in the Ember Routes docs (#​1400)
Under the hood 🚗

v4.0.0

Compare Source

Breaking 💥
  • Drop support for Node 8 (#​1017)
  • Don't configure Babel for TS transpilation (#​1018)
Added ⭐️
  • Don't run type-checking middleware when an existing build is used via --path ([#​1148])
Changed 💥
  • Update tsconfig.json blueprint target value to 2020 ([#​1108])
  • Use prepack and postpack instead of prepublishOnly and postpublish ([#​1196])
Fixed 🔧
  • Bring apps closer to type-checking out of the box ([#​1169])
Under the hood 🚗
Upgrading ⚙️
  • Make sure you are using at least ember-cli-babel@^7.17.0 or your .ts files will be ignored completely!
  • If you are using ember-auto-import, make sure you are using at least ember-auto-import@^1.6.0.
  • Run ember install ember-cli-typescript@^4.0.0 or use your package manager to upgrade to ember-cli-typescript@^4.0.0 directly and skip the blueprint.

v3.1.4

Compare Source

Fixed 🔧
  • Use temp dir in project for precompile (#​1153)
Under the hood 🚗

v3.1.3

Compare Source

Fixed 🔧
  • Issue a warning if we detect a .js/.ts file collision (#​1046)
Under the hood 🚗

v3.1.2

Compare Source

Fixed 🔧
  • Remove trailing space in the global.d.ts blueprint (#​866)
  • Ensure we register Babel plugins with their full path (#​946)
  • Ensure errors are emitted when ts:precompile fails (#​984)
Under the hood 🚗

v3.1.1

Compare Source

Added ⭐️

v3.0.0

Compare Source

Added ⭐️
  • In addons, ember-cli-typescript now installs itself into dependencies regardless of what ember install command you use. #​623
Breaking 💥
  • No longer adds the Babel class properties plugin. This is a fix for #​707, but it will break against ember-cli-babel versions before 7.7.
  • Removes support in the default blueprint for initializing new Module Unification projects, in line with MU's removal from Ember's roadmap in favor of other directions. Existing MU projects should continue to build and typecheck according to the local tsconfig.json. (#​826)
  • Drops support for Node 6.

v2.0.2

Compare Source

v2.0.1

Compare Source

Fixed 🔧
  • Correctly handles a mismatch between package and addon names (#​669)
  • Uses Notion to specify Node and Yarn versions correctly. (#​667)

v2.0.0

Compare Source

The bullets below comprise a Greatest Hits list of the fixes and additions from 1.x, but the 2.0 release constitutes a ground-up rewrite of how we handle both transpiling and typechecking TypeScript code. For a full guide for upgrading from 1.x to 2.0, see the Upgrade Notes document.

Fixed 🔧
  • We now play nicely with other JS/TS processors, like ember-auto-import (#​287)
  • Compilation across projects in monorepos no longer causes tsc to panic (#​314)
Added ⭐️
  • Typechecking now occurs off of the main build thread, so the two are no longer in competition for CPU time on multi-core systems.
  • Much nicer formatting for type errors in both the console and browser when running ember serve.
  • TS code is now transpiled by Babel, allowing it to benefit from the same caching and parallelization as JS transpilation, and ensuring consistent language semantics between TS and JS files.

Configuration

📅 Schedule: Branch creation - "after 3am,before 9am" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/ember-cli-typescript-5.x branch from f6fe0af to d6b16c7 Compare March 7, 2022 18:11
@renovate renovate bot force-pushed the renovate/ember-cli-typescript-5.x branch from d6b16c7 to 7eba201 Compare April 21, 2022 00:48
@renovate renovate bot force-pushed the renovate/ember-cli-typescript-5.x branch from 7eba201 to 0404310 Compare September 25, 2022 20:48
@renovate renovate bot force-pushed the renovate/ember-cli-typescript-5.x branch from 0404310 to a9aeb72 Compare November 20, 2022 13:35
@renovate renovate bot force-pushed the renovate/ember-cli-typescript-5.x branch 2 times, most recently from 2559efc to a170251 Compare March 24, 2023 20:24
@renovate renovate bot force-pushed the renovate/ember-cli-typescript-5.x branch from a170251 to 173f597 Compare March 6, 2024 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants