ember-add-to-homescreen icon indicating copy to clipboard operation
ember-add-to-homescreen copied to clipboard

chore(deps): stable ember infrastructure (minor)

Open renovate[bot] opened this issue 1 year ago • 1 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
ember-cli (source) 3.27.0 -> 3.28.6 age adoption passing confidence devDependencies minor
ember-cli-dependency-checker 3.2.0 -> 3.3.2 age adoption passing confidence devDependencies minor
ember-resolver 8.0.3 -> 8.1.0 age adoption passing confidence devDependencies minor
ember-source (source) 4.0.1 -> 4.12.4 age adoption passing confidence devDependencies minor
eslint-plugin-ember 10.5.8 -> 10.6.1 age adoption passing confidence devDependencies minor
eslint-plugin-node 11.1.0 -> 14.0.0 devDependencies replacement

This is a special PR that replaces eslint-plugin-node with the community suggested minimal stable replacement version.


Release Notes

ember-cli/ember-cli (ember-cli)

v3.28.6: Release 3.28.6

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

v3.28.5: Release 3.28.5

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

v3.28.4

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

v3.28.3

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

v3.28.2

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

v3.28.1

Compare Source

Blueprint Changes
Changelog

v3.28.0

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

quaertym/ember-cli-dependency-checker (ember-cli-dependency-checker)

v3.3.2

Compare Source

v3.3.1

Compare Source

  • Fix peerDependencies
  • Skip bower dependency check if bower.json is missing

v3.3.0

Compare Source

  • Do not check dependencies on ember init
ember-cli/ember-resolver (ember-resolver)

v8.1.0

Compare Source

Back-ports built-in TypeScript support from 9.0.0 (see below) to decouple that from the Ember 4.x upgrade.

:rocket: Enhancement
Committers: 1
emberjs/ember.js (ember-source)

v4.12.4

Compare Source

  • #​20595 [BUGFIX] Blueprints: An addon re-export should always be a JavaScript file

v4.12.3

Compare Source

  • #​20493 [BUGFIX] Backport more types fixes

v4.12.2

Compare Source

  • #​20481 [BUGFIX] Backport some stable type import locations

v4.12.1

Compare Source

  • #​20461 [BUGFIX] Fix cyclic module crash with engines and fastboot.

v4.12.0

Compare Source

  • #​20352 [FEATURE] Enable generating Typescript blueprints when isTypeScriptProject is true without additional environment variables per RFC #​800.
  • #​20355 [FEATURE] Enhance the Typescript blueprint for generated services per RFC #​800.
  • #​20356 [FEATURE] Generate signature in Typescript component blueprints per RFC #​800.
  • #​20388 [BUGFIX] Don't run getters while applying mixins
  • #​20398 [BUGFIX] Fix runloop types on TS 5.0+
  • #​20385 [BUGFIX] Improve error for owner methods called after destroy

v4.11.0

Compare Source

  • #​20288 [FEATURE] Stable types for @ember/owner
  • #​20323 [FEATURE] Introduce stable types for @ember/error
  • #​20361 [BUGFIX] Support a router.ts file when generating routes
  • #​20373 / #​20374 [BUGFIX] Make the type for SafeString public
  • #​20345 [CLEANUP] Remove flags for released features
  • #​20285 Update to TS v4.9

v4.10.0

Compare Source

v4.9.3

Compare Source

  • #​20321 [BUGFIX] ContainerDebugAdapter extends EmberObject

v4.9.2

Compare Source

  • #​20296 Controller queryParams should support readonly arrays
  • #​20318 Backport Resolver to preview types

v4.9.1

Compare Source

  • #​20284 [BUGFIX] remove incorrect types for deprecation functions

v4.9.0

Compare Source

  • #​20274 [BUGFIX] Add some missing types to preview types
  • #​20256 [BUGFIX] Correct types for Ember Arrays
  • #​20257 [BUGFIX] Fix types for getOwner and GlimmerComponent
  • #​20233 [BUGFIX] Include package name in deprecation error message
  • #​20235 [BUGFIX] Update @types/node for TS 4.9 issue
  • #​20238 [BUGFIX] Update Node.js versions to match support policy
  • #​20227 [BUGFIX] Fix unsafe internal cast for NativeArray
  • #​20228 [BUGFIX] Remove type export for ControllerMixin
  • #​20203 / #​20204 [FEATURE] Preview types: Update to Typescript 4.8

