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 major dependencies (major) #107

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 19, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ember/string ^3.0.1 -> ^4.0.0 age adoption passing confidence
@ember/test-helpers ^2.9.3 -> ^4.0.4 age adoption passing confidence
@sinonjs/fake-timers ^10.0.2 -> ^13.0.5 age adoption passing confidence
concurrently ^7.6.0 -> ^9.1.0 age adoption passing confidence
ember-cli-babel ^7.26.11 -> ^8.2.0 age adoption passing confidence
ember-cli-code-coverage (source) ^2.0.0 -> ^3.1.0 age adoption passing confidence
ember-load-initializers ^2.1.2 -> ^3.0.1 age adoption passing confidence
ember-modifier ^3.2.7 -> ^4.2.0 age adoption passing confidence
ember-page-title (source) ^7.0.0 -> ^8.2.3 age adoption passing confidence
ember-qunit ^6.2.0 -> ^8.1.1 age adoption passing confidence
ember-resolver ^10.0.0 -> ^13.0.2 age adoption passing confidence
ember-source (source) ^3.28.0 || ^4.0.0 -> ^3.28.0 || ^4.0.0 || ^5.0.0 age adoption passing confidence
ember-source (source) ~4.11.0 -> ~5.12.0 age adoption passing confidence
ember-template-lint ^5.6.0 -> ^6.0.0 age adoption passing confidence
ember-truth-helpers ^3.1.1 -> ^4.0.3 age adoption passing confidence
ember-try ^2.0.0 -> ^3.0.0 age adoption passing confidence
eslint-config-prettier ^8.7.0 -> ^9.1.0 age adoption passing confidence
eslint-plugin-ember ^11.4.7 -> ^12.3.1 age adoption passing confidence
eslint-plugin-n ^15.6.1 -> ^17.13.0 age adoption passing confidence
eslint-plugin-prettier ^4.2.1 -> ^5.2.1 age adoption passing confidence
eslint-plugin-qunit ^7.3.4 -> ^8.1.2 age adoption passing confidence
node-polyfill-webpack-plugin ^2.0.1 -> ^4.0.0 age adoption passing confidence
prettier (source) ^2.8.4 -> ^3.3.3 age adoption passing confidence
pretty-quick ^3.1.3 -> ^4.0.0 age adoption passing confidence
qunit-dom ^2.0.0 -> ^3.2.1 age adoption passing confidence
rimraf ^4.4.0 -> ^6.0.1 age adoption passing confidence

cc @tzellman


Release Notes

emberjs/ember-string (@​ember/string)

v3.1.1

Compare Source

🐛 Bug Fix
Committers: 1

v3.1.0

Compare Source

🚀 Enhancement
🏠 Internal
Committers: 1
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
sinonjs/fake-timers (@​sinonjs/fake-timers)

v13.0.5

Compare Source

