-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): update external major (major) #5
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate-major-external-major
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch.
Commits
|
04da99a
to
b74d2d4
Compare
b74d2d4
to
553de6c
Compare
553de6c
to
59b0b0b
Compare
59b0b0b
to
b5927e2
Compare
b5927e2
to
ed41760
Compare
ed41760
to
f616581
Compare
f616581
to
0d2368e
Compare
0d2368e
to
34687b2
Compare
34687b2
to
fb72ab8
Compare
fb72ab8
to
48b69e8
Compare
48b69e8
to
176ba5a
Compare
176ba5a
to
e1d6d82
Compare
e1d6d82
to
3658c31
Compare
3658c31
to
9cbe43a
Compare
9cbe43a
to
1f40ef8
Compare
ec5f8a4
to
8b37295
Compare
8b37295
to
90bf48d
Compare
90bf48d
to
624741f
Compare
624741f
to
14a998e
Compare
14a998e
to
a710051
Compare
a710051
to
ca95f18
Compare
ca95f18
to
f0f3482
Compare
f0f3482
to
d9b40ba
Compare
d9b40ba
to
7cbd800
Compare
7cbd800
to
9f94fb4
Compare
9f94fb4
to
7b3bda2
Compare
7b3bda2
to
5b1cabe
Compare
5b1cabe
to
77b2d13
Compare
77b2d13
to
44fb280
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
v3
->v5
v3
->v5
4.3.7
->6.0.1
14
->22
22.20.0
15.0.1
->21.0.0
14.16.1
->16.24.0
29.0.0
->39.0.0
Release Notes
actions/checkout (actions/checkout)
v5
Compare Source
v4
Compare Source
url-helper.ts
now leverages well-known environment variables by @jww3 in https://github.com/actions/checkout/pull/1941isGhes
by @jww3 in https://github.com/actions/checkout/pull/1946actions/setup-node (actions/setup-node)
v5
Compare Source
v4
Compare Source
chaijs/chai (chai)
v6.0.1
Compare Source
What's Changed
Full Changelog: chaijs/chai@v6.0.0...v6.0.1
v6.0.0
Compare Source
BREAKING CHANGES
Chai is now bundled into a single file. The
lib/*.js
files are no longer present, and so any code that imports those files directly will need to change. The only file that can be imported now is./index.js
.What's Changed
Full Changelog: chaijs/chai@v5.3.2...v6.0.0
v5.3.3
Compare Source
What's Changed
Full Changelog: chaijs/chai@v5.3.2...v5.3.3
v5.3.2
Compare Source
Reverts the removal of the bundled version of chai in 5.3.1
What's Changed
Full Changelog: chaijs/chai@v5.3.1...v5.3.2
v5.3.1
Compare Source
What's Changed
Full Changelog: chaijs/chai@v5.3.0...v5.3.1
v5.3.0
Compare Source
What's Changed
main
to point at chai directly by @43081j in #1696Full Changelog: chaijs/chai@v5.2.2...v5.3.0
v5.2.2
Compare Source
What's Changed
files
for publishing by @43081j in #1695Full Changelog: chaijs/chai@v5.2.1...v5.2.2
v5.2.1
Compare Source
What's Changed
Mostly internal changes but @SuperchupuDev realised the package.json
engines
field was out of date, so it has been updated to reflect that v5.0.0 onwards only supports Node >=18.no-var
rule and fix violations by @koddsson in #1675New Contributors
Full Changelog: chaijs/chai@v5.2.0...v5.2.1
v5.2.0
Compare Source
What's Changed
chai-subset
and added assert-based negation to containSubset by @BreadInvasion in #1664New Contributors
Full Changelog: chaijs/chai@v5.1.2...v5.2.0
v5.1.2
Compare Source
What's Changed
Full Changelog: chaijs/chai@v5.1.1...v5.1.2
v5.1.1
Compare Source
What's Changed
toThrow
by @43081j in #1609New Contributors
Full Changelog: chaijs/chai@v5.1.0...v5.1.1
v5.1.0
Compare Source
What's Changed
iterable
assertion by @koddsson in #1592New 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
bump-cli
by @koddsson in #1559??
for node compat (5.x) by @43081j in #1576loupe
to latest version by @koddsson in #1579Full Changelog: chaijs/chai@v5.0.1...v5.0.2
v5.0.0
Compare Source
BREAKING CHANGES
import {...} from 'chai'
orimport('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.What's Changed
get-func-name
dependency by @koddsson in #1416deep-eql
to latest version by @koddsson in #1542type-detect
as a simple function by @koddsson in #1544assertion-error
to it's latest major version! by @koddsson in #1543New Contributors
Full Changelog: chaijs/chai@4.3.1...v5.0.0
v4.5.0
Compare Source
1a36d35
What's Changed
Full Changelog: chaijs/chai@v4.4.1...v4.5.0
v4.4.1
Compare Source
What's Changed
??
for node compat by @43081j in #1574Full 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
actions/node-versions (node)
v22.19.0
: 22.19.0Compare Source
Node.js 22.19.0
v22.18.0
: 22.18.0Compare Source
Node.js 22.18.0
v22.17.1
: 22.17.1Compare Source
Node.js 22.17.1
v22.17.0
: 22.17.0Compare Source
Node.js 22.17.0
v22.16.0
: 22.16.0Compare Source
Node.js 22.16.0
v22.15.1
: 22.15.1Compare Source
Node.js 22.15.1
v22.15.0
: 22.15.0Compare Source
Node.js 22.15.0
v22.14.0
: 22.14.0Compare Source
Node.js 22.14.0
v22.13.1
: 22.13.1Compare Source
Node.js 22.13.1
v22.13.0
: 22.13.0Compare Source
Node.js 22.13.0
v22.12.0
: 22.12.0Compare Source
Node.js 22.12.0
v22.11.0
: 22.11.0Compare Source
Node.js 22.11.0
v22.10.0
: 22.10.0Compare Source
Node.js 22.10.0
v22.9.0
: 22.9.0Compare Source
Node.js 22.9.0
v22.8.0
: 22.8.0Compare Source
Node.js 22.8.0
v22.7.0
: 22.7.0Compare Source
Node.js 22.7.0
v22.6.0
: 22.6.0Compare Source
Node.js 22.6.0
v22.5.1
: 22.5.1Compare Source
Node.js 22.5.1
v22.5.0
: 22.5.0Compare Source
Node.js 22.5.0
v22.4.1
: 22.4.1Compare Source
Node.js 22.4.1
v22.4.0
: 22.4.0Compare Source
Node.js 22.4.0
v22.3.0
: 22.3.0Compare Source
Node.js 22.3.0
v22.2.0
: 22.2.0Compare Source
Node.js 22.2.0
v22.1.0
: 22.1.0Compare Source
Node.js 22.1.0
v22.0.0
: 22.0.0Compare Source
Node.js 22.0.0
v20.19.5
: 20.19.5Compare Source
Node.js 20.19.5
v20.19.4
: 20.19.4Compare Source
Node.js 20.19.4
v20.19.3
: 20.19.3Compare Source
Node.js 20.19.3
v20.19.2
: 20.19.2Compare Source
Node.js 20.19.2
v20.19.1
: 20.19.1Compare Source
Node.js 20.19.1
v20.19.0
: 20.19.0Compare Source
Node.js 20.19.0
v20.18.3
: 20.18.3Compare Source
Node.js 20.18.3
v20.18.2
: 20.18.2Compare Source
Node.js 20.18.2
v20.18.1
: 20.18.1Compare Source
Node.js 20.18.1
v20.18.0
: 20.18.0Compare Source
Node.js 20.18.0
v20.17.0
: 20.17.0Compare Source
Node.js 20.17.0
v20.16.0
: 20.16.0Compare Source
Node.js 20.16.0
v20.15.1
: 20.15.1Compare Source
Node.js 20.15.1
v20.15.0
: 20.15.0Compare Source
Node.js 20.15.0
v20.14.0
: 20.14.0Compare Source
Node.js 20.14.0
v20.13.1
: 20.13.1Compare Source
Node.js 20.13.1
v20.13.0
: 20.13.0Compare Source
Node.js 20.13.0
v20.12.2
: 20.12.2Compare Source
Node.js 20.12.2
v20.12.1
: 20.12.1Compare Source
Node.js 20.12.1
v20.12.0
: 20.12.0Compare Source
Node.js 20.12.0
v20.11.1
: 20.11.1Compare Source
Node.js 20.11.1
v20.11.0
: 20.11.0Compare Source
Node.js 20.11.0
v20.10.0
: 20.10.0Compare Source
Node.js 20.10.0
v20.9.0
: 20.9.0Compare Source
Node.js 20.9.0
v20.8.1
: 20.8.1Compare Source
Node.js 20.8.1
v20.8.0
: 20.8.0Compare Source
Node.js 20.8.0
v20.7.0
: 20.7.0Compare Source
Node.js 20.7.0
v20.6.1
: 20.6.1Compare Source
Node.js 20.6.1
v20.6.0
: 20.6.0Compare Source
Node.js 20.6.0
v20.5.1
: 20.5.1Compare Source
Node.js 20.5.1
v20.5.0
: 20.5.0Compare Source
Node.js 20.5.0
v20.4.0
: 20.4.0Compare Source
Node.js 20.4.0
v20.3.1
: 20.3.1Compare Source
Node.js 20.3.1
v20.3.0
: 20.3.0Compare Source
Node.js 20.3.0
v20.2.0
: 20.2.0Compare Source
Node.js 20.2.0
v20.1.0
: 20.1.0Compare Source
Node.js 20.1.0
v20.0.0
: 20.0.0Compare Source
Node.js 20.0.0
v18.20.8
: 18.20.8Compare Source
Node.js 18.20.8
v18.20.7
: 18.20.7Compare Source
Node.js 18.20.7
v18.20.6
: 18.20.6Compare Source
Node.js 18.20.6
v18.20.5
: 18.20.5Compare Source
Node.js 18.20.5
v18.20.4
: 18.20.4Compare Source
Node.js 18.20.4
v18.20.3
: 18.20.3Compare Source
Node.js 18.20.3
v18.20.2
: 18.20.2Compare Source
Node.js 18.20.2
v18.20.1
: 18.20.1Compare Source
Node.js 18.20.1
v18.20.0
: 18.20.0Compare Source
Node.js 18.20.0
v18.19.1
: 18.19.1Compare Source
Node.js 18.19.1
v18.19.0
: 18.19.0Compare Source
Node.js 18.19.0
v18.18.2
: 18.18.2Compare Source
Node.js 18.18.2
v18.18.1
: 18.18.1Compare Source
Node.js 18.18.1
v18.18.0
: 18.18.0Compare Source
Node.js 18.18.0
v18.17.1
: 18.17.1Compare Source
Node.js 18.17.1
v18.17.0
: 18.17.0Compare Source
Node.js 18.17.0
v18.16.1
: 18.16.1Compare Source
Node.js 18.16.1
v18.16.0
: 18.16.0Compare Source
Node.js 18.16.0
v18.15.0
: 18.15.0Compare Source
Node.js 18.15.0
v18.14.2
: 18.14.2Compare Source
Node.js 18.14.2
v18.14.1
: 18.14.1Compare Source
Node.js 18.14.1
v18.14.0
: 18.14.0Compare Source
Node.js 18.14.0
v18.13.0
: 18.13.0Compare Source
Node.js 18.13.0
v18.12.1
: 18.12.1Compare Source
Node.js 18.12.1
v18.12.0
: 18.12.0Compare Source
Node.js 18.12.0
v18.11.0
: 18.11.0Compare Source
Node.js 18.11.0
v18.10.0
: 18.10.0Compare Source
Node.js 18.10.0
v18.9.1
: 18.9.1Compare Source
Node.js 18.9.1
v18.9.0
: 18.9.0Compare Source
Node.js 18.9.0
v18.8.0
: 18.8.0Compare Source
Node.js 18.8.0
v18.7.0
: 18.7.0Compare Source
Node.js 18.7.0
v18.6.0
: 18.6.0Compare Source
Node.js 18.6.0
v18.5.0
: 18.5.0Compare Source
Node.js 18.5.0
v18.4.0
: 18.4.0Compare Source
Node.js 18.4.0
v18.3.0
: 18.3.0Compare Source
Node.js 18.3.0
v18.2.0
: 18.2.0Compare Source
Node.js 18.2.0
v18.1.0
: 18.1.0Compare Source
Node.js 18.1.0
v18.0.0
: 18.0.0Compare Source
Node.js 18.0.0
v16.20.2
: 16.20.2Compare Source
Node.js 16.20.2
v16.20.1
: 16.20.1Compare Source
Node.js 16.20.1
v16.20.0
: 16.20.0Compare Source
Node.js 16.20.0
v16.19.1
: 16.19.1Compare Source
Node.js 16.19.1
v16.19.0
: 16.19.0Compare Source
Node.js 16.19.0
v16.18.1
: 16.18.1Compare Source
Node.js 16.18.1
v16.18.0
: 16.18.0Compare Source
Node.js 16.18.0
v16.17.1
: 16.17.1Compare Source
Node.js 16.17.1
v16.17.0
: 16.17.0Compare Source
Node.js 16.17.0
v16.16.0
: 16.16.0Compare Source
Node.js 16.16.0
v16.15.1
: 16.15.1Compare Source
Node.js 16.15.1
v16.15.0
: 16.15.0Compare Source
Node.js 16.15.0
v16.14.2
: 16.14.2Compare Source
Node.js 16.14.2
v16.14.1
: 16.14.1Compare Source
Node.js 16.14.1
v16.14.0
: 16.14.0Compare Source
Node.js 16.14.0
v16.13.2
: 16.13.2Compare Source
Node.js 16.13.2
v16.13.1
: 16.13.1Compare Source
Node.js 16.13.1
v16.13.0
: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.
This PR was generated by Mend Renovate. View the repository job log.