Skip to content

Commit 3d29f6d

Browse files
renovate[bot]renovate-botkodiakhq[bot]ascorbic
authored
chore(deps): update dependency eslint-plugin-react-hooks to v4.3.0 (#933)
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> Co-authored-by: Matt Kane <m@mk.gg>
1 parent b7fbe83 commit 3d29f6d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

demos/default/netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[build]
22
command = "next build"
33
publish = ".next"
4-
ignore = "echo CACHED_COMMIT_REF: $CACHED_COMMIT_REF COMMIT_REF: $COMMIT_REF && git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF ../../"
54

5+
# ignore = "echo CACHED_COMMIT_REF: $CACHED_COMMIT_REF COMMIT_REF: $COMMIT_REF && git diff --exit-code $CACHED_COMMIT_REF $COMMIT_REF ../../"
66
[build.environment]
77
# cache Cypress binary in local "node_modules" folder
88
# so Netlify caches it

demos/nx-next-monorepo-demo/netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[build]
22
command = "npm run build"
33
publish = "dist/apps/demo-monorepo/.next"
4-
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF ../../"
54

5+
# ignore = "git diff --exit-code $CACHED_COMMIT_REF $COMMIT_REF ../../"
66
[dev]
77
command = "npm run start"
88
targetPort = 4200

demos/nx-next-monorepo-demo/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/nx-next-monorepo-demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"eslint-plugin-import": "2.25.3",
4646
"eslint-plugin-jsx-a11y": "6.5.1",
4747
"eslint-plugin-react": "7.26.1",
48-
"eslint-plugin-react-hooks": "4.2.0",
48+
"eslint-plugin-react-hooks": "4.3.0",
4949
"jest": "27.4.3",
5050
"prettier": "^2.3.1",
5151
"ts-jest": "27.1.0",

demos/static-root/netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[build]
22
command = "next build"
33
publish = ".next"
4-
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../../"
54

5+
# ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../../"
66
[build.environment]
77
# cache Cypress binary in local "node_modules" folder
88
# so Netlify caches it

0 commit comments

Comments
 (0)