Skip to content

Commit d37cbc4

Browse files
ericapisaniLukas Holzer
andauthored
feat: move framework-info into build packages (#4783)
Co-authored-by: Lukas Holzer <[email protected]>
1 parent 9d9aab0 commit d37cbc4

File tree

183 files changed

+14934
-156
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

183 files changed

+14934
-156
lines changed

.eslintrc.cjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ const config = {
2121
'packages/build/types/**',
2222
// don't lint fixtures
2323
'packages/*/tests/**/fixtures/**',
24+
'packages/framework-info/test/fixtures/**',
25+
'packages/framework-info/dist/**',
2426
'packages/*/lib/**',
2527
],
2628
rules: {

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# don't format fixtures (sometimes faulty behaviour is desired)
22
packages/*/tests/**/fixtures/**
3+
packages/framework-info/test/fixtures/**
34
# don't lint outputs
45
packages/*/lib
56
# don't lint changelog files as they get auto-generated

.release-please-manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"packages/build": "29.4.1",
44
"packages/cache-utils": "5.1.0",
55
"packages/config": "20.3.0",
6+
"packages/framework-info": "9.5.3",
67
"packages/functions-utils": "5.1.1",
78
"packages/git-utils": "5.1.0",
89
"packages/headers-parser": "7.1.0",

0 commit comments

Comments
 (0)