deep-equal-in-any-order
deep-equal-in-any-order copied to clipboard
[renovate] Update all dependencies (major)
This PR contains the following updates:
Release Notes
semantic-release/commit-analyzer (@semantic-release/commit-analyzer)
v13.0.1
Bug Fixes
v13.0.0
Bug Fixes
- log the raw message again (e2f5d6c)
Features
- support latest conventional-changelog packages (0254d7a)
BREAKING CHANGES
- by supporting the latest major versions of conventional-changelog packages, we are dropping support for previous major versions of those packages due to the breaking changes between majors. this only impacts your project if you are installing alongside semantic-release, so updating those packages to latest version should be the only change you need for this update. no action should be necessary if you are using default semantic-release config
v12.0.0
Features
- exports: defined
exportsto point at ./index.js (f3358dd) - node-versions: dropped support for node v18 and v19 (0a23b82)
BREAKING CHANGES
- exports:
exportshas been defined, which prevents access to private apis (which arent intended for consumption anyway) - node-versions: node v18 and v19 are no longer supported
v11.1.0
Features
v11.0.0
Bug Fixes
- config-loader: accounted for normalization of preset interfaces (3ff9458)
- deps: update dependency conventional-commits-filter to v4 (99dcf7e)
Features
- conventional-changelog-presets: supported new preset format (f3b88d3)
- node-versions: raised the minimum node version to v18.17 and dropped v19 support (a681fbd)
BREAKING CHANGES
- node-versions: the minimum required node version is now v18.17, v19 support has been dropped, and the minimum required in the v20 range is v20.6.1
- conventional-changelog-presets: the new preset format is a breaking change when compared to the previous preset format. updating to support the new format means that the old preset format is no longer supported. update your preset to the latest version to maintain compatibility
v10.0.4
Bug Fixes
- deps: update dependency conventional-commits-parser to v5 (a7201b6)
v10.0.3
Reverts
- Revert "fix(deps): update dependency conventional-commits-parser to v5 (#501)" (ab3ee9f), closes #501
- Revert "chore(deps): update dependency conventional-changelog-atom to v4 (#502)" (f21eb8e), closes #502
- Revert "chore(deps): update dependency conventional-changelog-ember to v4 (#504)" (c48b533), closes #504
v10.0.2
Bug Fixes
v10.0.1
Bug Fixes
- deps: update dependency conventional-changelog-angular to v6 (#460) (0607201)
- deps: update dependency conventional-commits-filter to v3 (#461) (97d683f)
- deps: update dependency conventional-commits-parser to v4 (#462) (5d94efa)
v10.0.0
Code Refactoring
Features
- deps: raised the peer-dependency requirement on semantic-release to v20.1.0 (e1ab8ea)
- node-versions: raised the minimum required node version to v18 (affeb23)
BREAKING CHANGES
- deps: the minimum required version of semantic-release is now v20.1.0 in order to support loading ESM plugins
- node-versions: the minimum required version of node is now v18
- esm:
@semantic-release/commit-analyzeris now a native ES Module. It has named exports for each plugin hook (analyzeCommits)
v9.0.2
Bug Fixes
v9.0.1
Bug Fixes
v9.0.0
Features
BREAKING CHANGES
- the minimum required version of node is now v14.17
semantic-release/git (@semantic-release/git)
v10.0.1
Bug Fixes
- deps: update dependency @semantic-release/error to v3 (#295) (3e934d4)
v10.0.0
Features
- node-version: raised the minimum required version to v14.17 (7ab65f8)
BREAKING CHANGES
- node-version: the minimum required version of node is now v14.17
v9.0.1
Bug Fixes
semantic-release/npm (@semantic-release/npm)
v12.0.1
Bug Fixes
- deps: update dependency execa to v9 (9ac5ed0)
v12.0.0
Features
- exports: defined
exportsto point at ./index.js (9e193c2) - node-versions: dropped support for node v18 and v19 (2df962b)
BREAKING CHANGES
- exports:
exportshas been defined, which prevents access to private apis (which arent intended for consumption anyway) - node-versions: node v18 and v19 are no longer supported
v11.0.3
Bug Fixes
- deps: raised the minimum accepted range of npm to v10.5.0 (#759) (a0313f8), closes semantic-release/semantic-release#3202
even though our existing range allowed anyone to update as soon as the new npm version was available, this will encourage being on a version that does not report the ip vulnerability a bit more forcefully
v11.0.2
Bug Fixes
- deps: update dependency npm to v10.2.5 (42b5dec)
v11.0.1
Bug Fixes
v11.0.0
Bug Fixes
- deps: update dependency npm to v10 (819f257)
Features
- node-versions: raised the minimum required node version to v18.17 and dropped v19 support (6413130)
BREAKING CHANGES
- node-versions: node v18.17 is now the minimum required version and support for v19 has been dropped
v10.0.6
Bug Fixes
v10.0.5
Bug Fixes
v10.0.4
Bug Fixes
- deps: update dependency @semantic-release/error to v4 (#628) (53a1012)
v10.0.3
Bug Fixes
v10.0.2
Bug Fixes
v10.0.1
Bug Fixes
v10.0.0
Bug Fixes
- aggregate-error: upgraded to the latest version (7285e05)
- deps: upgraded npm to v9 (2a79f80)
- execa: upgraded to the latest version (7c74660)
- normalize-url: upgraded to the latest version (b55bb01)
- remove support for legacy auth (51ab3c8)
- tempy: upgraded to the latest version of tempy (f1992a5)
Code Refactoring
- esm: converted the package to esm (2d8ff15)
Features
- node-versions: dropped support for node versions below v18 (aff3574)
- semantic-release-peer: raised the minimum peer requirement to the first version that supports loading esm plugins (22e70ad)
BREAKING CHANGES
- deps: the direct dependency on npm has been upgraded to v9. details of breaking changes can be found at https://github.com/npm/cli/releases/tag/v9.0.0
- semantic-release-peer: the required version of semantic-release has been raised to v20.1.0 in order to support loading of ESM plugins
- aggregate-error: due to the aggregate-error upgrade, thrown errors are no longer iterable, but instead list the errors under an
errorsproperty - legacy authentication using
NPM_USERNAMEandNPM_PASSWORDis no longer supported. UseNPM_TOKENinstead. - node-versions: node v18 is now the minimum required node version
- esm:
@semantic-release/npmis now a native ES Module. It has named exports for each plugin hook (verifyConditions,prepare,publish,addChannel)
v9.0.2
Bug Fixes
- deps: update dependency fs-extra to v11 (7157d76)
- deps: update dependency npm to v9 (28265ec)
- deps: update dependency registry-auth-token to v5 (187671f)
- revert): "fix(deps: update dependency npm to v9" (#561) (c28a848)
v9.0.1
Bug Fixes
v9.0.0
Bug Fixes
- add
preferLocaloption to allow execa to use local npm version (#445) (002439e) - updated the peer requirement for
semantic-releaseto the new stable version (575a5a4) - updated the peer requirement on
semantic-releaseto a version matching the engines definition of this package (2d1f5f2) - upgrade npm dependency to v8 (a12d6e5)
BREAKING CHANGES
- the minimum required peer of
semantic-releasehas been raised to match theengines.noderequirements of this package - npm v8 dropped support for node v15, so it is no longer supported in this plugin. this should be low impact since node v15 is already EOL
Co-authored-by: Matt Travi [email protected]
v8.0.3
Reverts
v8.0.2
Bug Fixes
v8.0.1
Bug Fixes
- deps: update dependency @semantic-release/error to v3 (#402) (60832fb)
v8.0.0
Features
BREAKING CHANGES
- node-version: the minimum required version of node is now v14.17
Co-authored-by: Matt Travi [email protected]
v7.1.3
Bug Fixes
v7.1.2
Bug Fixes
- deps: update dependency fs-extra to v10 (80fde1e)
v7.1.1
Bug Fixes
- deps: update dependency normalize-url to v6 (97ca719)
tleunen/babel-plugin-module-resolver (babel-plugin-module-resolver)
v5.0.2
v5.0.1
v5.0.0
⚠ BREAKING CHANGES
chaijs/chai (chai)
v5.2.0
What's Changed
- fix: ability to register more plugins inside a plugin by @tpluscode in https://github.com/chaijs/chai/pull/1639
- chore: bump playwright to fix CI by @43081j in https://github.com/chaijs/chai/pull/1663
- chore: introduce prettier and run it by @43081j in https://github.com/chaijs/chai/pull/1660
- chore: drop old CJS entrypoints by @43081j in https://github.com/chaijs/chai/pull/1662
- chore: enable eslint recommended config by @43081j in https://github.com/chaijs/chai/pull/1659
- Integrated
chai-subsetand added assert-based negation to containSubset by @BreadInvasion in https://github.com/chaijs/chai/pull/1664 - Add coverage check to tests by @koddsson in https://github.com/chaijs/chai/pull/1669
- fix floating point precision in closeTo assertion by @koddsson in https://github.com/chaijs/chai/pull/1667
New Contributors
- @tpluscode made their first contribution in https://github.com/chaijs/chai/pull/1639
- @BreadInvasion made their first contribution in https://github.com/chaijs/chai/pull/1664
Full Changelog: https://github.com/chaijs/chai/compare/v5.1.2...v5.2.0
v5.1.2
What's Changed
- Fix secret name in publish action by @koddsson in https://github.com/chaijs/chai/pull/1614
- Publish npm packages with provenance by @koddsson in https://github.com/chaijs/chai/pull/1615
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in https://github.com/chaijs/chai/pull/1625
- chore: bump loupe and deep-eql by @43081j in https://github.com/chaijs/chai/pull/1635
- build(deps-dev): bump @75lb/deep-merge from 1.1.1 to 1.1.2 by @dependabot in https://github.com/chaijs/chai/pull/1636
- build(deps): bump rollup from 4.9.1 to 4.22.4 by @dependabot in https://github.com/chaijs/chai/pull/1637
- chore: update deep dependencies by @43081j in https://github.com/chaijs/chai/pull/1641
- chore: upgrade loupe by @43081j in https://github.com/chaijs/chai/pull/1646
- Support big int in approximently by @koddsson in https://github.com/chaijs/chai/pull/1606
Full Changelog: https://github.com/chaijs/chai/compare/v5.1.1...v5.1.2
v5.1.1
What's Changed
- Set up ESLint for JSDoc comments by @koddsson in https://github.com/chaijs/chai/pull/1605
- build(deps-dev): bump ip from 1.1.8 to 1.1.9 by @dependabot in https://github.com/chaijs/chai/pull/1608
- Correct Mocha import instructions by @MattiSG in https://github.com/chaijs/chai/pull/1611
- fix: support some virtual contexts in
toThrowby @43081j in https://github.com/chaijs/chai/pull/1609
New Contributors
- @MattiSG made their first contribution in https://github.com/chaijs/chai/pull/1611
Full Changelog: https://github.com/chaijs/chai/compare/v5.1.0...v5.1.1
v5.1.0
What's Changed
- Remove useless guards and add parentheses to constuctors by @koddsson in https://github.com/chaijs/chai/pull/1593
- Cleanup jsdoc comments by @koddsson in https://github.com/chaijs/chai/pull/1596
- Convert comments in "legal comments" format to jsdoc or normal comments by @koddsson in https://github.com/chaijs/chai/pull/1598
- Implement
iterableassertion by @koddsson in https://github.com/chaijs/chai/pull/1592 - Assert interface fix by @developer-bandi in https://github.com/chaijs/chai/pull/1601
- Set support in same members by @koddsson in https://github.com/chaijs/chai/pull/1583
- Fix publish script by @koddsson in https://github.com/chaijs/chai/pull/1602
New Contributors
- @developer-bandi made their first contribution in https://github.com/chaijs/chai/pull/1601
Full Changelog: https://github.com/chaijs/chai/compare/v5.0.3...v5.1.0
v5.0.3
Fix bad v5.0.2 publish.
Full Changelog: https://github.com/chaijs/chai/compare/v5.0.2...v5.0.3
v5.0.2
What's Changed
- build(deps): bump nanoid and mocha by @dependabot in https://github.com/chaijs/chai/pull/1558
- remove
bump-cliby @koddsson in https://github.com/chaijs/chai/pull/1559 - Update developer dependencies by @koddsson in https://github.com/chaijs/chai/pull/1560
- fix: removes
??for node compat (5.x) by @43081j in https://github.com/chaijs/chai/pull/1576 - Update
loupeto latest version by @koddsson in https://github.com/chaijs/chai/pull/1579 - Re-enable some webkit tests by @koddsson in https://github.com/chaijs/chai/pull/1580
- Remove a bunch of if statements in test/should.js by @koddsson in https://github.com/chaijs/chai/pull/1581
- Remove a bunch of unused files by @koddsson in https://github.com/chaijs/chai/pull/1582
- Fix 1564 by @koddsson in https://github.com/chaijs/chai/pull/1566
Full Changelog: https://github.com/chaijs/chai/compare/v5.0.1...v5.0.2
v5.0.0
BREAKING CHANGES
- Chai now only supports EcmaScript Modules (ESM). This means your tests will need to either have
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. - 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
- feat: use chaijs/loupe for inspection by @pcorpet in https://github.com/chaijs/chai/pull/1401
- docs: fix URL in README by @Izzur in https://github.com/chaijs/chai/pull/1413
- Remove
get-func-namedependency by @koddsson in https://github.com/chaijs/chai/pull/1416 - Convert Makefile script to npm scripts by @koddsson in https://github.com/chaijs/chai/pull/1424
- Clean up README badges by @koddsson in https://github.com/chaijs/chai/pull/1422
- fix: package.json - deprecation warning on exports field by @stevenjoezhang in https://github.com/chaijs/chai/pull/1400
- fix: deep-eql bump package to support symbols by @snewcomer in https://github.com/chaijs/chai/pull/1458
- ES module conversion PoC by @43081j in https://github.com/chaijs/chai/pull/1498
- chore: drop commonjs support by @43081j in https://github.com/chaijs/chai/pull/1503
- Update pathval by @koddsson in https://github.com/chaijs/chai/pull/1527
- Update check-error by @koddsson in https://github.com/chaijs/chai/pull/1528
- update
deep-eqlto latest version by @koddsson in https://github.com/chaijs/chai/pull/1542 - Inline
type-detectas a simple function by @koddsson in https://github.com/chaijs/chai/pull/1544 - Update loupe by @koddsson in https://github.com/chaijs/chai/pull/1545
- Typo 'Test an object' not 'Test and object' by @mavaddat in https://github.com/chaijs/chai/pull/1460
- Update
assertion-errorto it's latest major version! by @koddsson in https://github.com/chaijs/chai/pull/1543 - Replacing Karma with Web Test Runner by @koddsson in https://github.com/chaijs/chai/pull/1546
New Contributors
- @Izzur made their first contribution in https://github.com/chaijs/chai/pull/1413
- @stevenjoezhang made their first contribution in https://github.com/chaijs/chai/pull/1400
- @43081j made their first contribution in https://github.com/chaijs/chai/pull/1498
Full Changelog: https://github.com/chaijs/chai/compare/4.3.1...v5.0.0
v4.5.0
What's Changed
- Update type detect by @koddsson in https://github.com/chaijs/chai/pull/1631
Full Changelog: https://github.com/chaijs/chai/compare/v4.4.1...v4.5.0
v4.4.1
What's Changed
- fix: removes
??for node compat by @43081j in https://github.com/chaijs/chai/pull/1574
Full Changelog: https://github.com/chaijs/chai/compare/v4.4.0...v4.4.1
v4.4.0
What's Changed
- Allow deepEqual fonction to be configured globally (4.x.x branch) by @forty in https://github.com/chaijs/chai/pull/1553
Full Changelog: https://github.com/chaijs/chai/compare/v4.3.10...v4.4.0
v4.3.10
This release simply bumps all dependencies to their latest non-breaking versions.
What's Changed
- upgrade all dependencies by @keithamus in https://github.com/chaijs/chai/pull/1540
Full Changelog: https://github.com/chaijs/chai/compare/v4.3.9...v4.3.10
v4.3.9
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: https://github.com/chaijs/chai/compare/v4.3.8...v4.3.9
v4.3.8
What's Changed
- 4.x.x: Fix link to commit logs on GitHub by @bugwelle in https://github.com/chaijs/chai/pull/1487
- build(deps): bump socket.io-parser from 4.0.4 to 4.0.5 by @dependabot in https://github.com/chaijs/chai/pull/1488
- Small typo in test.js by @mavaddat in https://github.com/chaijs/chai/pull/1459
- docs: specify return type of objDisplay by @scarf005 in https://github.com/chaijs/chai/pull/1490
- Update CONTRIBUTING.md by @matheus-rodrigues00 in https://github.com/chaijs/chai/pull/1521
- Fix: update exports.version to current version by @peanutenthusiast in https://github.com/chaijs/chai/pull/1534
New Contributors
- @bugwelle made their first contribution in https://github.com/chaijs/chai/pull/1487
- @mavaddat made their first contribution in https://github.com/chaijs/chai/pull/1459
- @scarf005 made their first contribution in https://github.com/chaijs/chai/pull/1490
- @matheus-rodrigues00 made their first contribution in https://github.com/chaijs/chai/pull/1521
- @peanutenthusiast made their first contribution in https://github.com/chaijs/chai/pull/1534
Full Changelog: https://github.com/chaijs/chai/compare/v4.3.7...v4.3.8
v4.3.7
What's Changed
- fix: deep-eql bump package to support symbols comparison by @snewcomer in https://github.com/chaijs/chai/pull/1483
Full Changelog: https://github.com/chaijs/chai/compare/v4.3.6...v4.3.7
v4.3.6
Update loupe to 2.3.1
v4.3.5
- build chaijs
fca5bb1 - build(deps-
Configuration
📅 Schedule: Branch creation - "after 7am on saturday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.