chore(deps): update all major dependencies (major)#44
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update all major dependencies (major)#44renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
32fedc8 to
10ddf83
Compare
dc8187a to
54e5945
Compare
54e5945 to
ab12e45
Compare
ab12e45 to
83174d5
Compare
83174d5 to
cc78800
Compare
8c6efa2 to
e4c4ac4
Compare
5e3a34c to
fd86a4c
Compare
fd86a4c to
9ae2113
Compare
Author
|
9ae2113 to
c854ea1
Compare
c854ea1 to
f68de4c
Compare
f68de4c to
4181d87
Compare
4181d87 to
f53c52c
Compare
f53c52c to
55399e1
Compare
55399e1 to
4163f85
Compare
4163f85 to
b45182e
Compare
b45182e to
8a67bac
Compare
8a67bac to
679f00b
Compare
679f00b to
6375905
Compare
6375905 to
5dc6c92
Compare
5dc6c92 to
81ccb65
Compare
6bb54df to
f90cda0
Compare
dc61269 to
5d6b25a
Compare
5d6b25a to
7a03a38
Compare
7a03a38 to
fdc8ad3
Compare
fdc8ad3 to
551accd
Compare
8a10793 to
6997302
Compare
6997302 to
200cb61
Compare
200cb61 to
8be5c27
Compare
8be5c27 to
2a16f2b
Compare
3bae44a to
96956bb
Compare
e8078da to
8246c80
Compare
8246c80 to
16ab7c0
Compare
1ae0a57 to
73aa71a
Compare
73aa71a to
81dcc4e
Compare
15d2bbf to
8f313ea
Compare
8f313ea to
d5feae1
Compare
e173019 to
e37b024
Compare
e37b024 to
d2db69e
Compare
c3cd0fa to
d3e1530
Compare
d3e1530 to
e5be428
Compare
e5be428 to
769bc93
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
4.2.0→6.2.24.7.0→8.0.33.1.0→4.1.116.2.2→29.0.27.2.0→11.7.5Release Notes
chaijs/chai (chai)
v6.2.2Compare Source
What's Changed
New Contributors
Full Changelog: chaijs/chai@v6.2.1...v6.2.2
v6.2.1Compare Source
What's Changed
New Contributors
Full Changelog: chaijs/chai@v6.2.0...v6.2.1
v6.2.0Compare Source
What's Changed
Full Changelog: chaijs/chai@v6.1.0...v6.2.0
v6.1.0Compare Source
What's Changed
Adds an event emitter for hooking into method/property creation in #1693
Full Changelog: chaijs/chai@v6.0.2...v6.1.0
v6.0.1Compare Source
What's Changed
Full Changelog: chaijs/chai@v6.0.0...v6.0.1
v6.0.0Compare Source
BREAKING CHANGES
Chai is now bundled into a single file. The
lib/*.jsfiles 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.3Compare Source
What's Changed
Full Changelog: chaijs/chai@v5.3.2...v5.3.3
v5.3.2Compare 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.1Compare Source
What's Changed
Full Changelog: chaijs/chai@v5.3.0...v5.3.1
v5.3.0Compare Source
What's Changed
mainto point at chai directly by @43081j in #1696Full Changelog: chaijs/chai@v5.2.2...v5.3.0
v5.2.2Compare Source
What's Changed
filesfor publishing by @43081j in #1695Full Changelog: chaijs/chai@v5.2.1...v5.2.2
v5.2.1Compare Source
What's Changed
Mostly internal changes but @SuperchupuDev realised the package.json
enginesfield was out of date, so it has been updated to reflect that v5.0.0 onwards only supports Node >=18.no-varrule and fix violations by @koddsson in #1675New Contributors
Full Changelog: chaijs/chai@v5.2.0...v5.2.1
v5.2.0Compare Source
What's Changed
chai-subsetand added assert-based negation to containSubset by @BreadInvasion in #1664New Contributors
Full Changelog: chaijs/chai@v5.1.2...v5.2.0
v5.1.2Compare Source
What's Changed
Full Changelog: chaijs/chai@v5.1.1...v5.1.2
v5.1.1Compare Source
What's Changed
toThrowby @43081j in #1609New Contributors
Full Changelog: chaijs/chai@v5.1.0...v5.1.1
v5.1.0Compare Source
What's Changed
iterableassertion by @koddsson in #1592New Contributors
Full Changelog: chaijs/chai@v5.0.3...v5.1.0
v5.0.3Compare Source
Fix bad v5.0.2 publish.
Full Changelog: chaijs/chai@v5.0.2...v5.0.3
v5.0.2Compare Source
What's Changed
bump-cliby @koddsson in #1559??for node compat (5.x) by @43081j in #1576loupeto latest version by @koddsson in #1579Full Changelog: chaijs/chai@v5.0.1...v5.0.2
v5.0.0Compare 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-namedependency by @koddsson in #1416deep-eqlto latest version by @koddsson in #1542type-detectas a simple function by @koddsson in #1544assertion-errorto it's latest major version! by @koddsson in #1543New Contributors
Full Changelog: chaijs/chai@4.3.1...v5.0.0
v4.5.0Compare Source
1a36d35What's Changed
Full Changelog: chaijs/chai@v4.4.1...v4.5.0
v4.4.1Compare Source
What's Changed
??for node compat by @43081j in #1574Full Changelog: chaijs/chai@v4.4.0...v4.4.1
v4.4.0Compare Source
What's Changed
Full Changelog: chaijs/chai@v4.3.10...v4.4.0
v4.3.10Compare 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.9Compare 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.8Compare Source
What's Changed
New Contributors
Full Changelog: chaijs/chai@v4.3.7...v4.3.8
v4.3.7Compare Source
What's Changed
Full Changelog: chaijs/chai@v4.3.6...v4.3.7
v4.3.6Compare Source
Update loupe to 2.3.1
v4.3.5Compare Source
fca5bb1747eb4e022c2fa5276af6c8a4e00v4.3.4Compare Source
This fixes broken inspect behavior with bigints (#1321) (#1383) thanks @vapier
v4.3.3: / 2021-03-03Compare Source
This reintroduces
Assertionas an export in the mjs file. See #1378 & #1375v4.3.2: / 2021-03-03Compare Source
This fixes a regression in IE11. See #1380 & #1379
v4.3.1: / 2021-03-02Compare Source
This releases fixed an engine incompatibility with 4.3.0
The 4.x.x series of releases will be compatible with Node 4.0. Please report any errors found in Node 4 as bugs, and they will be fixed.
The 5.x.x series, when released, will drop support for Node 4.0
This fix also ensures
pathvalis updated to1.1.1to fix CVE-2020-7751v4.3.0: / 2021-02-04Compare Source
This is a minor release.
Not many changes have got in since the last release but this one contains a very important change (#1257) which will allow
jestusers to get better diffs. From this release onwards,jestusers will be able to see which operator was used in their diffs. Theoperatoris a property of theAssertionErrorthrown when assertions fail. This flag indicates what kind of comparison was made.This is also an important change for plugin maintainers. Plugin maintainers will now have access to the
operatorflag, which they can have access to through anutilmethod calledgetOperator`.Thanks to all the amazing people that contributed to this release.
New Features
contain.oneOfto take an array of possible values (@voliva)closeToerror message will now inform the user when adeltais required (@eouw0o83hf)Docs
Tests
useProxyconfig is checked inoverwriteProperty(@vieiralucas)contain.oneOf(@voliva )Chores
gajus/eslint-plugin-flowtype (eslint-plugin-flowtype)
v8.0.3Compare Source
Bug Fixes
v8.0.2Compare Source
Bug Fixes
v8.0.1Compare Source
Bug Fixes
Reverts
v8.0.0Compare Source
Bug Fixes
Features
BREAKING CHANGES
v7.0.0Compare Source
Bug Fixes
Features
BREAKING CHANGES
v6.1.1Compare Source
Bug Fixes
v6.1.0Compare Source
Features
v6.0.1Compare Source
Bug Fixes
v6.0.0Compare Source
Bug Fixes
BREAKING CHANGES
v5.10.0Compare Source
Features
v5.9.2Compare Source
Bug Fixes
v5.9.1Compare Source
Bug Fixes
v5.9.0Compare Source
Features
v5.8.2Compare Source
Bug Fixes
export typecorrectly (#488) (c40937a)v5.8.1Compare Source
Bug Fixes
v5.8.0Compare Source
Features
v5.7.2Compare Source
Bug Fixes
v5.7.1Compare Source
Bug Fixes
v5.7.0Compare Source
Features
v5.6.0Compare Source
Features
v5.5.0Compare Source
Features
v5.4.0Compare Source
Features
v5.3.1Compare Source
Bug Fixes
v5.3.0Compare Source
Features
v5.2.2Compare Source
Bug Fixes
v5.2.1Compare Source
Bug Fixes
v5.2.0Compare Source
Features
[@noflow](https://redirect.github.com/noflow)annotation (#451) (e93f1c0)v5.1.4Compare Source
Bug Fixes
v5.1.3Compare Source
Bug Fixes
v5.1.2Compare Source
Bug Fixes
v5.1.1Compare Source
Bug Fixes
v5.1.0Compare Source
Features
v5.0.3Compare Source
Bug Fixes
v5.0.2Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, 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.