unjs / unenv

🕊️ Convert javaScript code to be runtime agnostic
MIT License
358 stars 19 forks source link

chore(deps): update all non-major dependencies #113

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^20.3.2 -> ^20.4.0 age adoption passing confidence
changelogen ^0.5.3 -> ^0.5.4 age adoption passing confidence
consola ^3.2.2 -> ^3.2.3 age adoption passing confidence
eslint (source) ^8.43.0 -> ^8.44.0 age adoption passing confidence
jiti ^1.18.2 -> ^1.19.1 age adoption passing confidence
pnpm (source) 8.6.5 -> 8.6.6 age adoption passing confidence

Release Notes

unjs/changelogen (changelogen) ### [`v0.5.4`](https://togithub.com/unjs/changelogen/blob/HEAD/CHANGELOG.md#v054) [Compare Source](https://togithub.com/unjs/changelogen/compare/v0.5.3...v0.5.4) [compare changes](https://togithub.com/unjs/changelogen/compare/v0.5.3...v0.5.4) ##### 🚀 Enhancements - Support `--publish` and `--canary` ([#​123](https://togithub.com/unjs/changelogen/pull/123)) ##### 🩹 Fixes - **markdown:** Remove unnecessary spaces ([#​106](https://togithub.com/unjs/changelogen/pull/106)) - Add missing type export to package.json ([#​113](https://togithub.com/unjs/changelogen/pull/113)) ##### 📖 Documentation - Add documentation about `--push` flag ([#​114](https://togithub.com/unjs/changelogen/pull/114)) ##### ❤️ Contributors - Daniel Roe - Mazel - Waleed Khaled ([@​Waleed-KH](http://github.com/Waleed-KH)) - Thomas Lamant ([@​tmlmt](http://github.com/tmlmt))
unjs/consola (consola) ### [`v3.2.3`](https://togithub.com/unjs/consola/blob/HEAD/CHANGELOG.md#v323) [Compare Source](https://togithub.com/unjs/consola/compare/v3.2.2...v3.2.3) [compare changes](https://togithub.com/unjs/consola/compare/v3.2.2...v3.2.3) ##### 🩹 Fixes - **types:** Partial style options for `box` ([#​210](https://togithub.com/unjs/consola/pull/210)) - **types:** Add backward compatible declarations ([e46733b](https://togithub.com/unjs/consola/commit/e46733b)) ##### 🏡 Chore - Remove extra `await` in `spinner` example ([#​211](https://togithub.com/unjs/consola/pull/211)) - Add autofix ci ([b3aa049](https://togithub.com/unjs/consola/commit/b3aa049)) - Update prettier ([9a4b67e](https://togithub.com/unjs/consola/commit/9a4b67e)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Alexander Topalo - Estéban ([@​Barbapapazes](http://github.com/Barbapapazes))
eslint/eslint (eslint) ### [`v8.44.0`](https://togithub.com/eslint/eslint/releases/tag/v8.44.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.43.0...v8.44.0) #### Features - [`1766771`](https://togithub.com/eslint/eslint/commit/176677180a4a1209fc192771521c9192e1f67578) feat: add `es2023` and `es2024` environments ([#​17328](https://togithub.com/eslint/eslint/issues/17328)) (Milos Djermanovic) - [`4c50400`](https://togithub.com/eslint/eslint/commit/4c5040022639ae804c15b366afc6e64982bd8ae3) feat: add `ecmaVersion: 2024`, regexp `v` flag parsing ([#​17324](https://togithub.com/eslint/eslint/issues/17324)) (Milos Djermanovic) - [`4d411e4`](https://togithub.com/eslint/eslint/commit/4d411e4c7063274d6d346f1b7ee46f7575d0bbd2) feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule ([#​17270](https://togithub.com/eslint/eslint/issues/17270)) (Percy Ma) - [`c8b1f4d`](https://togithub.com/eslint/eslint/commit/c8b1f4d61a256727755d561bf53f889b6cd712e0) feat: Move `parserServices` to `SourceCode` ([#​17311](https://togithub.com/eslint/eslint/issues/17311)) (Milos Djermanovic) - [`ef6e24e`](https://togithub.com/eslint/eslint/commit/ef6e24e42670f321d996948623846d9caaedac99) feat: treat unknown nodes as having the lowest precedence ([#​17302](https://togithub.com/eslint/eslint/issues/17302)) (Brad Zacher) - [`1866e1d`](https://togithub.com/eslint/eslint/commit/1866e1df6175e4ba0ae4a0d88dc3c956bb310035) feat: allow flat config files to export a Promise ([#​17301](https://togithub.com/eslint/eslint/issues/17301)) (Milos Djermanovic) #### Bug Fixes - [`a36bcb6`](https://togithub.com/eslint/eslint/commit/a36bcb67f26be42c794797d0cc9948b9cfd4ff71) fix: no-unused-vars false positive with logical assignment operators ([#​17320](https://togithub.com/eslint/eslint/issues/17320)) (Gweesin Chan) - [`7620b89`](https://togithub.com/eslint/eslint/commit/7620b891e81c234f30f9dbcceb64a05fd0dde65e) fix: Remove `no-unused-labels` autofix before potential directives ([#​17314](https://togithub.com/eslint/eslint/issues/17314)) (Francesco Trotta) - [`391ed38`](https://togithub.com/eslint/eslint/commit/391ed38b09bd1a3abe85db65b8fcda980ab3d6f4) fix: Remove `no-extra-semi` autofix before potential directives ([#​17297](https://togithub.com/eslint/eslint/issues/17297)) (Francesco Trotta) #### Documentation - [`526e911`](https://togithub.com/eslint/eslint/commit/526e91106e6fe101578e9478a9d7f4844d4f72ac) docs: resubmit pr 17115 doc changes ([#​17291](https://togithub.com/eslint/eslint/issues/17291)) (唯然) - [`e1314bf`](https://togithub.com/eslint/eslint/commit/e1314bf85a52bb0d05b1c9ca3b4c1732bae22172) docs: Integration section and tutorial ([#​17132](https://togithub.com/eslint/eslint/issues/17132)) (Ben Perlmutter) - [`19a8c5d`](https://togithub.com/eslint/eslint/commit/19a8c5d84596a9f7f2aa428c1696ba86daf854e6) docs: Update README (GitHub Actions Bot) #### Chores - [`49e46ed`](https://togithub.com/eslint/eslint/commit/49e46edf3c8dc71d691a97fc33b63ed80ae0db0c) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​8](https://togithub.com/8).44.0 ([#​17329](https://togithub.com/eslint/eslint/issues/17329)) (Milos Djermanovic) - [`a1cb642`](https://togithub.com/eslint/eslint/commit/a1cb6421f9d185901cd99e5f696e912226ef6632) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins) - [`840a264`](https://togithub.com/eslint/eslint/commit/840a26462bbf6c27c52c01b85ee2018062157951) test: More test cases for no-case-declarations ([#​17315](https://togithub.com/eslint/eslint/issues/17315)) (Elian Cordoba) - [`e6e74f9`](https://togithub.com/eslint/eslint/commit/e6e74f9eef0448129dd4775628aba554a2d8c8c9) chore: package.json update for eslint-config-eslint release (ESLint Jenkins) - [`eb3d794`](https://togithub.com/eslint/eslint/commit/eb3d7946e1e9f70254008744dba2397aaa730114) chore: upgrade semver@7.5.3 ([#​17323](https://togithub.com/eslint/eslint/issues/17323)) (Ziyad El Abid) - [`cf88439`](https://togithub.com/eslint/eslint/commit/cf884390ad8071d88eae05df9321100f1770363d) chore: upgrade optionator@0.9.3 ([#​17319](https://togithub.com/eslint/eslint/issues/17319)) (Milos Djermanovic) - [`9718a97`](https://togithub.com/eslint/eslint/commit/9718a9781d69d2c40b68c631aed97700b32c0082) refactor: remove unnecessary code in `flat-eslint.js` ([#​17308](https://togithub.com/eslint/eslint/issues/17308)) (Milos Djermanovic) - [`f82e56e`](https://togithub.com/eslint/eslint/commit/f82e56e9acfb9562ece76441472d5657d7d5e296) perf: various performance improvements ([#​17135](https://togithub.com/eslint/eslint/issues/17135)) (moonlightaria) - [`da81e66`](https://togithub.com/eslint/eslint/commit/da81e66e22b4f3d3fe292cf70c388753304deaad) chore: update eslint-plugin-jsdoc to 46.2.5 ([#​17245](https://togithub.com/eslint/eslint/issues/17245)) (唯然) - [`b991640`](https://togithub.com/eslint/eslint/commit/b991640176d5dce4750f7cc71c56cd6f284c882f) chore: switch eslint-config-eslint to the flat format ([#​17247](https://togithub.com/eslint/eslint/issues/17247)) (唯然)
unjs/jiti (jiti) ### [`v1.19.1`](https://togithub.com/unjs/jiti/blob/HEAD/CHANGELOG.md#v1191) [Compare Source](https://togithub.com/unjs/jiti/compare/v1.19.0...v1.19.1) [compare changes](https://togithub.com/unjs/jiti/compare/v1.19.0...v1.19.1) ##### 🩹 Fixes - Read cache from `evalOptions` ([2c1765e](https://togithub.com/unjs/jiti/commit/2c1765e)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) ### [`v1.19.0`](https://togithub.com/unjs/jiti/blob/HEAD/CHANGELOG.md#v1190) [Compare Source](https://togithub.com/unjs/jiti/compare/v1.18.2...v1.19.0) [compare changes](https://togithub.com/unjs/jiti/compare/v1.18.2...v1.19.0) ##### 🚀 Enhancements - Expose `jiti.evalModule` ([#​146](https://togithub.com/unjs/jiti/pull/146)) ##### 🩹 Fixes - Handle nested circular dependencies ([#​142](https://togithub.com/unjs/jiti/pull/142)) - **types:** Export `JITIOptions` and `TreansformOptions` ([#​132](https://togithub.com/unjs/jiti/pull/132)) ##### 📖 Documentation - Update badges ([6124894](https://togithub.com/unjs/jiti/commit/6124894)) ##### 🏡 Chore - Lint code ([fbd46e4](https://togithub.com/unjs/jiti/commit/fbd46e4)) - Update snapshots for node 18 ([c51f049](https://togithub.com/unjs/jiti/commit/c51f049)) - Update dependencies ([9aedf07](https://togithub.com/unjs/jiti/commit/9aedf07)) - Update destr import ([5b1c1ca](https://togithub.com/unjs/jiti/commit/5b1c1ca)) - Fix vitest ([c6798c6](https://togithub.com/unjs/jiti/commit/c6798c6)) - Speficy env types ([37e0692](https://togithub.com/unjs/jiti/commit/37e0692)) - Lint ([37b6b7a](https://togithub.com/unjs/jiti/commit/37b6b7a)) - Fix development in windows ([#​135](https://togithub.com/unjs/jiti/pull/135)) ##### ✅ Tests - Mask node version in snapshots ([64cf136](https://togithub.com/unjs/jiti/commit/64cf136)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Joaquín Sánchez ([@​userquin](http://github.com/userquin)) - Sébastien Chopin
pnpm/pnpm (pnpm) ### [`v8.6.6`](https://togithub.com/pnpm/pnpm/releases/tag/v8.6.6) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.6.5...v8.6.6) #### Patch Changes - Installation of a git-hosted dependency without `package.json` should not fail, when the dependency is read from cache [#​6721](https://togithub.com/pnpm/pnpm/issues/6721). - Local workspace bin files that should be compiled first are linked to dependent projects after compilation [#​1801](https://togithub.com/pnpm/pnpm/issues/1801). - Prefer versions found in parent package dependencies only [#​6737](https://togithub.com/pnpm/pnpm/issues/6737). - Multiple performance optimizations implemented by [@​zxbodya](https://togithub.com/zxbodya): - avoid copying `preferredVersions` object [#​6735](https://togithub.com/pnpm/pnpm/issues/6735) - avoid object copy in `resolvePeersOfNode` [#​6736](https://togithub.com/pnpm/pnpm/issues/6736) - `preferredVersions` in `resolveDependenciesOfImporters` [#​6748](https://togithub.com/pnpm/pnpm/issues/6748) - remove ramda `isEmpty` usages [#​6753](https://togithub.com/pnpm/pnpm/issues/6753) - use Maps and Sets instead of objects [#​6749](https://togithub.com/pnpm/pnpm/issues/6749) - optimize `splitNodeId`, fix invalid `nodeId` [#​6755](https://togithub.com/pnpm/pnpm/issues/6755) #### Our Gold Sponsors
#### Our Silver Sponsors

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.