chore(deps): update dependency bob-the-bundler to v7 #1004
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:
2.0.0
->7.0.1
Release Notes
kamilkisiela/bob (bob-the-bundler)
v7.0.1
Compare Source
Patch Changes
2af3e24
Thanks @gilgardosh! - Remove engines.pnpm/yarn/npm in the the
output package.json
v7.0.0
Compare Source
Major Changes
#247
0a5ff75
Thanks @kamilkisiela! - Remove the
bob runify
command.87da001
Thanks @n1ru4l! - Require Node 16
#248
20117cd
Thanks @n1ru4l! - Require
engines.node
entry withbob check
command.
#253
f74688c
Thanks @n1ru4l! - Drop support for typescript 4.
Patch Changes
#201
edf3301
Thanks @renovate! - dependencies updates:
[email protected]
↗︎ (from6.1.0
, independencies
)#229
2519f67
Thanks @renovate! - dependencies updates:
typescript@^5.0.0
↗︎(from
^4.7.4
, inpeerDependencies
)#244
f7b5824
Thanks @renovate! - dependencies updates:
consola@^3.0.0
↗︎ (from^2.15.3
, independencies
)#247
0a5ff75
Thanks @kamilkisiela! - dependencies updates:
@vercel/ncc@^0.36.0
↗︎ (fromdependencies
)dependency-graph@^0.11.0
↗︎ (fromdependencies
)tsup@^6.5.0
↗︎ (fromdependencies
)v6.0.0
Compare Source
Major Changes
#202
2236863
Thanks @enisdenjo! - Custom tsconfig path for the build command,
default to
tsconfig.build.json
and fallback totsconfig.json
.#203
3b7efdc
Thanks @ardatan! - Breaking
jest-resolver.js
renamed tojest-resolver.cjs
because Bob package is an ESM package.Please make sure to adjust your
jest.config.js
.Patch Changes
#214
1567b4d
Thanks @enisdenjo! - Include empty cjs/esm entry points for
types-only packages
#37
c912002
Thanks @kamilkisiela! - better windows support for paths in the
runify command.
#210
ad9fb40
Thanks @enisdenjo! - exports field should exist in types-only
builds
v5.0.1
Compare Source
Patch Changes
#183
d6f981f
Thanks @renovate! - dependencies updates:
resolve.exports@^2.0.0
↗︎ (from^1.1.0
, independencies
)#187
d7a8fd5
Thanks @renovate! - dependencies updates:
mkdirp@^2.0.0
↗︎ (from^1.0.4
, independencies
)#188
4f9c7d4
Thanks @renovate! - dependencies updates:
resolve.exports@^2.0.0
↗︎ (from^1.1.0
, independencies
)#156
57cd333
Thanks @kamilkisiela! - Use Node18 as target in runfiy
#191
5b5f85e
Thanks @adriencohen! - Include peerDependenciesMeta in build
package.json
v5.0.0
Compare Source
Major Changes
d095697
Thanks @B2o5T! - bundle bob in esm instead cjs
Minor Changes
9ce6e27
Thanks @B2o5T! - Support pnpm workspaces from
pnpm-workspace.yaml
..Throw an error in case both
pnpm-workspace.yaml
andpackage.json#workspaces
fields exist. Addmissing dependency
execa
. Cleanup and remove unused dependencies.Patch Changes
#145
a4ebd65
Thanks @renovate! - dependencies updates:
rollup-plugin-typescript2@​^0.34.0
↗︎(from
^0.33.0
, independencies
)#150
e18b500
Thanks @renovate! - dependencies updates:
@vercel/ncc@^0.36.0
↗︎ (from^0.34.0
,in
dependencies
)#154
616e125
Thanks @renovate! - dependencies updates:
@rollup/plugin-json@^6.0.0
↗︎(from
^4.1.0
, independencies
)#167
d095697
Thanks @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.1
Compare Source
Patch Changes
#151
4695d0b
Thanks @kamilkisiela! - dependencies updates:
tsup@^6.5.0
↗︎ (from^5.11.6
, independencies
)#151
4695d0b
Thanks @kamilkisiela! - Support TypeScript 4.9 and satisfies
operator
v4.1.0
Compare Source
Minor Changes
b68da59
Thanks @enisdenjo! - better performance by incrementally building
only packages that had changes
Patch Changes
#129
cd16844
Thanks @renovate! - dependencies updates:
rollup-plugin-typescript2@​^0.33.0
↗︎(from
^0.32.1
, independencies
)#144
76fd23c
Thanks @enisdenjo! - Correct package.json for types-only packages
v4.0.0
Compare 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.json
exports map.The
require
entries file extension must be changed from.d.ts
to.d.cts
.Minor Changes
14fa965
: Disable commonjs output via package.jsonb8db426
: Ignore__tests__
and__testUtils__
from bundlingv3.0.5
Compare Source
Patch Changes
16952de
: Use correct path for checking file existence in exports map.v3.0.4
Compare 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.3
Compare Source
Patch Changes
0c36290
: Support type imports/exports.v3.0.2
Compare Source
Patch Changes
b6976a9
: Use a more reliable import/export transform for the bootstrap commandv3.0.1
Compare Source
Patch Changes
086c1a8
: Run typescript tsc commands in sequence instead of in parallel to avoid race conditionswhere the
.bob/cjs
or.bob/esm
folder is missing.v3.0.0
Compare Source
Major Changes
0f3f9ac
: Remove theflat-pack
,validate
andrun
commands that are no longer maintained andused.
1605028
: Remove the global config. Please addbob: false
to the individualpackage.json
workspaces that should not be processed by bob.
This is the new config format for bob.
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.