Skip to content

Commit 3668fcb

Browse files
chore(deps-dev): bump knip from 5.57.1 to 5.66.4 (#3343)
* chore(deps-dev): bump knip from 5.57.1 to 5.66.4 Bumps [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) from 5.57.1 to 5.66.4. - [Release notes](https://github.com/webpro-nl/knip/releases) - [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json) - [Commits](https://github.com/webpro-nl/knip/commits/5.66.4/packages/knip) --- updated-dependencies: - dependency-name: knip dependency-version: 5.66.4 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update knip configuration --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Connor Bär <[email protected]>
1 parent dc304fc commit 3668fcb

File tree

3 files changed

+212
-118
lines changed

3 files changed

+212
-118
lines changed

knip.json

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,20 @@
11
{
22
"$schema": "node_modules/knip/schema.json",
3-
"entry": [
4-
"**/*.stories.*",
5-
"**/*.mdx",
6-
"packages/circuit-ui/experimental.ts!",
7-
"packages/circuit-ui/internal.ts!",
8-
"packages/circuit-ui/legacy.ts!",
9-
"packages/circuit-ui/index.ts!"
10-
],
11-
"ignore": [
12-
".storybook/**/*",
13-
"scripts/**/*",
14-
"*rc.js",
15-
"*.config.*",
16-
"**/vendor/**/*"
17-
],
3+
"workspaces": {
4+
"packages/circuit-ui": {
5+
"entry": "{index,internal,experimental,legacy}.ts"
6+
}
7+
},
8+
"ignore": [".storybook/**/*", "scripts/**/*", "*.config.*", "**/vendor/**/*"],
189
"ignoreWorkspaces": ["templates/**/*"],
1910
"ignoreBinaries": ["biome", "eslint", "start-server-and-test"],
2011
"ignoreDependencies": [
2112
"@babel/preset-env",
2213
"@babel/preset-react",
2314
"@emotion/eslint-plugin",
2415
"@sumup-oss/eslint-plugin-circuit-ui",
25-
"@sumup-oss/stylelint-plugin-circuit-ui",
2616
"@vitest/eslint-plugin",
2717
"eslint-plugin-react-server-components",
28-
"eslint-plugin-react",
2918
"eslint-plugin-storybook",
3019
"eslint-plugin-testing-library",
3120
"svgo"

0 commit comments

Comments
 (0)