Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta: bump the lint group with 5 updates #63

Merged
merged 17 commits into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
88fbb84
meta: bump prettier-plugin-tailwindcss in the tailwind group
dependabot[bot] May 1, 2024
c9bad7b
meta: bump @testing-library/react in the testing group
dependabot[bot] May 1, 2024
06c7951
meta: bump the next-js group with 2 updates
dependabot[bot] May 1, 2024
c7b92c8
meta: bump the react group with 4 updates
dependabot[bot] May 1, 2024
70a2775
meta: bump the lint group with 5 updates
dependabot[bot] May 1, 2024
8b6b5ef
meta: bump the storybook group with 6 updates
dependabot[bot] May 1, 2024
6c0861e
Merge pull request #68 from rikhall1515/dependabot/npm_and_yarn/tailw…
rikhall1515 May 1, 2024
386fa8f
Merge branch 'dependabot/npm_and_yarn/lint-b2fb583d22' into dependabo…
rikhall1515 May 1, 2024
9a536d1
Merge pull request #67 from rikhall1515/dependabot/npm_and_yarn/react…
rikhall1515 May 1, 2024
23bbc01
Merge branch 'dependabot/npm_and_yarn/lint-b2fb583d22' into dependabo…
rikhall1515 May 1, 2024
6ffa9ef
Merge pull request #66 from rikhall1515/dependabot/npm_and_yarn/next-…
rikhall1515 May 1, 2024
0d6dd8b
Merge branch 'dependabot/npm_and_yarn/lint-b2fb583d22' into dependabo…
rikhall1515 May 1, 2024
245ed26
Merge pull request #65 from rikhall1515/dependabot/npm_and_yarn/testi…
rikhall1515 May 1, 2024
b98b796
Merge branch 'dependabot/npm_and_yarn/lint-b2fb583d22' into dependabo…
rikhall1515 May 1, 2024
db45918
Merge pull request #64 from rikhall1515/dependabot/npm_and_yarn/story…
rikhall1515 May 1, 2024
8c2e489
build: fix conflicts in lockfile
rikhall1515 May 1, 2024
b510d19
build: downgrade eslint back to 8.57
rikhall1515 May 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ You can check the items by adding an `x` between the brackets, like this: `[x]`
-->

- [ ] I have read the [Contributing Guidelines](/CONTRIBUTING.md) and made commit messages that follow the guideline.
- [ ] I have run `npm run format` to ensure the code follows the style guide.
- [ ] I have run `npm run test` to check if all tests are passing.
- [ ] I have run `pnpm run format` to ensure the code follows the style guide.
- [ ] I have run `pnpm run test` to check if all tests are passing.
- [ ] I have run `npx turbo build` to check if the website builds without errors.
- [ ] I've covered new added functionality with unit tests if necessary.

Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@tailwindcss/container-queries": "^0.1.1",
"@types/body-scroll-lock": "^3.1.2",
"@types/node": "20.12.7",
"@types/react": "^18.2.77",
"@types/react-dom": "^18.2.25",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"autoprefixer": "~10.4.19",
Expand All @@ -68,7 +68,7 @@
"lint-staged": "15.2.2",
"lucide-react": "^0.368.0",
"mini-svg-data-uri": "^1.4.4",
"next": "14.2.1",
"next": "14.2.3",
"next-themes": "~0.3.0",
"postcss": "~8.4.38",
"postcss-calc": "~10.0.0",
Expand All @@ -89,35 +89,35 @@
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@storybook/addon-controls": "~8.0.8",
"@storybook/addon-interactions": "~8.0.8",
"@storybook/addon-themes": "~8.0.8",
"@storybook/addon-viewport": "~8.0.8",
"@storybook/nextjs": "~8.0.8",
"@storybook/addon-controls": "~8.0.9",
"@storybook/addon-interactions": "~8.0.9",
"@storybook/addon-themes": "~8.0.9",
"@storybook/addon-viewport": "~8.0.9",
"@storybook/nextjs": "~8.0.9",
"@testing-library/jest-dom": "~6.4.2",
"@testing-library/react": "~15.0.1",
"@testing-library/react": "~15.0.5",
"@testing-library/user-event": "~14.5.2",
"@types/jest": "29.5.12",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"commitizen": "4.3.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.57.0",
"eslint-config-next": "~14.1.4",
"eslint-config-next": "~14.2.3",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-no-relative-import-paths": "^1.5.4",
"eslint-plugin-storybook": "0.8.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-junit": "16.0.0",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.13",
"prettier-plugin-tailwindcss": "0.5.14",
"semantic-release": "23.0.8",
"storybook": "~8.0.8",
"stylelint": "16.3.1",
"storybook": "~8.0.9",
"stylelint": "16.4.0",
"stylelint-config-standard": "36.0.0",
"stylelint-order": "6.0.4",
"stylelint-selector-bem-pattern": "4.0.0",
"turbo": "1.13.2"
"turbo": "1.13.3"
}
}
Loading
Loading