==================

  • Ensure checks based Object.keys length pass for fake Dates (#​513)

v13.0.4

Compare Source

==================

  • Fix constructor-based checks for fake Date no longer pass after installing (#​512) (patches the patch)

v13.0.3

Compare Source

==================

  • Ensure checks based on the constructor property passes for fake Dates (#​511)

v13.0.2

Compare Source

==================

  • fix #​504: make instances of original Date pass as instances of the fake Date (#​505)

v13.0.1

Compare Source

==================

  • Add a guard to prevent test from failing in Puppeteer
  • Add a missing test on using timers not present on a custom global
  • Fix toString() output

v13.0.0

Compare Source

==================

  • fix: fake all supported timers by default (#​323) (BREAKING)

v12.0.0

Compare Source

==================

  • Support performance.measure+mark (#​499)
  • fix: save methods of children Date instance (#​437) (#​480) (potentially BREAKING)

v11.3.1

Compare Source

==================

  • Prevent releasing on branches other than 'main'
  • Enable saucelabs tests
  • chore: security audit fix
  • Remove Husky deprecation messsage that came in v9

v11.3.0

Compare Source

==================

  • chore: security audit fix
  • Remove Husky deprecation messsage that came in v9
  • Fix listener leak for timers/promises
  • upgrade deps (#​496)
  • Add support for timers/promises module from nodejs (#​495)
  • chore: update deps (#​494)
  • Fail when a timer is not available in the context (#​491)
  • Fix link to Mochify and adjust description (#​488)
  • New mochify (#​395)
  • Bump browserify-sign from 4.2.1 to 4.2.2 (#​486)

v11.2.2

Compare Source

==================

v11.2.1

Compare Source

==================

  • no-op to fix a broken release process

v11.2.0

Compare Source

==================

  • Upgrade packages
  • feat: add RelativeTimeFormat to Intl API (#​479)

v11.1.0

Compare Source

==================

  • favor the constructor of the performance instance if it exists (#​478)
  • Bump tough-cookie from 4.1.2 to 4.1.3 (#​473)
  • Remove IE specific hacks (#​477)
  • feat: mock intl api (#​474)
  • upgrade node (#​476) and EOL Node 14
  • Bump word-wrap from 1.2.3 to 1.2.4 (#​475)
  • Updated release files for 11.0.0
  • Updated release files for 10.2.0
  • Add mocks to NodeJS "timers" module (#​467)

v11.0.0

Compare Source

==================

  • 11.0.0: Re-release 10.2.0 as a new major version as mocking Node "timers" module broke some setups

v10.3.0

Compare Source

v10.2.0

Compare Source

==================

  • Add mocks to NodeJS "timers" module (#​467)

v10.1.0

Compare Source

==================

  • Add clock.jump method (#​465)
  • Upgrade all packages
open-cli-tools/concurrently (concurrently)

v9.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.0.1...v9.1.0

v9.0.1

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v9.0.0...v9.0.1

v9.0.0

Compare Source

v8.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.2.1...v8.2.2

v8.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.2.0...v8.2.1

v8.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.1.0...v8.2.0

v8.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.0.1...v8.1.0

v8.0.1

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v8.0.0...v8.0.1

v8.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v7.6.0...v8.0.0

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

v8.2.0

Compare Source

🚀 Enhancement
Committers: 1

v8.1.0

Compare Source

🚀 Enhancement
Committers: 1

v8.0.1

Compare Source

🐛 Bug Fix
🏠 Internal
Committers: 2

v8.0.0

Compare Source

💥 Breaking Change
🚀 Enhancement

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 renovate bot added the deps label Apr 19, 2021
@renovate renovate bot force-pushed the renovate/major-major-dependencies branch from 89e5fee to 777d679 Compare May 13, 2021 19:22
@renovate renovate bot changed the title chore(deps): update dependency husky to v6 chore(deps): update major dependencies (major) May 13, 2021
@renovate renovate bot force-pushed the renovate/major-major-dependencies branch from 777d679 to 612abe7 Compare May 24, 2021 16:14
@renovate renovate bot force-pushed the renovate/major-major-dependencies branch from 612abe7 to 3eced0f Compare June 15, 2021 22:42
@renovate renovate bot force-pushed the renovate/major-major-dependencies branch 3 times, most recently from fbb970e to b041ec3 Compare July 1, 2021 06:59
@renovate renovate bot force-pushed the renovate/major-major-dependencies branch 2 times, most recently from 07817cf to 7ac4dd0 Compare July 11, 2021 15:18
@renovate renovate bot force-pushed the renovate/major-major-dependencies branch 2 times, most recently from a108902 to 797bb26 Compare August 16, 2021 11:11
@renovate renovate bot force-pushed the renovate/major-major-dependencies branch 4 times, most recently from 4ff912b to 865f5c6 Compare August 31, 2021 22:17
@renovate renovate bot force-pushed the renovate/major-major-dependencies branch from 865f5c6 to 9620e5e Compare September 7, 2021 21:35
@renovate renovate bot force-pushed the renovate/major-major-dependencies branch from 9620e5e to edc19d6 Compare September 15, 2021 12:47
@renovate renovate bot force-pushed the renovate/major-major-dependencies branch 8 times, most recently from a9ba0ed to 5e1a907 Compare October 13, 2021 10:50
@renovate renovate bot force-pushed the renovate/major-major-dependencies branch 4 times, most recently from 49f9982 to fceb489 Compare October 18, 2021 22:04
@renovate renovate bot force-pushed the renovate/major-major-dependencies branch 3 times, most recently from 2a3da31 to 8a66440 Compare August 28, 2024 12:46
@renovate renovate bot force-pushed the renovate/major-major-dependencies branch 3 times, most recently from ab8ee94 to e17452c Compare September 10, 2024 14:53
@renovate renovate bot force-pushed the renovate/major-major-dependencies branch 5 times, most recently from abf70ad to e8da59a Compare September 20, 2024 04:37
@renovate renovate bot force-pushed the renovate/major-major-dependencies branch 7 times, most recently from 37c6823 to ede3425 Compare October 2, 2024 18:48
@renovate renovate bot force-pushed the renovate/major-major-dependencies branch 2 times, most recently from c27da9b to 037c8e4 Compare October 11, 2024 13:19
@renovate renovate bot force-pushed the renovate/major-major-dependencies branch 2 times, most recently from c055944 to e36132a Compare October 24, 2024 13:26
@renovate renovate bot force-pushed the renovate/major-major-dependencies branch 5 times, most recently from dbfd401 to 317f08e Compare November 2, 2024 15:34
@renovate renovate bot force-pushed the renovate/major-major-dependencies branch from 317f08e to c014abd Compare November 6, 2024 16:53
@renovate renovate bot force-pushed the renovate/major-major-dependencies branch from c014abd to dfd180d Compare November 8, 2024 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants