Dexus / translation-tools

Tools to translate json and md files via diverse translation apis like deepl, google, azure, etc.
1 stars 1 forks source link

Update dependency pkg to v5.8.1 #20

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pkg 5.6.0 -> 5.8.1 age adoption passing confidence

Release Notes

vercel/pkg (pkg) ### [`v5.8.1`](https://redirect.github.com/vercel/pkg/releases/tag/5.8.1) [Compare Source](https://redirect.github.com/vercel/pkg/compare/5.8.0...5.8.1) ##### Patches - Producer: properly call "prebuild-install" if N-API is used: [`dd9de59`](https://redirect.github.com/vercel/pkg/commit/dd9de59c9fca2751bf5d22b57bd9b03d43e85e80) - Chore: clean up obsolete eslint disable comments: [#​1760](https://redirect.github.com/vercel/pkg/issues/1760) - Chore: add prettier check in linting step: [#​1764](https://redirect.github.com/vercel/pkg/issues/1764) - Chore: separate individual test scripts: [#​1759](https://redirect.github.com/vercel/pkg/issues/1759) - Chore: use `@types/babel__generator` package: [#​1755](https://redirect.github.com/vercel/pkg/issues/1755) - Chore: remove unused entry: [#​1766](https://redirect.github.com/vercel/pkg/issues/1766) - Chore: upgrade actions runners: [#​1767](https://redirect.github.com/vercel/pkg/issues/1767) - Style: fix typo in [test-99-#​1192](https://redirect.github.com/test-99-/pkg/issues/1192)/main.js: [#​1790](https://redirect.github.com/vercel/pkg/issues/1790) - Chore: bump prebuild-install@7.1.1: [#​1788](https://redirect.github.com/vercel/pkg/issues/1788) - Fix: add force flag to codesign to avoid already signed error: [#​1756](https://redirect.github.com/vercel/pkg/issues/1756) ##### Credits Huge thanks to [@​ignatiusmb](https://redirect.github.com/ignatiusmb), [@​eltociear](https://redirect.github.com/eltociear), [@​PraveenAnaparthi](https://redirect.github.com/PraveenAnaparthi), and [@​brianunlam](https://redirect.github.com/brianunlam) for helping! ### [`v5.8.0`](https://redirect.github.com/vercel/pkg/releases/tag/5.8.0) [Compare Source](https://redirect.github.com/vercel/pkg/compare/5.7.0...5.8.0) #### Highlights - Support more language features, including but not limited to `classPrivateMethods` ([#​1248](https://redirect.github.com/vercel/pkg/issues/1248), [#​1249](https://redirect.github.com/vercel/pkg/issues/1249)) - Note: pkg uses Babel to trace dependencies. It does NOT transform your sources. You should make sure that your code can run on the target Node.js version. #### What's Changed - Bump to vercel/pkg-fetch@v3.4.2 by [@​jesec](https://redirect.github.com/jesec) in [https://github.com/vercel/pkg/pull/1693](https://redirect.github.com/vercel/pkg/pull/1693) - Add Node 14.20.0, 16.16.0 and 18.5.0 binaries - https://nodejs.org/en/blog/vulnerability/july-2022-security-releases - detector: use Babel AST and default plugins by [@​jesec](https://redirect.github.com/jesec) in [https://github.com/vercel/pkg/pull/1648](https://redirect.github.com/vercel/pkg/pull/1648) - test: rearrange and fix order by [@​jesec](https://redirect.github.com/jesec) in [https://github.com/vercel/pkg/pull/1650](https://redirect.github.com/vercel/pkg/pull/1650) - fix: typo in fabricator.ts by [@​eltociear](https://redirect.github.com/eltociear) in [https://github.com/vercel/pkg/pull/1661](https://redirect.github.com/vercel/pkg/pull/1661) #### New Contributors - [@​eltociear](https://redirect.github.com/eltociear) made their first contribution in [https://github.com/vercel/pkg/pull/1661](https://redirect.github.com/vercel/pkg/pull/1661) **Full Changelog**: https://github.com/vercel/pkg/compare/5.7.0...5.8.0 ### [`v5.7.0`](https://redirect.github.com/vercel/pkg/releases/tag/5.7.0) [Compare Source](https://redirect.github.com/vercel/pkg/compare/5.6.0...5.7.0) #### Highlights - Node 18 is now supported! #### What's Changed - Bump to vercel/pkg-fetch@v3.4.1 by [@​jesec](https://redirect.github.com/jesec) in [https://github.com/vercel/pkg/pull/1616](https://redirect.github.com/vercel/pkg/pull/1616) - No longer take NODE_OPTIONS from the environment of the end-user. Only the users (developers who use pkg to package their project) should have control over the flags via the "bake in" (--options) mechanism (Fixes: [https://github.com/vercel/pkg/issues/954](https://redirect.github.com/vercel/pkg/issues/954), [https://github.com/vercel/pkg/issues/989](https://redirect.github.com/vercel/pkg/issues/989), [https://github.com/vercel/pkg/issues/1194](https://redirect.github.com/vercel/pkg/issues/1194), [https://github.com/vercel/pkg/issues/1517](https://redirect.github.com/vercel/pkg/issues/1517)) - Patched Node: bump to 16.15.0, add 18.1.0 and drop 17 - fix broken tests on node 12; latest pnpm requires node >= 14.19 by [@​kldzj](https://redirect.github.com/kldzj) in [https://github.com/vercel/pkg/pull/1613](https://redirect.github.com/vercel/pkg/pull/1613) - dependencies: bump (minor) by [@​jesec](https://redirect.github.com/jesec) in [https://github.com/vercel/pkg/pull/1615](https://redirect.github.com/vercel/pkg/pull/1615) - fix(bootstrap): prevent to override existing node addon file by [@​renkei](https://redirect.github.com/renkei) in [https://github.com/vercel/pkg/pull/1611](https://redirect.github.com/vercel/pkg/pull/1611) #### New Contributors - [@​renkei](https://redirect.github.com/renkei) made their first contribution in [https://github.com/vercel/pkg/pull/1611](https://redirect.github.com/vercel/pkg/pull/1611) **Full Changelog**: https://github.com/vercel/pkg/compare/5.6.0...5.7.0

Configuration

📅 Schedule: Branch creation - "before 8am every weekday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.