Skip to content

Commit

Permalink
Merge branch 'main' into versioned
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 20, 2023
2 parents f52318a + 16db87f commit 624ed4f
Show file tree
Hide file tree
Showing 4 changed files with 141 additions and 123 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.3.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v34.105.3
uses: renovatebot/github-action@v34.105.6
with:
configurationFile: renovate.json
token: ${{ secrets.GH_PAT }}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/jest": "29.2.6",
"@types/mime": "3.0.1",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/sharp": "0.31.1",
"@types/svgo": "2.6.4",
Expand All @@ -51,7 +51,7 @@
"d3-scale": "4.0.2",
"diff": "5.1.0",
"esbuild": "0.17.3",
"esbuild-css-modules-plugin": "2.7.0",
"esbuild-css-modules-plugin": "2.7.1",
"eslint": "8.32.0",
"eslint-config-next": "13.1.2",
"eslint-config-prettier": "8.6.0",
Expand All @@ -77,7 +77,7 @@
"react-router-dom": "6.7.0",
"react-spring": "9.6.1",
"regenerator-runtime": "0.13.11",
"renovate": "^34.105.3",
"renovate": "^34.105.6",
"sharp": "0.31.3",
"stylelint": "14.16.1",
"stylelint-config-css-modules": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion ts/next.js/rules.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def next_project(name, srcs, **kwargs):
outs = ["buildid.sed"],
srcs = [name + "_latest_commit"],
cmd_bash = """
echo "s|/\\*REPLACE\\*/ throw new Error() /\\*REPLACE\\*/|return \\"https://github.com/zemnmez/monorepo/commit/$$(cat $(location """ +
echo "s|/\\*REPLACE\\*/ throw new Error() /\\*REPLACE\\*/|return \\"$$(cat $(location """ +
name +
"""_latest_commit))\\"|g" >$@
""",
Expand Down
Loading

0 comments on commit 624ed4f

Please sign in to comment.