Skip to content

Commit

Permalink
fix(deps): upgrade dependencies [auto] (#208)
Browse files Browse the repository at this point in the history
* fix(deps): upgrade dependencies [auto]

* chore(core): update changefiles

* fix(heft-esbuild-plugin): add protobuf runtime dependencies as external dependencies

* fix(heft-node-rig): update github-actions rig to support new v4 actions/cache with protobuf

* fix: add protobuf to spelling whitelist

* fix(deps): rollback @actions/cache version to mitigate

visit actions/toolkit#1898 for more information

---------

Co-authored-by: Kamontat Chantrachirathumrong <14089557+kamontat@users.noreply.github.com>
  • Loading branch information
kc-bot and kamontat authored Dec 8, 2024
1 parent 69d7242 commit c812c7c
Show file tree
Hide file tree
Showing 61 changed files with 1,197 additions and 1,055 deletions.
1 change: 1 addition & 0 deletions .github/linters/cspell-apps.dict.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ sonar
sonarqube
sonarcloud
astrojs
protobuf
4 changes: 2 additions & 2 deletions common/autoinstallers/rush-api-documenter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"@microsoft/api-documenter": "7.26.0",
"typedoc": "0.27.2",
"@microsoft/api-documenter": "7.26.1",
"typedoc": "0.27.3",
"typedoc-github-theme": "0.2.0",
"typedoc-plugin-missing-exports": "3.1.0",
"typedoc-plugin-extras": "3.1.0"
Expand Down
38 changes: 19 additions & 19 deletions common/autoinstallers/rush-api-documenter/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion common/autoinstallers/rush-commitlint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@commitlint/config-conventional": "19.6.0",
"@commitlint/cz-commitlint": "19.5.0",
"commitizen": "4.3.1",
"inquirer": "12.1.0"
"inquirer": "12.2.0"
},
"devDependencies": {
"@commitlint/types": "19.5.0"
Expand Down
134 changes: 67 additions & 67 deletions common/autoinstallers/rush-commitlint/pnpm-lock.yaml

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

Loading

0 comments on commit c812c7c

Please sign in to comment.