graphql-mesh
graphql-mesh copied to clipboard
chore(deps): update dependency bob-the-bundler to v3
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| bob-the-bundler | 1.7.3 -> 3.0.5 |
Release Notes
kamilkisiela/bob
v3.0.5
Patch Changes
16952de: Use correct path for checking file existence in exports map.
v3.0.4
Patch Changes
e096322: Replace babel based export/import source location transform with an improved regex based transform that reduces code change noise and preserves the original formatting.
v3.0.3
Patch Changes
0c36290: Support type imports/exports.
v3.0.2
Patch Changes
b6976a9: Use a more reliable import/export transform for the bootstrap command
v3.0.1
Patch Changes
086c1a8: Run typescript tsc commands in sequence instead of in parallel to avoid race conditions where the.bob/cjsor.bob/esmfolder is missing.
v3.0.0
Major Changes
-
0f3f9ac: Remove theflat-pack,validateandruncommands that are no longer maintained and used. -
1605028: Remove the global config. Please addbob: falseto the individualpackage.jsonworkspaces that should not be processed by bob.This is the new config format for bob.
type BobConfig = /** completely disable bob for this package. */ | false | { /** Whether the package should be built. */ build?: | false | { /** Files to copy from the package root to dist */ copy?: Array<string>; }; /** Whether the package should be checked. */ check?: | false | { /** Exports within the package that should not be checked. */ skip?: Array<string>; }; };
v2.0.0
Major Changes
ae0b4b2: Require specifying typescript fields in the package.json exports map for typescript modules support. Learn more on the TypeScript 4.7 release notes.
Minor Changes
Configuration
π Schedule: Branch creation - "after 10pm,before 6:00am" in timezone Europe/Warsaw, 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.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
The latest updates on your projects. Learn more about Vercel for Git βοΈ
| Name | Status | Preview | Updated |
|---|---|---|---|
| graphql-mesh | β Failed (Inspect) | Sep 3, 2022 at 8:55AM (UTC) |
β οΈ No Changeset found
Latest commit: f37aabf0e0afd44379b168b4e8d580f6a57b79cc
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The latest changes of this PR are not available as alpha, since there are no linked changesets for this PR.
Renovate Ignore Notification
As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 3.x releases. However, if you upgrade to 3.x manually then Renovate will reenable minor and patch updates automatically.
If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.