Skip to content

Commit

Permalink
chore(dev-deps): to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Sep 16, 2024
1 parent 0dbac20 commit 39a970c
Show file tree
Hide file tree
Showing 11 changed files with 245 additions and 1,181 deletions.
5 changes: 5 additions & 0 deletions .changeset/chatty-walls-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@belgattitude/eslint-config-bases": patch
---

Latest plugin updates
2 changes: 2 additions & 0 deletions .github/workflows/ci-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:

- name: 📥 Monorepo install
uses: ./.github/actions/yarn-nm-install
with:
enable-corepack: 'true'

- name: 🕵️ Typecheck
run: yarn workspaces foreach --worktree -tv --from 'examples/*' run typecheck
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci-monorepo-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:

- name: 📥 Monorepo install
uses: ./.github/actions/yarn-nm-install
with:
enable-corepack: 'true'

- name: 👬🏽 Check for duplicate dependencies in lock file
run: yarn dedupe --check
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:

- name: 📥 Monorepo install
uses: ./.github/actions/yarn-nm-install
with:
enable-corepack: 'true'

- name: ♻️ Restore packages cache
uses: actions/cache@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-or-version-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:

- name: 📥 Monorepo install
uses: ./.github/actions/yarn-nm-install
with:
enable-corepack: 'true'

- name: 🦋 Create Release Pull Request or Publish to npm
id: changesets
Expand Down
925 changes: 0 additions & 925 deletions .yarn/releases/yarn-4.4.1.cjs

This file was deleted.

1 change: 0 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ supportedArchitectures:
os:
- current

yarnPath: .yarn/releases/yarn-4.4.1.cjs
8 changes: 4 additions & 4 deletions examples/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@tailwindcss/typography": "0.5.15",
"@total-typescript/ts-reset": "0.6.1",
"@types/mdx": "2.0.13",
"@types/node": "22.5.4",
"@types/node": "22.5.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.5.0",
Expand All @@ -75,7 +75,7 @@
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-tailwindcss": "3.17.4",
"graphql-config": "5.1.2",
"postcss": "8.4.45",
"postcss": "8.4.47",
"postcss-loader": "8.1.1",
"prettier": "3.3.3",
"rimraf": "6.0.1",
Expand All @@ -84,8 +84,8 @@
"tailwindcss": "3.4.11",
"type-fest": "4.26.1",
"typescript": "5.6.2",
"vite": "5.4.4",
"vite": "5.4.5",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.0"
"vitest": "2.1.1"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "belgattitude-shared-dx-monorepo",
"license": "MIT",
"private": true,
"packageManager": "yarn@4.4.1",
"packageManager": "yarn@4.5.0",
"homepage": "https://github.com/belgattitude/shared-dx",
"repository": {
"type": "git",
Expand Down Expand Up @@ -46,14 +46,14 @@
"@changesets/cli": "2.27.8",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@playwright/test": "1.47.0",
"@playwright/test": "1.47.1",
"@types/shell-quote": "1.7.5",
"cross-env": "7.0.3",
"eslint": "8.57.0",
"husky": "9.1.6",
"is-ci": "3.0.1",
"lint-staged": "15.2.10",
"npm-run-all2": "6.2.2",
"npm-run-all2": "6.2.3",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"shell-quote": "1.8.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-bases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-perfectionist": "^3.5.0",
"eslint-plugin-perfectionist": "^3.6.0",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.36.1",
Expand Down Expand Up @@ -169,7 +169,7 @@
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@types/jest": "29.5.13",
"@types/node": "22.5.4",
"@types/node": "22.5.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"es-check": "7.2.1",
Expand Down
Loading

0 comments on commit 39a970c

Please sign in to comment.