[renovate] Update NPM dependencies
This PR contains the following updates:
Release Notes
postcss/autoprefixer (autoprefixer)
v9.8.8
- Replaced
nanocolorswithpicocolors. - Reduced package size.
v9.8.7
- Replaced
colorettewithnanocolors. - Reduced package size.
v9.8.6
- Fixed
envoption.
v9.8.5
- Improved Grid Layout warnings (by Daniel Tonon).
- Fixed
align-selfandjustify-selfwithdisplay: flex(by Daniel Tonon).
babel/babel-loader (babel-loader)
v8.4.1
What's Changed
- Avoid error on missing getLogger by @nicolo-ribaudo in https://github.com/babel/babel-loader/pull/1044
Full Changelog: https://github.com/babel/babel-loader/compare/v8.4.0...v8.4.1
v8.4.0
What's Changed
- Fix loader-utils vulnerability by @LuckyLuky in https://github.com/babel/babel-loader/pull/979
- Add babel-loader logger by @JLHwung in https://github.com/babel/babel-loader/pull/1039
New Contributors
- @LuckyLuky made their first contribution in https://github.com/babel/babel-loader/pull/979
Full Changelog: https://github.com/babel/babel-loader/compare/v8.3.0...v8.4.0
v8.3.0
New features
- Pass external dependencies from Babel to Webpack by @nicolo-ribaudo in https://github.com/babel/babel-loader/pull/971
Full Changelog: https://github.com/babel/babel-loader/compare/v8.2.5...v8.3.0
v8.2.5
What's Changed
- fix: respect
inputSourceMaploader option by @alan-agius4 in https://github.com/babel/babel-loader/pull/896
New Contributors
- @alan-agius4 made their first contribution in https://github.com/babel/babel-loader/pull/896
Full Changelog: https://github.com/babel/babel-loader/compare/v8.2.4...v8.2.5
v8.2.4
What's Changed
- doc(README.md): fix a broken markdown link by @loveDstyle in https://github.com/babel/babel-loader/pull/919
- Bump loader-utils to 2.x by @stianjensen in https://github.com/babel/babel-loader/pull/931
- Use md5 hashing for OpenSSL 3 by @pathmapper in https://github.com/babel/babel-loader/pull/924
Thanks @loveDstyle, @stianjensen and @pathmapper for your first PRs!
v8.2.3: 8.2.3
This release fixes compatibility with Node.js 17
- Use md5 hash for caching on node v17 (https://github.com/babel/babel-loader/pull/918)
Thanks @Reptarsrage!
v8.2.2
v8.2.1: 8.2.1
- Move
@ava/babeltodevDependencies#881 (@jvasseur)
v8.2.0: 8.2.0
- Replace
mkdirpwithmake-dir47958ca(@JLHwung) - Use async config loading when available
d8cff97(@the-spyke)
chaijs/chai (chai)
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-dev): bump codecov from 3.1.0 to 3.7.1 (#1446)
747eb4e - fix package.json exports
022c2fa - fix: package.json - deprecation warning on exports field (#1400)
5276af6 - feat: use chaijs/loupe for inspection (#1401) (#1407)
c8a4e00
v4.3.4
This fixes broken inspect behavior with bigints (#1321) (#1383) thanks @vapier
v4.3.3: / 2021-03-03
This reintroduces Assertion as an export in the mjs file. See https://github.com/chaijs/chai/pull/1378 & https://github.com/chaijs/chai/issues/1375
v4.3.2: / 2021-03-03
This fixes a regression in IE11. See https://github.com/chaijs/chai/pull/1380 & https://github.com/chaijs/chai/issues/1379
v4.3.1: / 2021-03-02
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 pathval is updated to 1.1.1 to fix CVE-2020-7751
v4.3.0: / 2021-02-04
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 jest users to get better diffs. From this release onwards, jest users will be able to see which operator was used in their diffs. The operator is a property of the AssertionError thrown 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 operator flag, which they can have access to through an utilmethod calledgetOperator`.
Thanks to all the amazing people that contributed to this release.
New Features
- Allow
contain.oneOfto take an array of possible values (@voliva) - Adding operator attribute to assertion error (#1257) (@rpgeeganage)
- The
closeToerror message will now inform the user when adeltais required (@eouw0o83hf)
Docs
- Add contains flag to oneOf documentation (@voliva)
Tests
- Make sure that
useProxyconfig is checked inoverwriteProperty(@vieiralucas) - Add tests for
contain.oneOf(@voliva )
Chores
- Update mocha to version 6.1.4
- Add node v10 and v12 to ci (@vieiralucas)
- Drop support for node v4, v6 and v9 (@vieiralucas)
- Fix sauce config for headless chrome (@meeber)
- Update dev dependencies (@meeber)
- Removed phantomjs dependency (#1204)
chaijs/chai-as-promised (chai-as-promised)
v7.1.2
What's Changed
- docs(README): add example of how to use async/await by @jedwards1211 in https://github.com/chaijs/chai-as-promised/pull/222
- Updated README.md to reflect functionality by @James-Firth in https://github.com/chaijs/chai-as-promised/pull/247
- feat: support chai 5.x in peer dependency by @43081j in https://github.com/chaijs/chai-as-promised/pull/284
New Contributors
- @jedwards1211 made their first contribution in https://github.com/chaijs/chai-as-promised/pull/222
- @James-Firth made their first contribution in https://github.com/chaijs/chai-as-promised/pull/247
- @43081j made their first contribution in https://github.com/chaijs/chai-as-promised/pull/284
Full Changelog: https://github.com/chaijs/chai-as-promised/compare/v7.1.1...v7.1.2
chalk/chalk (chalk)
v4.1.2
- Readme updates
v4.1.1
- Readme updates https://github.com/chalk/chalk/commit/89e9e3a5b0601f4eda4c3a92acd887ec836d0175
nickmerwin/node-coveralls (coveralls)
v3.1.1: Maintenance / Security updates
- swapped
execforexecFile. Credit: Adar Zandberg from the CxSCA AppSec team at Checkmarx. - updated
devDependencies - merged Dependabot PRs
eslint/eslint (eslint)
v7.32.0
-
3c78a7bChore: Adopteslint-plugin/prefer-message-idsrule internally (#14841) (Bryan Mishkin) -
faecf56Update: change reporting location forcurlyrule (refs #12334) (#14766) (Nitin Kumar) -
d7dc07aFix: ignore lines with empty elements (fixes #12756) (#14837) (Soufiane Boutahlil) -
1bfbefdNew: Exit on fatal error (fixes #13711) (#14730) (Antonios Katopodis) -
ed007c8Chore: Simplify internalno-invalid-metarule (#14842) (Bryan Mishkin) -
d53d906Docs: Prepare data for website to indicate rules with suggestions (#14830) (Bryan Mishkin) -
d28f2ffDocs: Reference eslint-config-eslint to avoid potential for staleness (#14805) (Brett Zamir) -
8be8a36Chore: Adopteslint-plugin/require-meta-docs-urlrule internally (#14823) (Bryan Mishkin) -
f9c164fDocs: New syntax issue template (#14826) (Nicholas C. Zakas) -
eba0c45Chore: assertions on reporting loc inunicode-bom(refs #12334) (#14809) (Nitin Kumar) -
ed945bdDocs: fix multiple broken links (#14833) (Sam Chen) -
60df44cChore: useactions/setup-node@v2(#14816) (Nitin Kumar) -
6641d88Docs: Update README team and sponsors (ESLint Jenkins)
v7.31.0
-
efdbb12Upgrade: @eslint/eslintrc to v0.4.3 (#14808) (Brandon Mills) -
a96b05fUpdate: add end location to report inconsistent-return(refs #12334) (#14798) (Nitin Kumar) -
e0e8e30Docs: update BUG_REPORT template (#14787) (Nitin Kumar) -
39115c8Docs: provide more context to no-eq-null (#14801) (gfyoung) -
9a3c73cDocs: fix a broken link (#14790) (Sam Chen) -
ddffa8aUpdate: Indicating the operator in question (#14764) (Paul Smith) -
bba714cUpdate: Clarifying what changes need to be made in no-mixed-operators (#14765) (Paul Smith) -
b0d22e3Docs: Mention benefit of providingmeta.docs.url(#14774) (Bryan Mishkin) -
000cc79Sponsors: Sync README with website (ESLint Jenkins) -
a6a7438Chore: pin [email protected] (#14771) (Milos Djermanovic)
v7.30.0
-
5f74642Chore: don't check Program.start in SourceCode#getComments (refs #14744) (#14748) (Milos Djermanovic) -
19a871aDocs: Suggest linting plugins for ESLint plugin developers (#14754) (Bryan Mishkin) -
aa87329Docs: fix broken links (#14756) (Sam Chen) -
278813aDocs: fix and add more examples for new-cap rule (fixes #12874) (#14725) (Nitin Kumar) -
ed1da5dUpdate: ecmaVersion allows "latest" (#14720) (薛定谔的猫) -
104c0b5Update: improve use-isnan rule to detectNumber.NaN(fixes #14715) (#14718) (Nitin Kumar) -
b08170bUpdate: Implement FlatConfigArray (refs #13481) (#14321) (Nicholas C. Zakas) -
f113cddChore: upgrade eslint-plugin-eslint-plugin (#14738) (薛定谔的猫) -
1b8997aDocs: Fix getRulesMetaForResults link syntax (#14723) (Brandon Mills) -
aada733Docs: fix two broken links (#14726) (Sam Chen) -
8972529Docs: Update README team and sponsors (ESLint Jenkins)
v7.29.0
-
bfbfe5cNew: Add only to RuleTester (refs eslint/rfcs#73) (#14677) (Brandon Mills) -
c2cd7b4New: Add ESLint#getRulesMetaForResults() (refs #13654) (#14716) (Nicholas C. Zakas) -
eea7e0dChore: remove duplicate code (#14719) (Nitin Kumar) -
6a1c7a0Fix: allow fallthrough comment inside block (fixes #14701) (#14702) (Kevin Gibbons) -
a47e5e3Docs: Add Mega-Linter to the list of integrations (#14707) (Nicolas Vuillamy) -
353ddf9Chore: enable reportUnusedDisableDirectives in eslint-config-eslint (#14699) (薛定谔的猫) -
757c495Chore: add some rules to eslint-config-eslint (#14692) (薛定谔的猫) -
c93a222Docs: fix a broken link (#14697) (Sam Chen) -
655c118Sponsors: Sync README with website (ESLint Jenkins) -
e2bed2eSponsors: Sync README with website (ESLint Jenkins) -
8490fb4Sponsors: Sync README with website (ESLint Jenkins) -
ddbe877Sponsors: Sync README with website (ESLint Jenkins)
v7.28.0
-
1237705Upgrade: @eslint/eslintrc to 0.4.2 (#14672) (Milos Djermanovic) -
123fb86Docs: Add Feedback Needed triage description (#14670) (Nicholas C. Zakas) -
c545163Update: support multiline /eslint-env/ directives (fixes #14652) (#14660) (薛定谔的猫) -
8d1e75aUpgrade: glob-parent version in package.json (#14658) (Hamza Najeeb) -
1f048cbFix: no-implicit-coercion false positive withString()(fixes #14623) (#14641) (Milos Djermanovic) -
d709abfChore: fix comment location in no-unused-vars (#14648) (Milos Djermanovic) -
e44ce0aFix: no-duplicate-imports allow unmergeable (fixes #12758, fixes #12760) (#14238) (Soufiane Boutahlil) -
bb66a3dNew: addgetPhysicalFilename()method to rule context (fixes #11989) (#14616) (Nitin Kumar) -
2e43dacDocs: fixno-sequencesexample (#14643) (Nitin Kumar) -
958ff4eDocs: add note for arrow functions in no-seq rule (#14578) (Nitin Kumar) -
e4f111bFix: arrow-body-style crash with object pattern (fixes #14633) (#14635) (Milos Djermanovic) -
ec28b5aChore: upgrade eslint-plugin-eslint-plugin (#14590) (薛定谔的猫) - [
85a2725](https://redirect.github.com/eslint/eslint/commit/85a2725b1fade5538e727102d9701ccb503e54d
Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (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.