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): stable ember infrastructure (minor) #455

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 31, 2023

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.

🚀 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 Fix
Committers: 1

v10.6.0

Compare Source

🚀 Enhancement
Committers: 1

v10.5.9

Compare Source

🐛 Bug Fix
📝 Documentation
🏠 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 was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented May 31, 2023

⚠ 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 node@7.10.1...
[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 renovate bot force-pushed the renovate/stable-ember-infra branch 2 times, most recently from 9e62784 to 2274666 Compare June 15, 2023 22:26
@renovate renovate bot force-pushed the renovate/stable-ember-infra branch 2 times, most recently from 476b061 to 6aafa06 Compare June 30, 2023 23:04
@renovate renovate bot force-pushed the renovate/stable-ember-infra branch from 6aafa06 to 8abddcb Compare January 22, 2024 23:18
@renovate renovate bot force-pushed the renovate/stable-ember-infra branch from 8abddcb to f4b3cd2 Compare March 20, 2024 14:47
Copy link
Contributor Author

renovate bot commented Jun 4, 2024

⚠️ 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
[07:09:29.821] INFO (121): Installing tool node@7.10.1...
[07:09:38.426] WARN (121): Npm error:
npm ERR! weird error 1
[07:09:39.026] ERROR (121): node-gyp update command failed
[07:09:39.027] FATAL (121): Install tool node failed in 9.2s.

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