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): update devdependencies (major) - autoclosed #353

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 31, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ember/test-helpers ^2.6.0 -> ^4.0.0 age adoption passing confidence
@embroider/test-setup (source) ^1.0.0 -> ^4.0.0 age adoption passing confidence
@nullvoxpopuli/eslint-configs ^2.1.20 -> ^4.0.0 age adoption passing confidence
@types/ember (source) ^3.16.6 -> ^4.0.0 age adoption passing confidence
@​types/ember-qunit ^3.4.15 -> ^6.0.0 age adoption passing confidence
@​types/ember-resolver ^5.0.11 -> ^9.0.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^5.10.1 -> ^8.0.0 age adoption passing confidence
@typescript-eslint/parser (source) ^5.10.1 -> ^8.0.0 age adoption passing confidence
ember-cli (source) ~4.1.1 -> ~6.0.0 age adoption passing confidence
ember-data (source) ^4.1.0 -> ^5.0.0 age adoption passing confidence
ember-load-initializers ^2.1.2 -> ^3.0.0 age adoption passing confidence
ember-page-title (source) ^7.0.0 -> ^8.0.0 age adoption passing confidence
ember-qunit ^5.1.5 -> ^8.0.0 age adoption passing confidence
ember-resolver ^8.0.3 -> ^13.0.0 age adoption passing confidence
ember-source (source) ~4.1.0 -> ~6.0.0 age adoption passing confidence
ember-template-lint ^3.16.0 -> ^6.0.0 age adoption passing confidence
ember-try ^2.0.0 -> ^3.0.0 age adoption passing confidence
eslint (source) ^7.32.0 -> ^9.0.0 age adoption passing confidence
eslint-config-prettier ^8.3.0 -> ^9.0.0 age adoption passing confidence
eslint-plugin-ember ^10.5.8 -> ^12.0.0 age adoption passing confidence
eslint-plugin-prettier ^4.0.0 -> ^5.0.0 age adoption passing confidence
prettier (source) ^2.5.1 -> ^3.0.0 age adoption passing confidence
qunit-dom ^2.0.0 -> ^3.0.0 age adoption passing confidence
semantic-release ^19.0.2 -> ^24.0.0 age adoption passing confidence
typescript (source) ^4.5.5 -> ^5.0.0 age adoption passing confidence

Release Notes

emberjs/ember-test-helpers (@​ember/test-helpers)

v3.3.0

Compare Source

🚀 Enhancement
Committers: 1

v3.2.1: Release 3.2.1

Compare Source

🐛 Bug Fix
Committers: 1

v3.2.0: Release 3.2.0

Compare Source

🚀 Enhancement
Committers: 1

v3.1.0: Release 3.1.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 2

v3.0.3: Release 3.0.3

Compare Source

🐛 Bug Fix
🏠 Internal
Committers: 3

v3.0.2: Release 3.0.2

Compare Source

🐛 Bug Fix
Committers: 1

v3.0.1: Release 3.0.1

Compare Source

This is a patch release that tries to fix release v3.0.0, which was missing some items due to undocumented pre-publish steps.

v3.0.0: Release 3.0.0

Compare Source

💥 Breaking Change
🚀 Enhancement
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 16

v2.9.4: Release 2.9.4

Compare Source

🐛 Bug Fix
Committers: 1

v2.9.3: Release 2.9.3

Compare Source

🐛 Bug Fix
Committers: 1

v2.9.2: Release 2.9.2

Compare Source

🐛 Bug Fix
Committers: 1

v2.9.1: Release 2.9.1

Compare Source

Note: these were all back-ported from master since they could go out on 2.9. This will be the last 2.9 release unless there are critical bug fixes here!

🐛 Bug Fix
  • Let ESLint have its way about docstring location (a8fac83)
  • DOC: API: add render helper examples (f476a20)
  • Tweak TS style for indexing multiple types (for getElement) (f01ad9f)
  • Use export type for RenderingTestContext (2dc5077)
  • Tweak TS style for indexing multiple types (3214483)
  • Address PR feedback (5e87a54)
  • DOC: API: add DOM query helper examples (83b7f5f)
  • Export type for Target (335019d)
  • Upgrade expect-type and fix issues the new version reveals (bae5e33)
  • Correctly handle special char keyCodes with Shift (d537923)
  • Add tab type test (64f40d5)
  • Generate documentation (939f29f)
  • Ensure types reflect optional-ness of tab options (95285cc)
  • Fix typesVersions config again (53fa899)
  • Clean up public-types after pack (b9dcbca)

v2.9.0: Release 2.9.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
Committers: 5

v2.8.1: Release 2.8.1

