Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ahochsteger committed Dec 26, 2023
1 parent 05ca898 commit 13f531a
Show file tree
Hide file tree
Showing 8 changed files with 90 additions and 90 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ jobs:
steps:
- id: checkout
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
with:
persist-credentials: false
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
- id: nodejs
name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
with:
node-version: 20.x
cache: "npm"
Expand All @@ -82,7 +82,7 @@ jobs:
- id: coveralls
if: ${{ !github.event.inputs.skip_coveralls }}
name: Coveralls
uses: coverallsapp/github-action@v2
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2
- id: sonarcloud
if: ${{ !github.event.inputs.skip_sonarcloud }}
name: SonarCloud Scan
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ jobs:
steps:
- id: checkout
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
with:
persist-credentials: false
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
- id: nodejs
name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
with:
node-version: 20.x
cache: "npm"
Expand All @@ -57,6 +57,6 @@ jobs:
run: npm run ci:docs
- name: Deploy Pages
id: deploy-pages
uses: JamesIves/github-pages-deploy-action@v4
uses: JamesIves/github-pages-deploy-action@65b5dfd4f5bcd3a7403bbc2959c144256167464e # v4
with:
folder: docs/build
6 changes: 3 additions & 3 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
steps:
- id: checkout
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
with:
persist-credentials: false
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
- id: nodejs
name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
with:
node-version: 20.x
cache: "npm"
Expand All @@ -50,7 +50,7 @@ jobs:
- id: coveralls
if: ${{ !github.event.inputs.skip_coveralls }}
name: Coveralls
uses: coverallsapp/github-action@v2
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2
- id: sonarcloud
if: ${{ env.SONAR_TOKEN && !github.event.inputs.skip_sonarcloud }}
name: SonarCloud Scan
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
steps:
- id: checkout
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
with:
persist-credentials: false
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
- id: nodejs
name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
with:
node-version: 20.x
cache: "npm"
Expand Down
6 changes: 3 additions & 3 deletions docs/package-lock.json

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

6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"react-toastify": "^9.1.3"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.0.0",
"@docusaurus/tsconfig": "^3.0.1",
"typescript": "^5.3.3"
"@docusaurus/module-type-aliases": "3.0.1",
"@docusaurus/tsconfig": "3.0.1",
"typescript": "5.3.3"
},
"resolutions": {
"wait-on": "^7.2.0"
Expand Down
76 changes: 38 additions & 38 deletions package-lock.json

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

70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,41 +78,41 @@
],
"license": "Apache-2.0",
"devDependencies": {
"@casualbot/jest-sonar-reporter": "^2.3.1",
"@google/clasp": "^2.4.2",
"@qiwi/semantic-release-gh-pages-plugin": "^5.2.11",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/google-apps-script": "^1.0.78",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"all-contributors-cli": "^6.26.1",
"concurrently": "^8.2.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-googleappsscript": "^1.0.5",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-tsdoc": "^0.2.17",
"gas-webpack-plugin": "^2.5.0",
"jest": "^29.7.0",
"jest-mock-extended": "^3.0.5",
"jscpd": "^3.5.10",
"jsdoc": "^4.0.2",
"json5": "^2.2.3",
"prettier": "^3.1.1",
"prettier-plugin-organize-imports": "^3.2.4",
"semantic-release": "^22.0.12",
"sonarqube-scanner": "^3.3.0",
"ts-jest": "^29.1.1",
"ts-prune": "^0.10.3",
"typedoc": "^0.25.4",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.3.3",
"typescript-json-schema": "^0.62.0",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
"@casualbot/jest-sonar-reporter": "2.3.1",
"@google/clasp": "2.4.2",
"@qiwi/semantic-release-gh-pages-plugin": "5.2.11",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@types/google-apps-script": "1.0.78",
"@types/jest": "29.5.11",
"@types/node": "20.10.5",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"all-contributors-cli": "6.26.1",
"concurrently": "8.2.2",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-googleappsscript": "1.0.5",
"eslint-plugin-prettier": "5.1.2",
"eslint-plugin-tsdoc": "0.2.17",
"gas-webpack-plugin": "2.5.0",
"jest": "29.7.0",
"jest-mock-extended": "3.0.5",
"jscpd": "3.5.10",
"jsdoc": "4.0.2",
"json5": "2.2.3",
"prettier": "3.1.1",
"prettier-plugin-organize-imports": "3.2.4",
"semantic-release": "22.0.12",
"sonarqube-scanner": "3.3.0",
"ts-jest": "29.1.1",
"ts-prune": "0.10.3",
"typedoc": "0.25.4",
"typedoc-plugin-markdown": "3.17.1",
"typescript": "5.3.3",
"typescript-json-schema": "0.62.0",
"webpack": "5.89.0",
"webpack-cli": "5.1.4"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 13f531a

Please sign in to comment.