Skip to content

Commit

Permalink
chore(Deps): update various dependencies (#98)
Browse files Browse the repository at this point in the history
* chore(Deps): update various dependencies

* ci: unpin dependencies
  • Loading branch information
ijsKoud authored Aug 20, 2023
1 parent 023f23c commit 9e71400
Show file tree
Hide file tree
Showing 8 changed files with 158 additions and 432 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@v3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 # v2
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -54,7 +54,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 # v2
uses: github/codeql-action/autobuild@v2

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -68,4 +68,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 # v2
uses: github/codeql-action/analyze@v2
4 changes: 2 additions & 2 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@v3
with:
ref: ${{ github.event.inputs.ref || 'main' }}

- name: Use Node.js v16
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
uses: actions/setup-node@v3
with:
node-version: 16
cache: yarn
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@v3

- name: Install Node v18
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
Expand All @@ -27,10 +27,10 @@ jobs:
needs: Dependencies
steps:
- name: Checkout repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@v3

- name: Install Node v18
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
Expand All @@ -45,10 +45,10 @@ jobs:
needs: Dependencies
steps:
- name: Checkout repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@v3

- name: Install Node v18
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
Expand All @@ -63,10 +63,10 @@ jobs:
# needs: Dependencies
# steps:
# - name: Checkout repository
# uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
# uses: actions/checkout@v3

# - name: Install Node v18
# uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
# uses: actions/setup-node@v3
# with:
# node-version: 18
# cache: yarn
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:

steps:
- name: Checkout Project
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@v3

- name: Use Node.js v16
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
uses: actions/setup-node@v3
with:
node-version: 16
cache: yarn
Expand All @@ -44,7 +44,7 @@ jobs:
run: yarn docs

- name: Upload Documentation Artifacts
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
uses: actions/upload-artifact@v3
with:
name: docs
path: docs/api.json
Expand All @@ -67,10 +67,10 @@ jobs:

steps:
- name: Checkout Project
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@v3

- name: Use Node.js v16
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
uses: actions/setup-node@v3
with:
node-version: 16
cache: yarn
Expand All @@ -80,13 +80,13 @@ jobs:
run: yarn --immutable

- name: Download Documentation Artifacts
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3
uses: actions/download-artifact@v3
with:
name: docs
path: docs

- name: Checkout Documentation Project
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@v3
with:
repository: "snowcrystals/docs"
token: ${{ secrets.USER_TOKEN }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@v3

- name: Use Node.js v16
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
- name: Use Node.js v18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: yarn
registry-url: https://registry.yarnpkg.com/

Expand Down
5 changes: 1 addition & 4 deletions .prettierrc.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
const config = require("@sapphire/prettier-config");
config.singleQuote = false;
config.endOfLine = "auto";

const config = require("@snowcrystals/prettier-config");
module.exports = config;
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"files": [
"dist/"
],
"homepage": "https://github.com/snowcrystals/template",
"homepage": "https://github.com/snowcrystals/iglo",
"scripts": {
"build": "tsup src",
"build:watch": "tsc --watch",
Expand All @@ -33,13 +33,13 @@
"@commitlint/cli": "^17.7.1",
"@commitlint/config-angular": "^17.7.0",
"@favware/cliff-jumper": "^2.1.1",
"@sapphire/eslint-config": "^4.4.3",
"@sapphire/prettier-config": "^1.4.5",
"@sapphire/eslint-config": "^5.0.1",
"@sapphire/ts-config": "^4.0.1",
"@snowcrystals/prettier-config": "^1.0.0",
"@types/lodash": "^4.14.197",
"@types/node": "^18.17.6",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
Expand Down
Loading

0 comments on commit 9e71400

Please sign in to comment.