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: Update devDependencies (non-major) (major) #10

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 11, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
babel-loader ^8.2.3 -> ^9.1.3 age adoption passing confidence
babel-plugin-module-resolver ^4.1.0 -> ^5.0.2 age adoption passing confidence
chai (source) ^4.3.6 -> ^5.1.1 age adoption passing confidence
concurrently ^7.2.1 -> ^8.2.2 age adoption passing confidence
conventional-changelog-eslint (source) ^3.0.9 -> ^6.0.0 age adoption passing confidence
copy-webpack-plugin ^11.0.0 -> ^12.0.2 age adoption passing confidence
css-loader ^6.7.1 -> ^7.1.2 age adoption passing confidence
danger ^11.0.7 -> ^12.3.3 age adoption passing confidence
eslint (source) ^7.32.0 -> ^9.9.0 age adoption passing confidence
eslint-plugin-markdown ^2.2.1 -> ^5.1.0 age adoption passing confidence
eslint-plugin-mocha ^9.0.0 -> ^10.5.0 age adoption passing confidence
eslint-plugin-no-secrets ^0.8.9 -> ^1.0.2 age adoption passing confidence
eslint-plugin-promise ^5.1.0 -> ^7.1.0 age adoption passing confidence
eslint-plugin-regexp ^1.3.1 -> ^2.6.0 age adoption passing confidence
eslint-plugin-security ^1.4.0 -> ^3.0.1 age adoption passing confidence
eslint-plugin-sonarjs ^0.10.0 -> ^1.0.4 age adoption passing confidence
eslint-plugin-unicorn ^36.0.0 -> ^55.0.0 age adoption passing confidence
fs-extra ^10.1.0 -> ^11.2.0 age adoption passing confidence
husky ^8.0.1 -> ^9.1.5 age adoption passing confidence
jscpd ^3.4.5 -> ^4.0.5 age adoption passing confidence
nyc (source) ^15.1.0 -> ^17.0.0 age adoption passing confidence
sass-loader ^13.0.2 -> ^16.0.1 age adoption passing confidence
semantic-release ^19.0.3 -> ^24.1.0 age adoption passing confidence
style-loader ^3.3.1 -> ^4.0.0 age adoption passing confidence
web-ext ^7.1.1 -> ^8.2.0 age adoption passing confidence
webpack-cli (source) ^4.9.1 -> ^5.1.4 age adoption passing confidence

Release Notes

babel/babel-loader (babel-loader)

v9.1.3

Compare Source

Security dependency updates

New Contributors

Full Changelog: babel/babel-loader@v9.1.2...v9.1.3

v9.1.2

Compare Source

9.1.1 was a broken release, it didn't include all the commits.

Dependencies updates

Misc

New Contributors

Full Changelog: babel/babel-loader@v9.1.0...v9.1.2

v9.1.1

Compare Source

v9.1.0

Compare Source

New features

Full Changelog: babel/babel-loader@v9.0.1...v9.1.0

v9.0.1

Compare Source

Bug Fixes

Full Changelog: babel/babel-loader@v9.0.0...v9.0.1

v9.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: babel/babel-loader@v8.2.5...v9.0.0

v8.3.0

Compare Source

New features

Full Changelog: babel/babel-loader@v8.2.5...v8.3.0

tleunen/babel-plugin-module-resolver (babel-plugin-module-resolver)

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

