Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b2bfbe6

Browse files
committed
♻️ refactor(everything)!: lol
Signed-off-by: Pauline <[email protected]>
1 parent 9e8699c commit b2bfbe6

File tree

184 files changed

+3175
-3552
lines changed

Some content is hidden

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

184 files changed

+3175
-3552
lines changed

.github/issue-labeler.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
packages:actions:
2-
- '### Which (application|package|application or package) is this (bug
3-
report|feature request) for\?\n\nactions\n'
4-
packages:builder:
5-
- '### Which (application|package|application or package) is this (bug
6-
report|feature request) for\?\n\nbuilder\n'
71
packages:console:
82
- '### Which (application|package|application or package) is this (bug
93
report|feature request) for\?\n\nconsole\n'
@@ -37,9 +31,6 @@ packages:node:
3731
packages:result:
3832
- '### Which (application|package|application or package) is this (bug
3933
report|feature request) for\?\n\nresult\n'
40-
packages:scripts:
41-
- '### Which (application|package|application or package) is this (bug
42-
report|feature request) for\?\n\nscripts\n'
4334
packages:store:
4435
- '### Which (application|package|application or package) is this (bug
4536
report|feature request) for\?\n\nstore\n'

.github/labeler.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
packages:actions:
2-
- changed-files:
3-
- any-glob-to-any-file:
4-
- packages/actions/*
5-
- packages/actions/**/*
6-
packages:builder:
7-
- changed-files:
8-
- any-glob-to-any-file:
9-
- packages/builder/*
10-
- packages/builder/**/*
111
packages:console:
122
- changed-files:
133
- any-glob-to-any-file:
@@ -63,11 +53,6 @@ packages:result:
6353
- any-glob-to-any-file:
6454
- packages/result/*
6555
- packages/result/**/*
66-
packages:scripts:
67-
- changed-files:
68-
- any-glob-to-any-file:
69-
- packages/scripts/*
70-
- packages/scripts/**/*
7156
packages:store:
7257
- changed-files:
7358
- any-glob-to-any-file:

.github/labels.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@
3434
color: e4e669
3535
- name: need repro
3636
color: c66037
37-
- name: packages:actions
38-
color: fbca04
39-
- name: packages:builder
40-
color: fbca04
4137
- name: packages:console
4238
color: fbca04
4339
- name: packages:create-petal

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ For those using the Node runtime, the current minimum version for usage and deve
3030
### TODO
3131

3232
- [ ] Use [`magic-regexp`](https://regexp.dev).
33+
- [ ] Look into `@eslint/markdown`, `@eslint/css`, and `@eslint/json`.
3334

3435
[ESLint]: https://eslint.org/
3536
[TypeScript]: https://www.typescriptlang.org/

package.json

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "module",
55
"version": "4.4.1",
66
"private": true,
7-
"packageManager": "pnpm@9.12.3",
7+
"packageManager": "pnpm@9.13.2",
88
"engineStrict": true,
99
"author": "@flowr",
1010
"contributors": [
@@ -29,7 +29,7 @@
2929
],
3030
"sideEffects": false,
3131
"engines": {
32-
"node": ">=20",
32+
"node": ">=22",
3333
"pnpm": ">=9",
3434
"npm": "pnpm",
3535
"yarn": "pnpm"
@@ -48,33 +48,34 @@
4848
"create-package": "turbo gen create-package --args"
4949
},
5050
"devDependencies": {
51-
"@arethetypeswrong/cli": "^0.16.4",
51+
"@arethetypeswrong/cli": "^0.17.0",
5252
"@flowr/eslint": "workspace:^",
5353
"@microsoft/api-extractor": "^7.47.11",
5454
"@microsoft/api-extractor-model": "^7.29.8",
5555
"@microsoft/tsdoc": "^0.15.0",
5656
"@microsoft/tsdoc-config": "^0.17.0",
57-
"@turbo/gen": "^2.2.3",
57+
"@turbo/gen": "^2.3.0",
5858
"@types/jsdom": "^21.1.7",
59-
"@types/node": "^22.8.6",
60-
"@vitest/coverage-v8": "^2.1.4",
61-
"bumpp": "^9.8.0",
59+
"@types/node": "^22.9.0",
60+
"@vitest/coverage-v8": "^2.1.5",
61+
"@vitest/ui": "^2.1.5",
62+
"bumpp": "^9.8.1",
6263
"colorette": "^2.0.20",
6364
"destr": "^2.0.3",
6465
"esbuild": "^0.24.0",
6566
"esbuild-plugin-file-path-extensions": "^2.1.3",
66-
"eslint": "^9.14.0",
67+
"eslint": "^9.15.0",
6768
"jiti": "^2.4.0",
6869
"jsdom": "^25.0.1",
6970
"jsr": "^0.13.2",
70-
"msw": "^2.6.0",
71+
"msw": "^2.6.5",
7172
"pathe": "^1.1.2",
7273
"tsup": "^8.3.5",
7374
"tsx": "^4.19.2",
74-
"turbo": "^2.2.3",
75+
"turbo": "^2.3.0",
7576
"typescript": "^5.6.2",
76-
"vite": "^5.4.10",
77-
"vitest": "^2.1.4"
77+
"vite": "^5.4.11",
78+
"vitest": "^2.1.5"
7879
},
7980
"pnpm": {
8081
"patchedDependencies": {
@@ -83,9 +84,9 @@
8384
},
8485
"resolutions": {
8586
"@eslint-community/eslint-utils": "^4.4.1",
86-
"@typescript-eslint/utils": "^8.12.0",
87+
"@typescript-eslint/utils": "^8.15.0",
8788
"esbuild": "^0.24.0",
88-
"eslint": "^9.14.0",
89+
"eslint": "^9.15.0",
8990
"tsx": "^4.19.2"
9091
}
9192
}

packages/actions/LICENSE-APACHE

Lines changed: 0 additions & 202 deletions
This file was deleted.

packages/actions/LICENSE-MIT

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)