v4.8.6

Compare Source

  • #​20461 [BUGFIX] Fix cyclic module crash with engines and fastboot.

v4.8.5

Compare Source

  • #​20388 [BUGFIX] Don't run getters while applying mixins

v4.8.4

Compare Source

  • #​20321 [BUGFIX] ContainerDebugAdapter extends EmberObject

v4.8.3

Compare Source

  • #​20296 Controller queryParams should support readonly arrays
  • #​20318 Backport Resolver to preview types

v4.8.2

Compare Source

  • #​20244 Add missing type for getComponentTemplate to preview types

v4.8.1

Compare Source

  • CVE pending Fix a prototype pollution vulnerability in set and setProperties

v4.8.0

Compare Source

  • #​20180 [FEATURE] Publish an opt-in preview of public types for Ember
  • #​20166 [BUGFIX] Upgrade router_js to fix Linked list of RouteInfos contains undefined object

v4.7.1

Compare Source

  • #​20166 [BUGFIX] Fix missing RouteInfo entries

v4.7.0

Compare Source

  • #​20126 [BUGFIX] Replace Firefox detection that used a deprecated browser API

v4.6.0

Compare Source

  • #​20125 [BUGFIX] Replace deprecated substr() method with substring() method.

v4.5.1

Compare Source

  • #​20120 [BUGFIX] Adjust uniqueId() implementation to only generate valid selectors.

v4.5.0

Compare Source

v4.4.5

Compare Source

  • #​20388 [BUGFIX] Don't run getters while applying mixins

v4.4.4

Compare Source

  • CVE pending Fix a prototype pollution vulnerability in set and `setProperties

v4.4.3

Compare Source

  • #​20166 [BUGFIX] Fix missing RouteInfo entries

v4.4.2

Compare Source

  • #​20114 [BUGFIX] Fix generated import paths for test setup functions in addons

v4.4.1

Compare Source

  • #​20082 [BUGFIX] Fix blueprints publication

v4.4.0

Compare Source

v4.3.0

Compare Source

  • #​20025 [BUGFIX] Fix a memory leak in the Router Service class
  • #​19971 [BUGFIX] Don't serialize default Query Params on RouterService
  • #​20024 [BUGFIX] Correctly associate props with factory and owner in FactoryManager

v4.2.0

Compare Source

  • #​19878 [BUGFIX] Allow class-based helpers to work in strict-mode.

v4.1.0

Compare Source

ember-cli/eslint-plugin-ember (eslint-plugin-ember)

v10.6.1

Compare Source

:bug: Bug Fix
Committers: 1

v10.6.0

Compare Source

:rocket: Enhancement
Committers: 1

v10.5.9

Compare Source

:bug: Bug Fix
:memo: Documentation
:house: Internal
Committers: 3

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar May 31 '23 15:05 renovate[bot]

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
[09:37:03.649] INFO (122): Installing tool [email protected]...
[09:37:12.211] WARN (122): Npm error:
npm ERR! weird error 1
[09:37:12.212] FATAL (122): node-gyp update command failed
    err: {
      "type": "Error",
      "message": "node-gyp update command failed",
      "stack":
          Error: node-gyp update command failed
              at InstallNodeService.updateNodeGyp (/snapshot/dist/containerbase-cli.js:53540:13)
              at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
              at async InstallNodeService.install (/snapshot/dist/containerbase-cli.js:53797:7)
              at async InstallToolService.execute (/snapshot/dist/containerbase-cli.js:54326:11)
              at async InstallToolShortCommand.execute (/snapshot/dist/containerbase-cli.js:54543:14)
              at async InstallToolShortCommand.validateAndExecute (/snapshot/dist/containerbase-cli.js:2430:26)
              at async _Cli.run (/snapshot/dist/containerbase-cli.js:3543:22)
              at async _Cli.runExit (/snapshot/dist/containerbase-cli.js:3551:28)
              at async main (/snapshot/dist/containerbase-cli.js:54737:3)
    }
[09:37:12.763] INFO (122): Installed tool node with errors in 9.1s.

renovate[bot] avatar May 31 '23 15:05 renovate[bot]