Skip to content

Commit

Permalink
chore: fixeslint
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsdaniels committed Jun 29, 2024
1 parent 4c683a7 commit 98f1971
Show file tree
Hide file tree
Showing 86 changed files with 21,029 additions and 23,257 deletions.
5 changes: 5 additions & 0 deletions .changeset/breezy-wombats-ring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@codedazur/eslint-config": minor
---

The typescript-eslint plugin and parser are now used by default.
25 changes: 25 additions & 0 deletions .changeset/dry-fireants-bathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
"@codedazur/cdk-cache-invalidator": patch
"@codedazur/cdk-site-distribution": patch
"@codedazur/react-notifications": patch
"@codedazur/cdk-docker-cluster": patch
"@codedazur/react-date-picker": patch
"@codedazur/react-preferences": patch
"@codedazur/cdk-bastion-host": patch
"@codedazur/react-dictionary": patch
"@codedazur/react-essentials": patch
"@codedazur/react-pagination": patch
"@codedazur/cdk-amplify-app": patch
"@codedazur/cdk-static-site": patch
"@codedazur/react-parallax": patch
"@codedazur/react-tracking": patch
"@codedazur/cdk-next-app": patch
"@codedazur/react-select": patch
"@codedazur/cdk-rpc-api": patch
"@codedazur/react-forms": patch
"@codedazur/react-media": patch
"@codedazur/cdk-mailer": patch
"@codedazur/essentials": patch
---

Dependency versions were made explicit.
5 changes: 5 additions & 0 deletions .changeset/swift-ligers-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@codedazur/react-media": patch
---

The initial volume is no longer ignored.
5 changes: 5 additions & 0 deletions .changeset/tough-geckos-play.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@codedazur/tsconfig": minor
---

An NPM packages' dist folder is excluded by default.
2 changes: 1 addition & 1 deletion apps/infrastructure/constructs/ToolkitSite.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { StaticSite, StaticSiteProps } from "@codedazur/cdk-static-site";
import { StaticSite } from "@codedazur/cdk-static-site";
import { env } from "@codedazur/essentials";
import { Construct } from "constructs";

Expand Down
14 changes: 7 additions & 7 deletions apps/infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"dependencies": {
"@apps/storybook": "*",
"@apps/website": "*",
"@codedazur/cdk-static-site": "*",
"@codedazur/essentials": "*",
"aws-cdk-lib": "^2.145.0",
"@codedazur/cdk-static-site": "^1.1.1",
"@codedazur/essentials": "^1.9.0",
"aws-cdk-lib": "^2.147.2",
"constructs": "^10.3.0"
},
"devDependencies": {
"@codedazur/tsconfig": "*",
"aws-cdk": "^2.145.0",
"@codedazur/tsconfig": "^0.0.6",
"aws-cdk": "^2.147.2",
"dotenv": "^16.4.5",
"ts-jest": "^29.1.4",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
3 changes: 2 additions & 1 deletion apps/storybook/components/DebugOverlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@ const DebugBox = styled(Positioned).attrs<PositionedProps>({
`;

const functionTag: ScalarTag = {
// eslint-disable-next-line @typescript-eslint/ban-types
identify: (value: unknown): value is Function => value instanceof Function,
tag: "!fn",
resolve: (string) => {
return new Function(string);
},
stringify: (item, context) => {
stringify: () => {
return "Function";
},
};
2 changes: 1 addition & 1 deletion apps/storybook/decorators/WithApp.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { App, Background, Padding } from "@codedazur/react-components";
import { App } from "@codedazur/react-components";
import { Decorator } from "@storybook/react";
import { storyTheme } from "../themes/storyTheme";

Expand Down
32 changes: 16 additions & 16 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,42 +11,42 @@
"test": "vitest run --passWithNoTests"
},
"dependencies": {
"@codedazur/essentials": "*",
"@codedazur/react-media": "*",
"@codedazur/essentials": "^1.9.0",
"@codedazur/react-components": "^25.2.1",
"@codedazur/react-date-picker": "*",
"@codedazur/react-dictionary": "*",
"@codedazur/react-essentials": "*",
"@codedazur/react-forms": "*",
"@codedazur/react-notifications": "*",
"@codedazur/react-pagination": "*",
"@codedazur/react-parallax": "*",
"@codedazur/react-preferences": "*",
"@codedazur/react-date-picker": "^0.0.1",
"@codedazur/react-dictionary": "^0.2.1",
"@codedazur/react-essentials": "^1.4.1",
"@codedazur/react-forms": "^0.1.0",
"@codedazur/react-media": "^1.0.0",
"@codedazur/react-notifications": "^0.1.3",
"@codedazur/react-pagination": "^1.0.1",
"@codedazur/react-parallax": "^0.1.0",
"@codedazur/react-preferences": "^1.0.0",
"@faker-js/faker": "^8.4.1",
"@storybook/jest": "^0.1.0 || ^0.2.0",
"@types/styled-components": "^5.1.34",
"color": "^4.2.3",
"react": "^18.3.1",
"date-fns": "^2.30.0",
"react-dom": "^18.3.1",
"react": "^18.3.1",
"styled-components": "^6.1.11",
"yaml": "^2.4.5",
"date-fns": "^2.30.0"
"yaml": "^2.4.5"
},
"devDependencies": {
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@codedazur/tsconfig": "*",
"@codedazur/tsconfig": "^0.0.6",
"@storybook/addon-actions": "^7.2.0",
"@storybook/addon-essentials": "^7.2.0",
"@storybook/addon-interactions": "^7.2.0",
"@storybook/addon-links": "^7.2.0",
"@storybook/react": "^7.2.0",
"@storybook/react-vite": "^7.2.0",
"@storybook/react-webpack5": "^7.2.0",
"@storybook/react": "^7.2.0",
"@storybook/testing-library": "^0.2.0",
"@types/color": "^3.0.6",
"storybook": "^7.2.0",
"vite": "4.5.0"
"vite": "5.3.2"
}
}
Loading

0 comments on commit 98f1971

Please sign in to comment.