Skip to content

Commit

Permalink
Remove unused @babel/runtime dependency (#1445)
Browse files Browse the repository at this point in the history
* Remove unused `@babel/runtime` dependency

* Add changeset
  • Loading branch information
bluwy authored Sep 2, 2024
1 parent 5150fc1 commit 52c302a
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 25 deletions.
14 changes: 14 additions & 0 deletions .changeset/selfish-flowers-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
"@changesets/assemble-release-plan": patch
"@changesets/get-dependents-graph": patch
"@changesets/should-skip-package": patch
"@changesets/apply-release-plan": patch
"@changesets/get-release-plan": patch
"@changesets/write": patch
"@changesets/read": patch
"@changesets/cli": patch
"@changesets/git": patch
"@changesets/pre": patch
---

Remove unused `@babel/runtime` dependency
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.20.1",
"@manypkg/cli": "^0.19.1",
"@preconstruct/cli": "^2.8.1",
"@types/fs-extra": "^5.1.0",
Expand Down
1 change: 0 additions & 1 deletion packages/apply-release-plan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"license": "MIT",
"repository": "https://github.com/changesets/changesets/tree/main/packages/apply-release-plan",
"dependencies": {
"@babel/runtime": "^7.20.1",
"@changesets/config": "^3.0.2",
"@changesets/get-version-range-type": "^0.4.0",
"@changesets/git": "^3.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/assemble-release-plan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"license": "MIT",
"repository": "https://github.com/changesets/changesets/tree/main/packages/assemble-release-plan",
"dependencies": {
"@babel/runtime": "^7.20.1",
"@changesets/errors": "^0.2.0",
"@changesets/get-dependents-graph": "^2.1.1",
"@changesets/should-skip-package": "^0.1.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.20.1",
"@changesets/apply-release-plan": "^7.0.4",
"@changesets/assemble-release-plan": "^6.0.3",
"@changesets/changelog-git": "^0.2.0",
Expand All @@ -89,7 +88,6 @@
"enquirer": "^2.3.0",
"external-editor": "^3.1.0",
"fs-extra": "^7.0.1",
"human-id": "^1.0.2",
"mri": "^1.2.0",
"outdent": "^0.5.0",
"p-limit": "^2.2.0",
Expand All @@ -102,6 +100,7 @@
"devDependencies": {
"@changesets/parse": "*",
"@changesets/test-utils": "*",
"human-id": "^1.0.2",
"strip-ansi": "^5.2.0"
}
}
1 change: 0 additions & 1 deletion packages/get-dependents-graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"@changesets/types": "^6.0.0",
"@manypkg/get-packages": "^1.1.3",
"chalk": "^2.1.0",
"fs-extra": "^7.0.1",
"semver": "^7.5.3"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/get-release-plan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"license": "MIT",
"repository": "https://github.com/changesets/changesets/tree/main/packages/get-release-plan",
"dependencies": {
"@babel/runtime": "^7.20.1",
"@changesets/assemble-release-plan": "^6.0.3",
"@changesets/config": "^3.0.2",
"@changesets/pre": "^2.0.0",
Expand Down
2 changes: 0 additions & 2 deletions packages/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
"license": "MIT",
"repository": "https://github.com/changesets/changesets/tree/main/packages/git",
"dependencies": {
"@babel/runtime": "^7.20.1",
"@changesets/errors": "^0.2.0",
"@changesets/types": "^6.0.0",
"@manypkg/get-packages": "^1.1.3",
"is-subdir": "^1.1.1",
"micromatch": "^4.0.2",
Expand Down
1 change: 0 additions & 1 deletion packages/pre/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"license": "MIT",
"repository": "https://github.com/changesets/changesets/tree/main/packages/pre",
"dependencies": {
"@babel/runtime": "^7.20.1",
"@changesets/errors": "^0.2.0",
"@changesets/types": "^6.0.0",
"@manypkg/get-packages": "^1.1.3",
Expand Down
1 change: 0 additions & 1 deletion packages/read/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"license": "MIT",
"repository": "https://github.com/changesets/changesets/tree/main/packages/read",
"dependencies": {
"@babel/runtime": "^7.20.1",
"@changesets/git": "^3.0.0",
"@changesets/logger": "^0.1.0",
"@changesets/parse": "^0.4.0",
Expand Down
1 change: 0 additions & 1 deletion packages/should-skip-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"license": "MIT",
"repository": "https://github.com/changesets/changesets/tree/main/packages/should-skip-package",
"dependencies": {
"@babel/runtime": "^7.20.1",
"@changesets/types": "^6.0.0",
"@manypkg/get-packages": "^1.1.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/write/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"license": "MIT",
"repository": "https://github.com/changesets/changesets/tree/main/packages/write",
"dependencies": {
"@babel/runtime": "^7.20.1",
"@changesets/types": "^6.0.0",
"fs-extra": "^7.0.1",
"human-id": "^1.0.2",
Expand Down
12 changes: 0 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1184,13 +1184,6 @@
"@babel/helper-validator-option" "^7.18.6"
"@babel/plugin-transform-typescript" "^7.18.6"

"@babel/runtime@^7.20.1":
version "7.20.1"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.1.tgz#1148bb33ab252b165a06698fde7576092a78b4a9"
integrity sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg==
dependencies:
regenerator-runtime "^0.13.10"

"@babel/runtime@^7.5.5":
version "7.6.3"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.6.3.tgz#935122c74c73d2240cafd32ddb5fc2a6cd35cf1f"
Expand Down Expand Up @@ -6111,11 +6104,6 @@ regenerate@^1.4.2:
resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a"
integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==

regenerator-runtime@^0.13.10:
version "0.13.11"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==

regenerator-runtime@^0.13.2:
version "0.13.3"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz#7cf6a77d8f5c6f60eb73c5fc1955b2ceb01e6bf5"
Expand Down

0 comments on commit 52c302a

Please sign in to comment.