Compare Source

🐛 Bug Fix
Committers: 1

v2.8.0: Release 2.8.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Committers: 2

v2.7.0: Release 2.7.0

Compare Source

🚀 Enhancement
Committers: 1

v2.6.2: Release 2.6.2

Compare Source

🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 4

v2.6.1

Compare Source

embroider-build/embroider (@​embroider/test-setup)

v3.0.0

  • BREAKING: @embroider/addon-template/template-transform-plugin is removed
    because babel-plugin-ember-template-compilation >= 2.0.0 now directly supports
    source-to-source transformation.

    This plugin was used to run any custom AST transformations on your templates before publishing. To replace it:

    1. Add babel-plugin-ember-template-compilation@^2.0.0 as a devDependency.

    2. Make sure you also have a devDependency on ember-source, so we have a template compiler.

    3. Update the babel config like:

      plugins: [
      -   [
      -     '@​embroider/addon-dev/template-transform-plugin',
      -     {
      -       astTransforms: [
      -         ...yourPluginsHere
      -       ]
      -     }
      -   ],
      +   [
      +     'babel-plugin-ember-template-compilation',
      +     {
      +       compilerPath: 'ember-source/dist/ember-template-compiler',
      +       targetFormat: 'hbs',
      +       transforms: [
      +         ...yourPluginsHere
      +        ]
      +     }
      +   ]
      ]

    See https://github.com/emberjs/babel-plugin-ember-template-compilation for the complete docs on these options.

v2.1.1

  • BUGFIX: Support ember-cli-babel >= 8 1334
  • INTERNAL: Upgrade resolver tests 1321

v2.1.0

  • BUGFIX: Support ember-cli-babel >= 8 1334
  • INTERNAL: Upgrade resolver tests 1321

v2.0.2

  • BUGFIX: hash current env into the temp workspace dir path 1318
  • BUGFIX: add .hbs.js to the list of resolvable extensions by webpack 1307
  • BUGFIX: Resolver transform fixes 1308
  • BUGFIX: handle special case where rootURL is empty string 1285
  • BUGFIX: tmpdir handling for @​glimmer/tracking compat adapter 1302

v2.0.1

  • BUGFIX: detect ember-template-compliation plugin correctly when other plugins are preventing parallelization 1299

v2.0.0

  • BUGFIX: 2.0.0 broke template-only components in addons with custom AST transforms 1294, 1295

v1.8.3

Compare Source

  • BUGFIX: Add missing dependency 1282

v1.8.2

Compare Source

🐛 Bug Fix
  • compat, shared-internals
Committers: 1

v1.8.1

Compare Source

🐛 Bug Fix
📝 Documentation
Committers: 4

v1.8.0

Compare Source

🚀 Enhancement
  • addon-dev, core, shared-internals
🐛 Bug Fix
Committers: 4

v1.7.1

Compare Source

🐛 Bug Fix
Committers: 1

v1.7.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 6

v1.6.0

Compare Source

🚀 Enhancement
  • addon-dev, compat, core, hbs-loader, shared-internals, webpack
🐛 Bug Fix
📝 Documentation

Configuration

📅 Schedule: Branch creation - "after 9pm on sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 renovate bot added the dependencies Pull requests that update a dependency file label Dec 31, 2023
Copy link

stackblitz bot commented Dec 31, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 5d5e35f to 2597c28 Compare January 21, 2024 21:40
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 2597c28 to 680cb80 Compare January 28, 2024 22:12
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 680cb80 to 25eecfb Compare February 18, 2024 22:13
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 25eecfb to a867659 Compare March 10, 2024 23:34
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from a867659 to b829661 Compare March 24, 2024 21:22
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 96bf059 to 6ba64a9 Compare April 14, 2024 21:33
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 6ba64a9 to 70ebefd Compare April 21, 2024 23:19
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 70ebefd to 7b53562 Compare May 26, 2024 21:31
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 7b53562 to 530d4e0 Compare June 9, 2024 21:20
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 530d4e0 to c28e1ea Compare June 16, 2024 22:17
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from c28e1ea to ca6c24f Compare July 14, 2024 22:32
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from ca6c24f to 2680bd1 Compare August 4, 2024 22:56
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 2680bd1 to fa39a71 Compare August 25, 2024 21:41
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from fa39a71 to 3f0af5c Compare September 15, 2024 22:01
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 171f98a to db9c248 Compare October 6, 2024 21:20
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from db9c248 to df3a795 Compare November 17, 2024 22:41
@renovate renovate bot changed the title chore(deps): update devdependencies (major) chore(deps): update devdependencies (major) - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/major-devdependencies branch December 8, 2024 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants