This repository was archived by the owner on Jan 13, 2024. It is now read-only.
fix: typo in fabricator.ts - #1661
Merged
Merged
Conversation
wierd -> weird
robertsLando
approved these changes
Jun 20, 2022
jesec
approved these changes
Jun 21, 2022
gagoar
referenced
this pull request
in gagoar/github-app-installation-token
Mar 6, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pkg](https://togithub.com/vercel/pkg) | [`5.7.0` -> `5.8.0`](https://renovatebot.com/diffs/npm/pkg/5.7.0/5.8.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/pkg</summary> ### [`v5.8.0`](https://togithub.com/vercel/pkg/releases/tag/5.8.0) [Compare Source](https://togithub.com/vercel/pkg/compare/5.7.0...5.8.0) #### Highlights - Support more language features, including but not limited to `classPrivateMethods` ([#​1248](https://togithub.com/vercel/pkg/issues/1248), [#​1249](https://togithub.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/[email protected] by [@​jesec](https://togithub.com/jesec) in [https://github.com/vercel/pkg/pull/1693](https://togithub.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://togithub.com/jesec) in [https://github.com/vercel/pkg/pull/1648](https://togithub.com/vercel/pkg/pull/1648) - test: rearrange and fix order by [@​jesec](https://togithub.com/jesec) in [https://github.com/vercel/pkg/pull/1650](https://togithub.com/vercel/pkg/pull/1650) - fix: typo in fabricator.ts by [@​eltociear](https://togithub.com/eltociear) in [https://github.com/vercel/pkg/pull/1661](https://togithub.com/vercel/pkg/pull/1661) #### New Contributors - [@​eltociear](https://togithub.com/eltociear) made their first contribution in [https://github.com/vercel/pkg/pull/1661](https://togithub.com/vercel/pkg/pull/1661) **Full Changelog**: vercel/pkg@5.7.0...5.8.0 </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/gagoar/github-app-installation-token). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE0My4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
wierd -> weird