Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/site/typescript-5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarra authored Sep 16, 2024
2 parents fee500c + b6a8a72 commit 96c54c8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump_templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git config user.email vgvbot@users.noreply.github.com
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7.0.2
uses: peter-evans/create-pull-request@v7.0.3
with:
base: main
branch: feat/bump-template-bundles
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spdx_license_bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: 📝 Create Pull Request
if: ${{ env.did_change == 'true' }}
uses: peter-evans/create-pull-request@v7.0.2
uses: peter-evans/create-pull-request@v7.0.3
with:
base: main
branch: chore/update-spdx-license
Expand Down
3 changes: 2 additions & 1 deletion lib/src/pub_license/spdx_license.gen.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions site/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@docusaurus/module-type-aliases": "^3.5.2",
"@docusaurus/types": "^3.5.2",
"@docusaurus/tsconfig": "3.5.2",
"@types/react": "^18.3.5",
"@types/react": "^18.3.6",
"eslint": "^9.10.0",
"prettier": "^3.3.3",
"typescript": "^5.6.2",
Expand Down
3 changes: 2 additions & 1 deletion tool/spdx_license/test/spdx_license.gen.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 96c54c8

Please sign in to comment.