-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency bob-the-bundler to v7 #2313
base: master
Are you sure you want to change the base?
Conversation
|
56af848
to
8090057
Compare
8090057
to
adc16ba
Compare
c78351f
to
1c33ca3
Compare
0d9dd68
to
c5fe469
Compare
548ea25
to
46106a2
Compare
46106a2
to
9bdda1b
Compare
9bdda1b
to
0d30081
Compare
c87746b
to
b6f89f2
Compare
b6f89f2
to
af8490e
Compare
2605e35
to
17f4ce6
Compare
17f4ce6
to
9684247
Compare
266a1c2
to
631b4f1
Compare
b021a07
to
eef0edb
Compare
eef0edb
to
9089e72
Compare
9089e72
to
cb4a355
Compare
e83bd41
to
4eefe20
Compare
f0ec2e0
to
ca6acdc
Compare
ca6acdc
to
7e5ecd0
Compare
f5eb0c0
to
5bf0691
Compare
5bf0691
to
026b150
Compare
026b150
to
064c901
Compare
This PR contains the following updates:
1.7.3
->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:
execa@7.1.1
↗︎ (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:
execa@6.1.0
↗︎ (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.
v2.0.0
Compare 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--single
flag. The value is now derived from thepackage.json
workspaces
property. 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: 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.
This PR was generated by Mend Renovate. View the repository job log.