Skip to content

Commit

Permalink
Get rid of all appearances of parcel in core. (#6469)
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh authored Nov 5, 2024
1 parent ac52b6b commit 147799b
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 1,283 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,4 @@ docs/_build/
/.tool-versions
docs/source/news

.turbo
.parcel-cache/
tsconfig.tsbuildinfo
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ public-hoist-pattern[]=*prettier*
public-hoist-pattern[]=*stylelint*
public-hoist-pattern[]=*cypress*
public-hoist-pattern[]=*process*
public-hoist-pattern[]=*parcel*
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
"update:browserlist": "pnpm --filter @plone/volto add caniuse-lite && pnpm --filter @plone/volto remove caniuse-lite"
},
"devDependencies": {
"@parcel/packager-ts": "^2.12.0",
"@parcel/transformer-typescript-types": "^2.12.0",
"concurrently": "^8.2.2",
"husky": "9.0.11",
"lint-staged": "15.2.2",
Expand Down
2 changes: 0 additions & 2 deletions packages/blocks/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@ news
towncrier.toml
.changelog.draft
node_modules/
.parcel-cache
.parcelrc
.release-it.json
.eslintrc.js
8 changes: 0 additions & 8 deletions packages/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@
"access": "public"
},
"main": "src/index.ts",
"targets": {
"main": {
"includeNodeModules": false
}
},
"scripts": {
"test": "vitest",
"dry-release": "release-it --dry-run",
Expand All @@ -52,13 +47,10 @@
},
"dependencies": {},
"devDependencies": {
"@parcel/packager-ts": "^2.12.0",
"@parcel/transformer-typescript-types": "^2.12.0",
"@plone/registry": "workspace:*",
"@plone/types": "workspace:*",
"@types/react": "^18",
"@types/react-dom": "^18",
"parcel": "^2.12.0",
"release-it": "17.1.1",
"tsconfig": "workspace:*",
"typescript": "^5.6.3",
Expand Down
2 changes: 0 additions & 2 deletions packages/components/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@ lib
!.yarn/releases
!.yarn/sdks
!.yarn/versions

.parcel-cache/
13 changes: 3 additions & 10 deletions packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,9 @@
"access": "public"
},
"main": "src/index.ts",
"targets": {
"main": {
"includeNodeModules": false
}
},
"scripts": {
"watch": "parcel watch",
"build": "parcel build",
"watch": "tsup",
"build": "tsup",
"test": "vitest",
"dry-release": "release-it --dry-run",
"release": "release-it",
Expand All @@ -54,14 +49,12 @@
},
"dependencies": {},
"devDependencies": {
"@parcel/packager-ts": "^2.12.0",
"@parcel/transformer-typescript-types": "^2.12.0",
"@plone/types": "workspace:*",
"@types/react": "^18",
"@types/react-dom": "^18",
"parcel": "^2.12.0",
"release-it": "^17.1.1",
"tsconfig": "workspace:*",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vitest": "^2.1.3"
}
Expand Down
2 changes: 0 additions & 2 deletions packages/providers/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@ news
towncrier.toml
.changelog.draft
node_modules/
.parcel-cache
.parcelrc
.release-it.json
.eslintrc.js
9 changes: 0 additions & 9 deletions packages/providers/.parcelrc

This file was deleted.

1 change: 0 additions & 1 deletion packages/registry/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.parcel-cache/
dist
/bin
/lib
Expand Down
2 changes: 0 additions & 2 deletions packages/registry/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@ news
towncrier.toml
.changelog.draft
node_modules/
.parcel-cache
.parcelrc
.release-it.json
.eslintrc.js
10 changes: 0 additions & 10 deletions packages/slots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,7 @@
"access": "public"
},
"main": "src/index.ts",
"targets": {
"main": {
"includeNodeModules": false
}
},
"scripts": {
"watch": "parcel watch",
"build": "parcel build",
"test": "vitest",
"dry-release": "release-it --dry-run",
"release": "release-it",
Expand All @@ -57,12 +50,9 @@
"@plone/registry": "workspace:*"
},
"devDependencies": {
"@parcel/packager-ts": "^2.12.0",
"@parcel/transformer-typescript-types": "^2.12.0",
"@plone/types": "workspace:*",
"@types/react": "^18",
"@types/react-dom": "^18",
"parcel": "^2.12.0",
"release-it": "17.1.1",
"tsconfig": "workspace:*",
"typescript": "^5.6.3",
Expand Down
1 change: 1 addition & 0 deletions packages/volto/news/6469.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Removed `parcel` completely from core. @sneridagh
Loading

0 comments on commit 147799b

Please sign in to comment.