-
Notifications
You must be signed in to change notification settings - Fork 117
chore(deps): update dependency bob-the-bundler to v7 - abandoned #2313
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
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
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
064c901 to
15dbc1b
Compare
61decde to
97ef232
Compare
97ef232 to
7817879
Compare
7817879 to
4c03c46
Compare
4c03c46 to
8fde241
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
💻 Website PreviewThe latest changes are available as preview in: https://98014f19.graphql-modules.pages.dev |
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This PR contains the following updates:
1.7.3->7.0.1Release 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: 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.