⚠ BREAKING CHANGES
  • Remove support for Node < 16

  • Update dependencies and find-babel-config to fix json5 vulnerabilities (#​441) (c43e71c)

chaijs/chai (chai)

v5.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.1.0...v5.1.1

v5.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.0.3...v5.1.0

v5.0.3

Compare Source

Fix bad v5.0.2 publish.

Full Changelog: chaijs/chai@v5.0.2...v5.0.3

v5.0.2

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.0.1...v5.0.2

v5.0.0

Compare Source

BREAKING CHANGES

  • Chai now only supports EcmaScript Modules (ESM). This means your tests will need to either have import {...} from 'chai' or import('chai'). require('chai') will cause failures in nodejs. If you're using ESM and seeing failures, it may be due to a bundler or transpiler which is incorrectly converting import statements into require calls.
  • Dropped support for Internet Explorer.
  • Dropped support for NodeJS < 18.
  • Minimum supported browsers are now Firefox 100, Safari 14.1, Chrome 100, Edge 100. Support for browsers prior to these versions is "best effort" (bug reports on older browsers will be assessed individually and may be marked as wontfix).

What's Changed

New Contributors

Full Changelog: chaijs/chai@4.3.1...v5.0.0

v4.5.0

Compare Source

v4.4.1

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.4.0...v4.4.1

v4.4.0

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.10...v4.4.0

v4.3.10

Compare Source

This release simply bumps all dependencies to their latest non-breaking versions.

What's Changed

Full Changelog: chaijs/chai@v4.3.9...v4.3.10

v4.3.9

Compare Source

Upgrade dependencies.

This release upgrades dependencies to address CVE-2023-43646 where a large function name can cause "catastrophic backtracking" (aka ReDOS attack) which can cause the test suite to hang.

Full Changelog: chaijs/chai@v4.3.8...v4.3.9

v4.3.8

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v4.3.7...v4.3.8

v4.3.7

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.6...v4.3.7

open-cli-tools/concurrently (concurrently)

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

v7.6.0

Compare Source

What's Changed

New Contributors

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

v7.5.0

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v7.4.0...v7.5.0

v7.4.0

Compare Source

New Contributors

conventional-changelog/conventional-changelog (conventional-changelog-eslint)

v6.0.0

Compare Source

⚠ BREAKING CHANGES
  • Node >= 18 is required
  • cleanup presets interface (#​1215)
  • conventional-changelog-writer: rewrite to TypeScript (#​1150)
  • Now all packages, except gulp-conventional-changelog, are ESM-only.
  • git-semver-tags,conventional-recommended-bump: gitSemverTags and conventionalRecommendedBump now return promises
  • standard-changelog: createIfMissing method now returns a promise
Features

v5.0.0

Compare Source

⚠ BREAKING CHANGES
  • Node >= 16 is required
  • Now all presets are exports preset config factory function. conventional-changelog-preset-loader now exports new loadPreset and createPresetLoader functions. If you are using presets indirectly, using preset name, no any changes in configuration needed, just upgrade packages to latest versions.
Features

v4.0.0

Compare Source

⚠ BREAKING CHANGES
  • now all promises are native
  • Node >= 14 is required
Features
  • eslint: improve regex headerPattern (#​268) (ccc1365)
  • preset: add recommended-bump opts into presets (60815b5)
  • re-use parser options within each preset (#​335) (d3eaacf)
Bug Fixes
Code Refactoring
webpack-contrib/copy-webpack-plugin (copy-webpack-plugin)

v12.0.2

Compare Source

v12.0.1

Compare Source

v12.0.0

[Compare Source](https://togithub.com/webpack-contrib


Configuration

📅 Schedule: Branch creation - "before 7:00 am every 10 days starting on the 1st day" in timezone Europe/Kiev, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 pustovitDmytro as a code owner July 11, 2022 00:41
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch from 92fd295 to 5d86b14 Compare July 16, 2022 22:22
@pustovitDmytro
Copy link
Owner

pustovitDmytro commented Jul 16, 2022

Fails
🚫

Danger failed to run .dangerfile.js.

Error Error

Cannot find module '@commitlint/lint'
Require stack:
- .dangerfile.js
- /home/circleci/project/node_modules/danger/distribution/runner/runners/inline.js
- /home/circleci/project/node_modules/danger/distribution/commands/danger-runner.js
Error: Cannot find module '@commitlint/lint'
Require stack:
- .dangerfile.js
- /home/circleci/project/node_modules/danger/distribution/runner/runners/inline.js
- /home/circleci/project/node_modules/danger/distribution/commands/danger-runner.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
    at Function.Module._load (internal/modules/cjs/loader.js:746:27)
    at Function._module2.default._load (/home/circleci/project/node_modules/override-require/dist/overrideRequire.js:43:25)
    at Module.require (internal/modules/cjs/loader.js:974:19)
    at require (internal/modules/cjs/helpers.js:93:18)
    at Object.<anonymous> (.dangerfile.js:8:36)
    at Module._compile (internal/modules/cjs/loader.js:1085:14)
    at requireFromString (/home/circleci/project/node_modules/require-from-string/index.js:28:4)
    at /home/circleci/project/node_modules/danger/distribution/runner/runners/inline.js:157:68
    at step (/home/circleci/project/node_modules/danger/distribution/runner/runners/inline.js:52:23)

Dangerfile

------------------^

Generated by 🚫 dangerJS against 0b5a38f

@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 3 times, most recently from 0b5a38f to 38c3499 Compare July 22, 2022 22:18
@renovate
Copy link
Contributor Author

renovate bot commented Jul 22, 2022

⚠ 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 unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: hermes@1.0.3
npm ERR! Found: eslint@9.2.0
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"^9.2.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^7.0.0 || ^8.0.0" from eslint-plugin-promise@6.1.1
npm ERR! node_modules/eslint-plugin-promise
npm ERR!   dev eslint-plugin-promise@"^6.1.1" 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! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

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

@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch from 38c3499 to d1bbea5 Compare August 1, 2022 04:50
@renovate renovate bot changed the title Chore: Update devDependencies (non-major) (major) Chore: Update devDependencies (non-major) to v8 (major) Aug 9, 2022
@renovate renovate bot changed the title Chore: Update devDependencies (non-major) to v8 (major) Chore: Update devDependencies (non-major) (major) Aug 10, 2022
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch from d1bbea5 to 2ce7c3e Compare August 14, 2022 02:39
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 2 times, most recently from 53daa6f to 9e332a4 Compare August 27, 2022 00:29
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch from 9e332a4 to f426378 Compare September 12, 2022 11:24
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch from f426378 to bae4a1b Compare September 25, 2022 11:05
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch from bae4a1b to ee8d5e1 Compare November 20, 2022 10:33
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 2 times, most recently from 1a7da47 to b32c0bf Compare February 14, 2023 02:34
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 3 times, most recently from c276bea to a84eeb1 Compare March 7, 2023 02:21
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch from a84eeb1 to e40d71f Compare March 13, 2023 22:26
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 3 times, most recently from 67e6ff5 to 24f4a50 Compare March 27, 2023 23:56
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 2 times, most recently from 52b9743 to 69cd9bb Compare April 4, 2023 18:16
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch from 69cd9bb to 75d49c0 Compare May 28, 2023 21:46
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 5 times, most recently from 878e6b4 to 64f6cd2 Compare June 24, 2024 07:46
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 2 times, most recently from 7d53462 to 0878d4d Compare July 6, 2024 06:20
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 4 times, most recently from 9623515 to 513aedc Compare July 21, 2024 16:43
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 10 times, most recently from ceb7479 to 89667ba Compare July 29, 2024 22:15
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 2 times, most recently from 5e52315 to e029110 Compare August 1, 2024 16:43
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 2 times, most recently from 6447005 to 213e985 Compare August 12, 2024 23:32
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 2 times, most recently from 0c73ea7 to 176e8d3 Compare August 22, 2024 13:41
| datasource | package                       | from   | to     |
| ---------- | ----------------------------- | ------ | ------ |
| npm        | babel-loader                  | 8.2.5  | 9.1.3  |
| npm        | babel-plugin-module-resolver  | 4.1.0  | 5.0.2  |
| npm        | chai                          | 4.3.6  | 5.1.1  |
| npm        | concurrently                  | 7.3.0  | 8.2.2  |
| npm        | conventional-changelog-eslint | 3.0.9  | 6.0.0  |
| npm        | copy-webpack-plugin           | 11.0.0 | 12.0.2 |
| npm        | css-loader                    | 6.7.1  | 7.1.2  |
| npm        | danger                        | 11.1.1 | 12.3.3 |
| npm        | eslint                        | 7.32.0 | 9.9.0  |
| npm        | eslint-plugin-markdown        | 2.2.1  | 5.1.0  |
| npm        | eslint-plugin-mocha           | 9.0.0  | 10.5.0 |
| npm        | eslint-plugin-no-secrets      | 0.8.9  | 1.0.2  |
| npm        | eslint-plugin-promise         | 5.2.0  | 7.1.0  |
| npm        | eslint-plugin-regexp          | 1.7.0  | 2.6.0  |
| npm        | eslint-plugin-security        | 1.5.0  | 3.0.1  |
| npm        | eslint-plugin-sonarjs         | 0.10.0 | 1.0.4  |
| npm        | eslint-plugin-unicorn         | 36.0.0 | 55.0.0 |
| npm        | fs-extra                      | 10.1.0 | 11.2.0 |
| npm        | husky                         | 8.0.1  | 9.1.5  |
| npm        | jscpd                         | 3.4.5  | 4.0.5  |
| npm        | nyc                           | 15.1.0 | 17.0.0 |
| npm        | sass-loader                   | 13.0.2 | 16.0.1 |
| npm        | semantic-release              | 19.0.3 | 24.1.0 |
| npm        | style-loader                  | 3.3.1  | 4.0.0  |
| npm        | web-ext                       | 7.1.1  | 8.2.0  |
| npm        | webpack-cli                   | 4.10.0 | 5.1.4  |
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch from 176e8d3 to c5d81e5 Compare August 23, 2024 14:07
Copy link

sonarcloud bot commented Aug 23, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant