Update dependency bob-the-bundler to v7 #9
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.
This PR contains the following updates:
^1.6.1->^7.0.0Release Notes
kamilkisiela/bob (bob-the-bundler)
v7.0.1Compare Source
Patch Changes
2af3e24Thanks @gilgardosh! - Remove engines.pnpm/yarn/npm in the the
output package.json
v7.0.0Compare Source
Major Changes
#247
0a5ff75Thanks @kamilkisiela! - Remove the
bob runifycommand.87da001Thanks @n1ru4l! - Require Node 16
#248
20117cdThanks @n1ru4l! - Require
engines.nodeentry withbob checkcommand.
#253
f74688cThanks @n1ru4l! - Drop support for typescript 4.
Patch Changes
#201
edf3301Thanks @renovate! - dependencies updates:
[email protected]↗︎ (from6.1.0, independencies)#229
2519f67Thanks @renovate! - dependencies updates:
typescript@^5.0.0↗︎(from
^4.7.4, inpeerDependencies)#244
f7b5824Thanks @renovate! - dependencies updates:
consola@^3.0.0↗︎ (from^2.15.3, independencies)#247
0a5ff75Thanks @kamilkisiela! - dependencies updates:
@vercel/ncc@^0.36.0↗︎ (fromdependencies)dependency-graph@^0.11.0↗︎ (fromdependencies)tsup@^6.5.0↗︎ (fromdependencies)v6.0.0Compare Source
Major Changes
#202
2236863Thanks @enisdenjo! - Custom tsconfig path for the build command,
default to
tsconfig.build.jsonand fallback totsconfig.json.#203
3b7efdcThanks @ardatan! - Breaking
jest-resolver.jsrenamed tojest-resolver.cjsbecause Bob package is an ESM package.Please make sure to adjust your
jest.config.js.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.1Compare Source
Patch Changes
#183
d6f981fThanks @renovate! - dependencies updates:
resolve.exports@^2.0.0↗︎ (from^1.1.0, independencies)#187
d7a8fd5Thanks @renovate! - dependencies updates:
mkdirp@^2.0.0↗︎ (from^1.0.4, independencies)#188
4f9c7d4Thanks @renovate! - dependencies updates:
resolve.exports@^2.0.0↗︎ (from^1.1.0, independencies)#156
57cd333Thanks @kamilkisiela! - Use Node18 as target in runfiy
#191
5b5f85eThanks @adriencohen! - Include peerDependenciesMeta in build
package.json
v5.0.0Compare Source
Major Changes
d095697Thanks @B2o5T! - bundle bob in esm instead cjs
Minor Changes
9ce6e27Thanks @B2o5T! - Support pnpm workspaces from
pnpm-workspace.yaml..Throw an error in case both
pnpm-workspace.yamlandpackage.json#workspacesfields exist. Addmissing dependency
execa. Cleanup and remove unused dependencies.Patch Changes
#145
a4ebd65Thanks @renovate! - dependencies updates:
rollup-plugin-typescript2@​^0.34.0↗︎(from
^0.33.0, independencies)#150
e18b500Thanks @renovate! - dependencies updates:
@vercel/ncc@^0.36.0↗︎ (from^0.34.0,in
dependencies)#154
616e125Thanks @renovate! - dependencies updates:
@rollup/plugin-json@^6.0.0↗︎(from
^4.1.0, independencies)#167
d095697Thanks @B2o5T! - dependencies updates:
[email protected]↗︎ (from5.1.1, independencies)globby@^13.1.3↗︎ (from^11.0.0, independencies)p-limit@^4.0.0↗︎ (from^3.1.0, independencies)yargs@^17.6.2↗︎ (from^17.5.1, independencies)zod@^3.20.2↗︎ (from^3.17.3, independencies)v4.1.1Compare Source
Patch Changes
#151
4695d0bThanks @kamilkisiela! - dependencies updates:
tsup@^6.5.0↗︎ (from^5.11.6, independencies)#151
4695d0bThanks @kamilkisiela! - Support TypeScript 4.9 and satisfies
operator
v4.1.0Compare Source
Minor Changes
b68da59Thanks @enisdenjo! - better performance by incrementally building
only packages that had changes
Patch Changes
#129
cd16844Thanks @renovate! - dependencies updates:
rollup-plugin-typescript2@​^0.33.0↗︎(from
^0.32.1, independencies)#144
76fd23cThanks @enisdenjo! - Correct package.json for types-only packages
v4.0.0Compare Source
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 bundlingv3.0.5Compare Source
Patch Changes
16952de: Use correct path for checking file existence in exports map.v3.0.4Compare Source
Patch Changes
e096322: Replace babel based export/import source location transform with an improved regex basedtransform that reduces code change noise and preserves the original formatting.
v3.0.3Compare Source
Patch Changes
0c36290: Support type imports/exports.v3.0.2Compare Source
Patch Changes
b6976a9: Use a more reliable import/export transform for the bootstrap commandv3.0.1Compare Source
Patch Changes
086c1a8: Run typescript tsc commands in sequence instead of in parallel to avoid race conditionswhere the
.bob/cjsor.bob/esmfolder is missing.v3.0.0Compare Source
Major Changes
0f3f9ac: Remove theflat-pack,validateandruncommands that are no longer maintained andused.
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.
v2.0.0Compare Source
Major Changes
ae0b4b2: Require specifying typescript fields in the package.json exports map for typescriptmodules support. Learn more on the
TypeScript 4.7 release notes.
Minor Changes
0942e1c: unpin and update dependencies59ead17: remove the--singleflag. The value is now derived from thepackage.jsonworkspacesproperty. If your workspace is configured properly this is not a breaking change.
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.
This PR was generated by Mend Renovate. View the repository job log.