graphql-modules
graphql-modules copied to clipboard
chore(deps): update dependency bob-the-bundler to v7 - abandoned
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| bob-the-bundler | 1.7.3 -> 7.0.1 |
Release Notes
kamilkisiela/bob (bob-the-bundler)
v7.0.1
Patch Changes
- #261
2af3e24Thanks @gilgardosh! - Remove engines.pnpm/yarn/npm in the the output package.json
v7.0.0
Major Changes
-
#247
0a5ff75Thanks @kamilkisiela! - Remove thebob runifycommand. -
#248
20117cdThanks @n1ru4l! - Requireengines.nodeentry withbob checkcommand. -
#253
f74688cThanks @n1ru4l! - Drop support for typescript 4.
Patch Changes
-
#201
edf3301Thanks @renovate! - dependencies updates:- Updated dependency
[email protected]↗︎ (from6.1.0, independencies)
- Updated dependency
-
#229
2519f67Thanks @renovate! - dependencies updates:- Updated dependency
typescript@^5.0.0↗︎ (from^4.7.4, inpeerDependencies)
- Updated dependency
-
#244
f7b5824Thanks @renovate! - dependencies updates:- Updated dependency
consola@^3.0.0↗︎ (from^2.15.3, independencies)
- Updated dependency
-
#247
0a5ff75Thanks @kamilkisiela! - dependencies updates:- Removed dependency
@vercel/ncc@^0.36.0↗︎ (fromdependencies) - Removed dependency
dependency-graph@^0.11.0↗︎ (fromdependencies) - Removed dependency
tsup@^6.5.0↗︎ (fromdependencies)
- Removed dependency
v6.0.0
Major Changes
-
#202
2236863Thanks @enisdenjo! - Custom tsconfig path for the build command, default totsconfig.build.jsonand fallback totsconfig.json. -
#203
3b7efdcThanks @ardatan! - Breakingjest-resolver.jsrenamed tojest-resolver.cjsbecause Bob package is an ESM package.Please make sure to adjust your
jest.config.js.- resolver: 'bob-the-bundler/jest-resolver.js' + resolver: 'bob-the-bundler/jest-resolver.cjs'
Patch Changes
-
#214
1567b4dThanks @enisdenjo! - Include empty cjs/esm entry points for types-only packages -
#37
c912002Thanks @kamilkisiela! - better windows support for paths in the runify command. -
#210
ad9fb40Thanks @enisdenjo! - exports field should exist in types-only builds
v5.0.1
Patch Changes
-
#183
d6f981fThanks @renovate! - dependencies updates:- Updated dependency
resolve.exports@^2.0.0↗︎ (from^1.1.0, independencies)
- Updated dependency
-
#187
d7a8fd5Thanks @renovate! - dependencies updates:- Updated dependency
mkdirp@^2.0.0↗︎ (from^1.0.4, independencies)
- Updated dependency
-
#188
4f9c7d4Thanks @renovate! - dependencies updates:- Updated dependency
resolve.exports@^2.0.0↗︎ (from^1.1.0, independencies)
- Updated dependency
-
#156
57cd333Thanks @kamilkisiela! - Use Node18 as target in runfiy -
#191
5b5f85eThanks @adriencohen! - Include peerDependenciesMeta in build package.json
v5.0.0
Major Changes
Minor Changes
- #160
9ce6e27Thanks @B2o5T! - Support pnpm workspaces frompnpm-workspace.yaml.. Throw an error in case bothpnpm-workspace.yamlandpackage.json#workspacesfields exist. Add missing dependencyexeca. Cleanup and remove unused dependencies.
Patch Changes
-
#145
a4ebd65Thanks @renovate! - dependencies updates:- Updated dependency
rollup-plugin-typescript2@​^0.34.0↗︎ (from^0.33.0, independencies)
- Updated dependency
-
#150
e18b500Thanks @renovate! - dependencies updates:- Updated dependency
@vercel/ncc@^0.36.0↗︎ (from^0.34.0, independencies)
- Updated dependency
-
#154
616e125Thanks @renovate! - dependencies updates:- Updated dependency
@rollup/plugin-json@^6.0.0↗︎ (from^4.1.0, independencies)
- Updated dependency
-
#167
d095697Thanks @B2o5T! - dependencies updates:- Updated dependency
[email protected]↗︎ (from5.1.1, independencies) - Updated dependency
globby@^13.1.3↗︎ (from^11.0.0, independencies) - Updated dependency
p-limit@^4.0.0↗︎ (from^3.1.0, independencies) - Updated dependency
yargs@^17.6.2↗︎ (from^17.5.1, independencies) - Updated dependency
zod@^3.20.2↗︎ (from^3.17.3, independencies)
- Updated dependency
v4.1.1
Patch Changes
-
#151
4695d0bThanks @kamilkisiela! - dependencies updates:- Updated dependency
tsup@^6.5.0↗︎ (from^5.11.6, independencies)
- Updated dependency
-
#151
4695d0bThanks @kamilkisiela! - Support TypeScript 4.9 and satisfies operator
v4.1.0
Minor Changes
- #123
b68da59Thanks @enisdenjo! - better performance by incrementally building only packages that had changes
Patch Changes
-
#129
cd16844Thanks @renovate! - dependencies updates:- Updated dependency
rollup-plugin-typescript2@​^0.33.0↗︎ (from^0.32.1, independencies)
- Updated dependency
-
#144
76fd23cThanks @enisdenjo! - Correct package.json for types-only packages
v4.0.0
Major Changes
-
f685733: Change the exports map again, to please TypeScript commonjs :)This is a major breaking change as it requires adjusting your
package.jsonexports map.The
requireentries file extension must be changed from.d.tsto.d.cts.{ "exports": { ".": { "require": { - "types": "./dist/typings/index.d.ts", + "types": "./dist/typings/index.d.cts" } } } }
Minor Changes
-
14fa965: Disable commonjs output via package.json{ "name": "my-package", "bob": { "commonjs": false } } -
b8db426: Ignore__tests__and__testUtils__from bundling
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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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, check this box
This PR was generated by Mend Renovate. View the repository job log.
⚠️ No Changeset found
Latest commit: 7e5ecd022b723a8043e55d859fc9aed420e01552
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