Skip to content

Commit a1ab1e6

Browse files
author
Daniel Del Core
committed
changesets
1 parent be0a9b0 commit a1ab1e6

File tree

5 files changed

+32
-332
lines changed

5 files changed

+32
-332
lines changed

.changeset/light-pumas-give.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@codeshift/cli': minor
3+
'@hypermod/cli': minor
4+
---
5+
6+
Implements alternate dependency downloader which is available via the --experimental-loader flag

.changeset/nice-eels-kick.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@hypermod/fetcher': patch
3+
---
4+
5+
Added blacklist to remote package fetcher to ensure dependencies such as `javascript` aren't downloaded since they will never contain a hypermod.config file.

.changeset/sour-plants-exist.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
'@hypermod/initializer': patch
3+
'@codeshift/cli': patch
4+
'@hypermod/validator': patch
5+
'@hypermod/fetcher': patch
6+
'@hypermod/types': patch
7+
'@hypermod/utils': patch
8+
'@hypermod/core': patch
9+
'@hypermod/cli': patch
10+
---
11+
12+
Moves package bundling from Parceljs to TSC

tsconfig.eslint.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,11 @@
33
"include": [
44
"packages/**/*",
55
"community/**/*",
6-
".tmp/**/*",
76
"scripts",
87
"*/**/*.js",
98
"__tests__",
109
"**/*.test*",
1110
"**/*.spec*"
1211
],
13-
"exclude": [
14-
"node_modules",
15-
"dist"
16-
]
17-
}
12+
"exclude": ["node_modules", "dist"]
13+
}

0 commit comments

Comments
 (0)