Skip to content

Commit

Permalink
chore(dev-deps): to latest (#1200)
Browse files Browse the repository at this point in the history
* chore(dev-deps): to latest

* chore(dev-deps): to latest
  • Loading branch information
belgattitude authored May 13, 2024
1 parent f7d1ebc commit 392b715
Show file tree
Hide file tree
Showing 11 changed files with 169 additions and 274 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,11 @@ jobs:
${{ runner.os }}-packages-cache-${{ steps.cache-rotation.outputs.YEAR_MONTH }}-${{ hashFiles('yarn.lock') }}-
- name: 🕵️ Typecheck
if: matrix.node-version == '20.x'
run: yarn nx run-many --target=typecheck --exclude='examples/**' --exclude='docs'

- name: 🔬 ESLint checks
if: matrix.node-version == '20.x'
run: yarn nx run-many --target=lint --exclude='examples/**' --exclude='docs'

- name: 🧪 Unit tests (no-coverage - node !== 20.x)
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ nx-cloud.env

# Cache
**/tsconfig.tsbuildinfo
**/tsconfig.*.tsbuildinfo
**/.eslintcache
.cache/*

Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"eslint-config-next": "14.2.3",
"eslint-plugin-tailwindcss": "3.15.1",
"postcss": "8.4.38",
"postcss-nesting": "12.1.2",
"postcss-nesting": "12.1.3",
"prettier": "3.2.5",
"rimraf": "5.0.7",
"sirv": "2.0.4",
Expand Down
12 changes: 6 additions & 6 deletions examples/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"superjson": "2.2.1",
"zod": "3.23.6"
"zod": "3.23.8"
},
"devDependencies": {
"@belgattitude/eslint-config-bases": "5.5.0",
"@types/node": "20.12.8",
"@types/react": "18.3.1",
"@belgattitude/eslint-config-bases": "5.6.0",
"@types/node": "20.12.11",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react-swc": "3.6.0",
"@vitest/coverage-v8": "1.6.0",
"@vitest/ui": "1.6.0",
"cross-env": "7.0.3",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"happy-dom": "14.7.1",
"happy-dom": "14.10.1",
"postcss": "8.4.38",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"tailwindcss": "3.4.3",
"typescript": "5.4.5",
"vite": "5.2.11",
Expand Down
2 changes: 1 addition & 1 deletion integrations/prisma-exception/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"browserslist-to-esbuild": "2.1.1",
"cross-env": "7.0.3",
"es-check": "7.1.1",
"esbuild": "0.21.1",
"esbuild": "0.21.2",
"eslint": "8.57.0",
"npm-run-all2": "6.1.2",
"rimraf": "5.0.7",
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"repository": "belgattitude/httpx",
"scripts": {
"g:clean": "yarn clean:global-cache && yarn workspaces foreach --all -pv run clean",
"g:build": "yarn nx affected --target=build --exclude='examples/**' --exclude='docs'",
"g:build": "yarn nx affected --output-style=static --target=build --exclude='examples/**' --exclude='docs'",
"g:build-release": "yarn workspaces foreach -tv --worktree --from 'packages/*' run build-release",
"g:build-packages": "yarn workspaces foreach -tv --worktree --from 'packages/*' run build",
"g:build-examples": "nx affected --target=build --include=examples/**",
"g:docgen": "yarn nx affected --target=docgen --exclude='examples/**'",
"g:build-examples": "nx affected --output-style=static --target=build --include=examples/**",
"g:docgen": "yarn nx affected --output-style=static --target=docgen --exclude='examples/**'",
"g:test": "yarn workspaces foreach --all -pv run test",
"g:test-unit": "yarn nx affected --target=test-unit --exclude='examples/**' --exclude='docs'",
"g:test-unit-coverage": "yarn nx affected --target=test-unit-coverage --exclude='examples/**' --exclude='docs'",
"g:test-unit-edge": "yarn nx affected --target=test-unit-edge --exclude='examples/**' --exclude='docs'",
"g:lint": "yarn nx affected --target=lint",
"g:typecheck": "yarn nx affected --target=typecheck --exclude='examples/**' --exclude='docs'",
"g:test-unit": "yarn nx affected --output-style=static --target=test-unit --exclude='examples/**' --exclude='docs'",
"g:test-unit-coverage": "yarn nx affected --output-style=static --target=test-unit-coverage --exclude='examples/**' --exclude='docs'",
"g:test-unit-edge": "yarn nx affected --output-style=static --target=test-unit-edge --exclude='examples/**' --exclude='docs'",
"g:lint": "yarn nx affected --output-style=static --target=lint",
"g:typecheck": "yarn nx affected --output-style=static --target=typecheck --exclude='examples/**' --exclude='docs'",
"g:lint-staged-files": "lint-staged --allow-empty",
"g:fix-all-files": "yarn workspaces foreach --all -ptv run fix-all-files",
"g:changeset": "changeset",
"g:check-dist": "yarn nx affected --target=check-dist --exclude='examples/**' --exclude='docs'",
"g:check-size": "yarn nx affected --target=check-size --exclude='examples/**' --exclude='docs'",
"g:check-pub": "yarn nx affected --target=check-pub --exclude='examples/**' --exclude='docs'",
"g:check-dist": "yarn nx affected --output-style=static --target=check-dist --exclude='examples/**' --exclude='docs'",
"g:check-size": "yarn nx affected --output-style=static --target=check-size --exclude='examples/**' --exclude='docs'",
"g:check-pub": "yarn nx affected --output-style=static --target=check-pub --exclude='examples/**' --exclude='docs'",
"g:release": "yarn g:build-release && yarn exec changeset publish",
"g:ci-coverage-upload": "yarn workspaces foreach --all -tv run ci-coverage-upload",
"snyk:test": "snyk test --all-projects",
Expand Down Expand Up @@ -78,7 +78,7 @@
"esbuildHelp": "Till tsup update esbuild"
},
"resolutions": {
"esbuild": "^0.21.0"
"esbuild": "^0.21.2"
},
"engines": {
"node": ">=18.18"
Expand Down
4 changes: 2 additions & 2 deletions packages/assert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
"browserslist-to-esbuild": "2.1.1",
"cross-env": "7.0.3",
"es-check": "7.1.1",
"esbuild": "0.21.1",
"esbuild-plugin-file-path-extensions": "2.0.0",
"esbuild": "0.21.2",
"esbuild-plugin-file-path-extensions": "2.1.0",
"eslint": "8.57.0",
"npm-run-all2": "6.1.2",
"rimraf": "5.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/dsn-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"browserslist-to-esbuild": "2.1.1",
"cross-env": "7.0.3",
"es-check": "7.1.1",
"esbuild": "0.21.1",
"esbuild": "0.21.2",
"eslint": "8.57.0",
"npm-run-all2": "6.1.2",
"rimraf": "5.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/exception/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"browserslist-to-esbuild": "2.1.1",
"cross-env": "7.0.3",
"es-check": "7.1.1",
"esbuild": "0.21.1",
"esbuild": "0.21.2",
"eslint": "8.57.0",
"npm-run-all2": "6.1.2",
"rimraf": "5.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/json-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"browserslist-to-esbuild": "2.1.1",
"cross-env": "7.0.3",
"es-check": "7.1.1",
"esbuild": "0.21.1",
"esbuild": "0.21.2",
"eslint": "8.57.0",
"npm-run-all2": "6.1.2",
"rimraf": "5.0.7",
Expand Down
Loading

0 comments on commit 392b715

Please sign in to comment.