chore(deps): update all non-major dependencies
This PR contains the following updates:
Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v7.6.1
Note: Version bump only for package @commitlint/cli
v7.6.0
Note: Version bump only for package @commitlint/cli
17.5.1 (2023-03-28)
Note: Version bump only for package @commitlint/cli
v7.5.2
Bug Fixes
v7.5.1
Note: Version bump only for package @commitlint/cli
v7.5.0
Note: Version bump only for package @commitlint/cli
17.4.4 (2023-02-17)
Note: Version bump only for package @commitlint/cli
17.4.3 (2023-02-13)
Note: Version bump only for package @commitlint/cli
17.4.2 (2023-01-12)
Note: Version bump only for package @commitlint/cli
17.4.1 (2023-01-09)
Note: Version bump only for package @commitlint/cli
v7.4.0
Bug Fixes
v7.3.2
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-conventional)
v7.6.0
Note: Version bump only for package @commitlint/config-conventional
17.4.4 (2023-02-17)
Note: Version bump only for package @commitlint/config-conventional
17.4.3 (2023-02-13)
Note: Version bump only for package @commitlint/config-conventional
17.4.2 (2023-01-12)
Note: Version bump only for package @commitlint/config-conventional
v7.5.0
Bug Fixes
- all broken website references (#564) (82eeb5a)
- replace all repository references with conventional changelog (#561) (6c3afcd)
- replace all website references with conventional changelog (#563) (6b86fb1)
7.3.1 (2019-01-11)
Note: Version bump only for package @commitlint/config-conventional
babel/babel-eslint (babel-eslint)
v10.1.0
v10.0.3
Fixes https://github.com/babel/babel-eslint/issues/791, also https://github.com/eslint/eslint/issues/12117
Some context: https://github.com/babel/babel-eslint/pull/793#issuecomment-524435971
We ended up going with @JLHwung's PR https://github.com/babel/babel-eslint/pull/794 which uses ESLint's deps instead of going with peerDeps since it really depends on the version being used and we don't want users to have to install it directly on their own.
babel-eslint is patching patches of the dependencies of ESLint itself so these kinds of issues have happened in the past. We'll need to look into figuring out how to have a more solid way of modifying behavior instead of this monkeypatching type of thing for future releases.
v10.0.2
unjs/consola (consola)
v2.15.3
v2.15.2
v2.15.1
v2.15.0
Features
- types: use union type for
ConsolaLogObject.type(#100) (a6eba53) - support
formatOptions.dateto optionally hide date (#101) (6bf733f)
v2.14.0
Features
- improve spam throttle (5314eee)
v2.13.0
Features
- remove level boundary check (8972d47)
Bug Fixes
- types: fix silent/verbose levels (7ab0a65)
2.12.2 (2020-05-26)
Bug Fixes
2.12.1 (2020-05-07)
Bug Fixes
v2.12.2
v2.12.1
v2.12.0
Features
2.11.3 (2019-12-31)
Bug Fixes
2.11.2 (2019-12-27)
Bug Fixes
- types:
const consola = require('consola')type is wrong (#80) (5c22d8c) - throttle expiration (#81) (940474d), closes #68
2.11.1 (2019-12-17)
Bug Fixes
v2.11.3
v2.11.2
v2.11.1
v2.11.0
Features
Bug Fixes
- typecheck type and tag before normalize (1984deb)
- types: reporter in remove methods are optional (#70) (a17cdb1)
2.10.1 (2019-08-05)
v2.10.1
v2.10.0
Bug Fixes
Features
v2.9.0
Features
- count spam log (197a6b3)
v2.8.0
Features
- spam preventation (7da806b)
2.7.1 (2019-05-26)
Bug Fixes
- browser: hide
:with tag and normal log (8250d5a)
v2.7.1
v2.7.0
Bug Fixes
- correctly calculate line width when using grave accent (bad52bd)
Features
- always hide right side on width < 80 (07d8246)
- improve basic logs (ea6ce59)
- browser: fancier logs (b64f337)
- hide time from basic logger as it is commonly used in CI environments (68c3bae)
- smart hide time and tag when there is no space (00a375f)
2.6.2 (2019-05-15)
Bug Fixes
- transpile browser dist to ES5 (1f81eea), closes unjs/unjs.js#5743
2.6.1 (2019-05-08)
Bug Fixes
v2.6.2
v2.6.1
v2.6.0
Features
- expose constructor and reporters (3a8f662)
2.5.8 (2019-03-29)
Bug Fixes
2.5.7 (2019-03-19)
Bug Fixes
2.5.6 (2019-02-25)
Bug Fixes
2.4.1 (2019-02-12)
Bug Fixes
v2.5.8
Bug Fixes
v2.5.7
Bug Fixes
v2.5.6
Bug Fixes
v2.5.5
Bug Fixes
v2.5.4
- chore(build): Use the
--no-mapflag (#41) (@egoist) - refactor(browser): Improve export (
0049c4b) - chore(browser): Ensure umd build is running in browser (
4b22e7c)
v2.5.3
v2.5.2
Bug Fixes
- bundle std-env and entrypoint (7b0f838)
v2.5.1
v2.5.0
Features
- fancy: highlight keywords with grave accent char (b3e09fd)
- fancy: move right to the left if length is <= 80 (34738c7)
Performance Improvements
- pkg: reduce install size from "375 kB" to "79.4 kB" (f4a1861)
v2.4.1
Bug Fixes
v2.4.0
Bug Fixes
- esm: fix esm compatibility (8ddecc3)
- consola: return
thisin setReporters (544a887) - types: set message type to "any" (#39) (ff97b09), closes #38
Features
- types: update types (d0d7455)
2.3.2 (2019-01-06)
Bug Fixes
- types: add some of the missing types (#35) (5e3e69b)
- ignore winston dep in webpack (#37) (e534a28)
2.3.1 (2019-01-02)
Bug Fixes
- bypass webpack for lazy required version of winston (500b509)
eslint/eslint (eslint)
v5.16.0
dfef227Build: gensite passes rulesMeta to formatter rendering (#11567) (Kevin Partington)c06d38cFix: Allow HTML formatter to handle no meta data (#11566) (Ilya Volodin)87a5c03Docs:func-style: clarify whenallowArrowFunctionsis used (#11548) (Oliver Joseph Ash)bc3e427Update: pass rule meta to formatters RFC 10 (#11551) (Chris Meyer)b452f27Chore: Update README to pull in reviewer data (#11506) (Nicholas C. Zakas)afe3d25Upgrade: Bump js-yaml dependency to fix Denial of Service vulnerability (#11550) (Vernon de Goede)4fe7eb7Chore: use nyc instead of istanbul (#11532) (Toru Nagashima)f16af43Chore: fix formatters/table test (#11534) (Toru Nagashima)78358a8Docs: fix duplicate punctuation in CLI docs (#11528) (Teddy Katz)
v5.15.3
71adc66Fix: avoid moving comments in implicit-arrow-linebreak (fixes #11521) (#11522) (Teddy Katz)1f715a2Chore: make test-case-property-ordering reasonable (#11511) (Toru Nagashima)
v5.15.2
29dbca7Fix: implicit-arrow-linebreak adds extra characters (fixes #11268) (#11407) (Mark de Dios)5d2083fUpgrade: [email protected] (#11513) (Teddy Katz)a5dae7cFix: Empty glob pattern incorrectly expands to "/**" (#11476) (Ben Chauvette)448e8daChore: improve crash reporting (fixes #11304) (#11463) (Alex Zherdev)0f56dc6Chore: make config validator params more consistent (#11435) (薛定谔的猫)d6c1122Docs: Add working groups to maintainer guide (#11400) (Nicholas C. Zakas)5fdb4d3Build: compile deps to ES5 when generating browser file (fixes #11504) (#11505) (Teddy Katz)06fa165Build: update CI testing configuration (#11500) (Reece Dunham)956e883Docs: Fix example in no-restricted-modules docs (#11454) (Paul O’Shannessy)2c7431dDocs: fix json schema example dead link (#11498) (kazuya kawaguchi)e7266c2Docs: Fix invalid JSON in "Specifying Parser Options" (#11492) (Mihira Jayasekera)6693161Sponsors: Sync README with website (ESLint Jenkins)62fee4aChore: eslint-config-eslint enable comma-dangle functions: "never" (#11434) (薛定谔的猫)34a5382Build: copy bundled espree to website directory (#11478) (Pig Fang)f078f9aChore: use "file:" dependencies for internal rules/config (#11465) (Teddy Katz)0756128Docs: Addvisualstudioto formatter list (#11480) (Patrick Eriksson)44de9d7Docs: Fix typo in func-name-matching rule docs (#11484) (Iulian Onofrei)
v5.15.1
fe1a892Build: bundle espree (fixes eslint/eslint.github.io#546) (#11467) (薛定谔的猫)458053bFix: avoid creating invalid regex in no-warning-comments (fixes #11471) (#11472) (Teddy Katz)
v5.15.0
4088c6cBuild: Remove path.resolve in webpack build (#11462) (Kevin Partington)ec59ec0New: add rule "prefer-named-capture-group" (fixes #11381) (#11392) (Pig Fang)a44f750Upgrade: [email protected] (#11461) (Teddy Katz)d3ce611Sponsors: Sync README with website (ESLint Jenkins)ee88475Chore: add utils for rule tests (#11453) (薛定谔的猫)d4824e4Sponsors: Sync README with website (ESLint Jenkins)6489518Fix: no-extra-parens crash when code is "((let))" (#11444) (Teddy Katz)9d20de2Sponsors: Sync README with website (ESLint Jenkins)3f14de4Sponsors: Sync README with website (ESLint Jenkins)3d6c770Sponsors: Sync README with website (ESLint Jenkins)de5cbc5Update: remove invalid defaults from core rules (fixes #11415) (#11427) (Teddy Katz)eb0650bBuild: fix linting errors on master (#11428) (Teddy Katz)5018378Chore: enable require-unicode-regexp on ESLint codebase (#11422) (Teddy Katz)f6ba633Chore: lint all files in the repo at the same time (#11425) (Teddy Katz)8f3d717Docs: Add non-attending TSC member info (#11411) (Nicholas C. Zakas)ce0777dDocs: use more common spelling (#11417) (薛定谔的猫)b9aabe3Chore: run fuzzer along with unit tests (#11404) (Teddy Katz)db0c5e2Build: switch from browserify to webpack (fixes #11366) (#11398) (Pig Fang)
v5.14.1
1d6e639Fix: sort-keys throws Error at SpreadElement (fixes #11402) (#11403) (Krist Wongsuphasawat)
v5.14.0
85a04b3Fix: adds conditional for separateRequires in one-var (fixes #10179) (#10980) (Scott Stern)0c02932Upgrade: [email protected] (#11401) (Ilya Volodin)104ae88Docs: Update governance doc with reviewers status (#11399) (Nicholas C. Zakas)ab8ac6aFix: Support boundary spread elements in sort-keys (#11158) (Jakub Rożek)a23d197New: add allowSingleLineBlocks opt. to padded-blocks rule (fixes #7145) (#11243) (richie3366)e25e7aaFix: comma-spacing ignore comma before closing paren (fixes #11295) (#11374) (Pig Fang)a1f7c44Docs: fix space-before-blocks correct code for "classes": "never" (#11391) (PoziWorld)14f58a2Docs: fix grammar in object-curly-spacing docs (#11389) (PoziWorld)d3e9a27Docs: fix grammar in “those who says” (#11390) (PoziWorld)ea8e804Docs: Add note about support for object spread (fixes #11136) (#11395) (Steven Thomas)95aa3fdDocs: Update README team and sponsors (ESLint Jenkins)51c4972Update: Behavior of --init (fixes #11105) (#11332) (Nicholas C. Zakas)ad7a380Docs: Update README team and sponsors (ESLint Jenkins)550de1eUpdate: usedefaultkeyword in JSON schema (fixes #9929) (#11288) (Pig Fang)983c520Update: Use 'readonly' and 'writable' for globals (fixes #11359) (#11384) (Nicholas C. Zakas)f1d3a7eUpgrade: some deps (fixes #11372) (#11373) (薛定谔的猫)3e0c417Docs: Fix grammar in “there’s nothing prevent you” (#11385) (PoziWorld)de988bcDocs: Fix grammar: Spacing improve -> Spacing improves (#11386) (PoziWor
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.