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

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 18, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@semantic-release/npm 11.0.3 -> 12.0.1 age adoption passing confidence
c8 9.1.0 -> 10.1.2 age adoption passing confidence
chai-as-promised 7.1.2 -> 8.0.0 age adoption passing confidence
semantic-release 23.1.1 -> 24.0.0 age adoption passing confidence
sinon (source) 17.0.2 -> 18.0.0 age adoption passing confidence

Release Notes

semantic-release/npm (@​semantic-release/npm)

v12.0.1

Compare Source

Bug Fixes
  • deps: update dependency execa to v9 (9ac5ed0)

v12.0.0

Compare Source

Features
  • exports: defined exports to point at ./index.js (9e193c2)
  • node-versions: dropped support for node v18 and v19 (2df962b)
BREAKING CHANGES
  • exports: exports has been defined, which prevents access to private apis (which arent
    intended for consumption anyway)
  • node-versions: node v18 and v19 are no longer supported
bcoe/c8 (c8)

v10.1.2

Compare Source

Bug Fixes
  • deps: make monocart-coverage-reports an optional with meta defined (3b91fda)

v10.1.1

Compare Source

Bug Fixes

v10.1.0

Compare Source

Features

v10.0.0

Compare Source

⚠ BREAKING CHANGES
  • deps: Node 18 is now the minimum supported Node.js version
Bug Fixes
  • deps: update test-exclude with new glob / minimatch (#​531) (e33cf30)
chaijs/chai-as-promised (chai-as-promised)

v8.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai-as-promised@v7.1.2...v8.0.0

semantic-release/semantic-release (semantic-release)

v24.0.0

Compare Source

Bug Fixes
  • deps: upgraded to the beta of the commit-analyzer plugin (dfc3d91)
  • deps: upgraded to the beta of the release-notes-generator plugin (4a4cd92)
BREAKING CHANGES
  • deps: the commit-analyzer plugin now expects to be used with the latest major versions of
    conventional-changelog packages. if you are installing any of these packages in addition to
    semantic-release, be sure to update them as well
  • deps: the release-notes-generator plugin now expects to be used with the latest major
    versions of conventional-changelog packages. if you are installing any of these packages in addition
    to semantic-release, be sure to update them as well
sinonjs/sinon (sinon)

v18.0.0

Compare Source

This is what 17.0.2 should have been, as that contained two breaking changes. After updating
Nise we are down to one breaking change, which only affects sinon-test (which has been updated),
so most people are not affected. The legacyRoutes flag that is currently enabled in Nise by default
will at some later version be disabled. We will then issue a little migration note.

  • 01d45312
    Use Nise 6 with legacyRoutes flag enabled (Carl-Erik Kopseng)

    This should be disabled in a future Sinon version by default.

  • c618edc5
    fix #​2594: remove needless sandbox creation (Carl-Erik Kopseng)

Released by Carl-Erik Kopseng on 2024-05-15.


Configuration

📅 Schedule: Branch creation - "after 2pm on Monday" in timezone Europe/Zurich, 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 has been generated by Mend Renovate. View repository job log here.

Copy link

This PR will trigger no release when merged.

@renovate renovate bot force-pushed the renovate-major-external-major branch from 3d8a6c5 to 92039d7 Compare April 5, 2024 21:39
@renovate renovate bot changed the title chore(deps): update dependency @semantic-release/npm to v12 chore(deps): update external major (major) Apr 5, 2024
Copy link
Contributor Author

renovate bot commented Apr 5, 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 error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @adobe/eslint-config-helix@2.0.6
npm error Found: eslint@9.2.0
npm error node_modules/eslint
npm error   dev eslint@"9.2.0" from the root project
npm error   peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/eslint-utils@4.4.0
npm error   node_modules/@eslint-community/eslint-utils
npm error     @eslint-community/eslint-utils@"^4.2.0" from eslint@9.2.0
npm error   2 more (eslint-import-resolver-exports, eslint-plugin-header)
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^8.0.0" from @adobe/eslint-config-helix@2.0.6
npm error node_modules/@adobe/eslint-config-helix
npm error   dev @adobe/eslint-config-helix@"2.0.6" from the root project
npm error
npm error Conflicting peer dependency: eslint@8.57.0
npm error node_modules/eslint
npm error   peer eslint@"^8.0.0" from @adobe/eslint-config-helix@2.0.6
npm error   node_modules/@adobe/eslint-config-helix
npm error     dev @adobe/eslint-config-helix@"2.0.6" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-05-03T21_23_47_937Z-eresolve-report.txt

npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-05-03T21_23_47_937Z-debug-0.log

@renovate renovate bot force-pushed the renovate-major-external-major branch 2 times, most recently from 438ec23 to cd81980 Compare April 22, 2024 23:21
@renovate renovate bot force-pushed the renovate-major-external-major branch 2 times, most recently from f29d04d to 54b4db6 Compare May 3, 2024 21:23
@renovate renovate bot force-pushed the renovate-major-external-major branch 2 times, most recently from cd0ce29 to a46f0c7 Compare May 15, 2024 17:35
@renovate renovate bot force-pushed the renovate-major-external-major branch from a46f0c7 to 5267c8d Compare May 17, 2024 21:43
@renovate renovate bot force-pushed the renovate-major-external-major branch 3 times, most recently from dc6c7fc to 186959f Compare June 1, 2024 15:52
@renovate renovate bot force-pushed the renovate-major-external-major branch 6 times, most recently from 950baf2 to eda20dd Compare June 14, 2024 23:04
@renovate renovate bot force-pushed the renovate-major-external-major branch from eda20dd to 3e66b64 Compare June 19, 2024 05:28
@solaris007 solaris007 merged commit 720c551 into main Jun 19, 2024
4 checks passed
@solaris007 solaris007 deleted the renovate-major-external-major branch June 19, 2024 05:35
@solaris007
Copy link
Member

🎉 This PR is included in version 1.10.17 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

None yet

1 participant