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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sinonjs/fake-timers ^10.0.2 -> ^13.0.0 age adoption passing confidence
@vue/test-utils ^1.3.0 -> ^2.0.0 age adoption passing confidence
chai (source) ^4.3.7 -> ^5.0.0 age adoption passing confidence
css-loader 1.0.1 -> 7.1.2 age adoption passing confidence
esbuild-loader ^3.1.0 -> ^4.0.0 age adoption passing confidence
eslint (source) ^8.36.0 -> ^9.0.0 age adoption passing confidence
eslint-plugin-chai-friendly ^0.7.2 -> ^1.0.0 age adoption passing confidence
file-loader 2.0.0 -> 6.2.0 age adoption passing confidence
fs-extra ^10.1.0 -> ^11.0.0 age adoption passing confidence
https-proxy-agent (source) ^5.0.1 -> ^7.0.0 age adoption passing confidence
husky ^8.0.3 -> ^9.0.0 age adoption passing confidence
imports-loader 1.2.0 -> 5.0.0 age adoption passing confidence
inquirer (source) ^8.2.4 -> ^12.0.0 age adoption passing confidence
jsdom 14.1.0 -> 25.0.1 age adoption passing confidence
markdown-it ^13.0.1 -> ^14.0.0 age adoption passing confidence
mini-css-extract-plugin ^0.12.0 -> ^2.0.0 age adoption passing confidence
replace-in-file ^6.3.5 -> ^8.0.0 age adoption passing confidence
sass-loader ^10 -> ^16.0.0 age adoption passing confidence
sinon (source) ^15.0.2 -> ^19.0.0 age adoption passing confidence
sinon-chai ^3.7.0 -> ^4.0.0 age adoption passing confidence
svg-url-loader ^7.1.1 -> ^8.0.0 age adoption passing confidence
vue-loader ^15.9.8 -> ^17.0.0 age adoption passing confidence
webpack ^4.47.0 -> ^5.0.0 age adoption passing confidence
webpack-cli (source) ^3.3.12 -> ^5.0.0 age adoption passing confidence
webpack-dev-server ^3.11.3 -> ^5.0.0 age adoption passing confidence
webpack-merge ^4.2.2 -> ^6.0.0 age adoption passing confidence
zip-a-folder ^1.1.5 -> ^3.0.0 age adoption passing confidence

Release Notes

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
vuejs/test-utils (@​vue/test-utils)

v2.4.6

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.4.5...v2.4.6

v2.4.5

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.4.4...v2.4.5

v2.4.4

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.4.3...v2.4.4

v2.4.3

Compare Source

What's Changed

Full Changelog: vuejs/test-utils@v2.4.2...v2.4.3

v2.4.2

Compare Source

What's Changed

Fix
Docs
Chore

New Contributors

Full Changelog: vuejs/test-utils@v2.4.1...v2.4.2

v2.4.1

Compare Source

What's Changed

Fixes
Docs
(Dev) Dependencies

New Contributors

Full Changelog: vuejs/test-utils@v2.4.0...v2.4.1

v2.4.0

Compare Source

Note: there might be some minor breaking changes around types. We tried hard to avoid this and tested a few different projects, but there was some major under the hood changes relating to types (which should improve the TypeScript experience). See the note at the top of the previous release, 2.4.0-alpha.2: https://github.com/vuejs/test-utils/releases/tag/v2.4.0-alpha.2

Between the last main release, v2.3.2, and v2.4.0, there were three alphas:

Please see those release notes for changes if you are updating from v2.3.2. Again, there should not be any major changes, and you code and tests should continue to work as before without any changes.

If you do encounter breaking changes transitioning from 2.3.x -> 2.4.x, please file an issue.

v2.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.3.1...v2.3.2

v2.3.1

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - "every 2 weeks on Monday before 7am" in timezone Europe/Berlin, 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 requested a review from tsboter as a code owner March 11, 2024 04:28
Copy link
Contributor Author

renovate bot commented Mar 11, 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: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: eslint-plugin-vue@9.22.0
npm ERR! Found: eslint@9.0.0
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"^9.0.0" from the root project
npm ERR!   peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/eslint-utils@4.4.0
npm ERR!   node_modules/@eslint-community/eslint-utils
npm ERR!     @eslint-community/eslint-utils@"^4.4.0" from eslint-plugin-vue@9.22.0
npm ERR!     node_modules/eslint-plugin-vue
npm ERR!       dev eslint-plugin-vue@"^9.9.0" from the root project
npm ERR!     @eslint-community/eslint-utils@"^4.2.0" from eslint@9.0.0
npm ERR!   3 more (eslint-plugin-backbone, eslint-plugin-chai-friendly, vue-eslint-parser)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^6.2.0 || ^7.0.0 || ^8.0.0" from eslint-plugin-vue@9.22.0
npm ERR! node_modules/eslint-plugin-vue
npm ERR!   dev eslint-plugin-vue@"^9.9.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: eslint@8.57.0
npm ERR! node_modules/eslint
npm ERR!   peer eslint@"^6.2.0 || ^7.0.0 || ^8.0.0" from eslint-plugin-vue@9.22.0
npm ERR!   node_modules/eslint-plugin-vue
npm ERR!     dev eslint-plugin-vue@"^9.9.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-04-10T18_18_29_738Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-04-10T18_18_29_738Z-debug-0.log

@renovate renovate bot requested a review from hanshack as a code owner March 11, 2024 04:28
Copy link

netlify bot commented Mar 11, 2024

Deploy Preview for umweltatlas-masterportal failed.

Name Link
🔨 Latest commit 9c44c9e
🔍 Latest deploy log https://app.netlify.com/sites/umweltatlas-masterportal/deploys/67030fce207c9f0008917d28

@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 4 times, most recently from a5e61d7 to 70020ce Compare April 8, 2024 20:14
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch from 70020ce to 84890e9 Compare April 10, 2024 18:18
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch from 84890e9 to 6bf0091 Compare May 15, 2024 12:29
Copy link
Contributor Author

renovate bot commented May 15, 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: package-lock.json
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: terser-webpack-plugin@1.4.5
npm WARN Found: webpack@5.95.0
npm WARN node_modules/webpack
npm WARN   dev webpack@"^5.0.0" from the root project
npm WARN   14 more (mochapack, null-loader, webpack-dev-middleware, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer webpack@"^4.0.0" from terser-webpack-plugin@1.4.5
npm WARN node_modules/terser-webpack-plugin
npm WARN 
npm WARN Conflicting peer dependency: webpack@4.47.0
npm WARN node_modules/webpack
npm WARN   peer webpack@"^4.0.0" from terser-webpack-plugin@1.4.5
npm WARN   node_modules/terser-webpack-plugin
npm ERR! code EBADENGINE
npm ERR! engine Unsupported engine
npm ERR! engine Not compatible with your version of node/npm: eslint@9.12.0
npm ERR! notsup Not compatible with your version of node/npm: eslint@9.12.0
npm ERR! notsup Required: {"node":"^18.18.0 || ^20.9.0 || >=21.1.0"}
npm ERR! notsup Actual:   {"npm":"9.9.3","node":"v18.17.0"}

npm ERR! A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-10-06T22_31_26_928Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch from 6bf0091 to b8ff7a7 Compare May 22, 2024 16:56
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch from b8ff7a7 to 18b5f9d Compare June 4, 2024 00:56
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch from 18b5f9d to 781c3c7 Compare June 24, 2024 03:48
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 2 times, most recently from b8c4f41 to 6ba0d36 Compare July 7, 2024 23:21
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 6 times, most recently from 3860a4d to 0c52ef2 Compare July 26, 2024 18:12
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch from 0c52ef2 to c7c5c33 Compare July 30, 2024 06:31
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 3 times, most recently from bbeb151 to 205c38b Compare August 25, 2024 20:17
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 2 times, most recently from 68bfef9 to b569c0a Compare September 15, 2024 22:32
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch from b569c0a to 7dfe641 Compare September 22, 2024 07:23
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch from 7dfe641 to 9c44c9e Compare October 6, 2024 22:31
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