Skip to content

Commit

Permalink
feat(deps): Update dependencies 2023.12.22 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion authored Jan 2, 2024
1 parent c7a061a commit 9a18f36
Show file tree
Hide file tree
Showing 14 changed files with 4,763 additions and 5,616 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
name: CI

on:
push:
branches: [main]
pull_request:
workflow_call:

concurrency:
Expand All @@ -14,10 +15,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 17, 18, 19, 20]
node: [18, 19, 20, 21]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: yarn
Expand Down
11 changes: 5 additions & 6 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Pages

on:
Expand All @@ -19,19 +18,19 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: yarn
- run: yarn install --immutable
- run: yarn docs
- uses: actions/configure-pages@v3
- uses: actions/configure-pages@v4
- uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site
- uses: actions/upload-pages-artifact@v2
- uses: actions/upload-pages-artifact@v3

deploy:
environment:
Expand All @@ -41,5 +40,5 @@ jobs:
needs: build

steps:
- uses: actions/deploy-pages@v2
- uses: actions/deploy-pages@v4
id: deployment
12 changes: 5 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Release

on:
Expand All @@ -14,19 +13,18 @@ jobs:

deploy:
runs-on: ubuntu-latest
needs: [build]

needs: build
permissions:
contents: write
issues: write
pull-requests: write
id-token: write

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
node-version-file: .nvmrc
cache: yarn
- run: yarn install --immutable
- run: yarn build
Expand All @@ -37,4 +35,4 @@ jobs:

pages:
uses: ./.github/workflows/pages.yml
needs: [deploy]
needs: deploy
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.5.0
21.5.0
541 changes: 0 additions & 541 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.1.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-engines.cjs
- checksum: 8f13acff9aef76f5fbfb5474b6d23b14ed3f49258cf4e344229e3515e42f4d6990e3c51b9ab176aa46c407fb9ca97fc0902c6400db5a44e9994d0b53512f3aed
path: .yarn/plugins/@yarnpkg/plugin-engines.cjs
spec: "https://raw.githubusercontent.com/devoto13/yarn-plugin-engines/main/bundles/%40yarnpkg/plugin-engines.js"

yarnPath: .yarn/releases/yarn-3.6.1.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
10 changes: 5 additions & 5 deletions examples/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"devDependencies": {
"@assertive-ts/core": "workspace:^",
"@examples/symbol-plugin": "workspace:^",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.8",
"jest": "^29.6.2",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}
8 changes: 4 additions & 4 deletions examples/mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"devDependencies": {
"@assertive-ts/core": "workspace:^",
"@examples/symbol-plugin": "workspace:^",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.8",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.5",
"mocha": "^10.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion examples/symbolPlugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@assertive-ts/core": "workspace:^",
"typescript": "^5.1.6"
"typescript": "^5.3.3"
},
"peerDependencies": {
"@assertive-ts/core": "*"
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"author": "Stack Builders <info@stackbuilders.com>",
"license": "MIT",
"engines": {
"node": ">=16"
"node": ">=18"
},
"packageManager": "yarn@3.6.1",
"packageManager": "yarn@4.0.2",
"workspaces": [
"packages/*",
"examples/*"
Expand All @@ -23,15 +23,15 @@
"test": "turbo run test"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.46.0",
"eslint-import-resolver-typescript": "^3.5.5",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-etc": "^2.0.3",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsdoc": "^46.4.6",
"eslint-plugin-sonarjs": "^0.20.0",
"turbo": "^1.10.12",
"typescript": "^5.1.6"
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^46.9.1",
"eslint-plugin-sonarjs": "^0.23.0",
"turbo": "^1.11.2",
"typescript": "^5.3.3"
}
}
22 changes: 11 additions & 11 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@
"fast-deep-equal": "^3.1.3"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.8",
"@types/sinon": "^10.0.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.5",
"@types/sinon": "^17.0.2",
"all-contributors-cli": "^6.26.1",
"mocha": "^10.2.0",
"semantic-release": "^21.0.7",
"semantic-release-yarn": "^2.0.0",
"sinon": "^15.2.0",
"ts-node": "^10.9.1",
"typedoc": "^0.24.8",
"typedoc-plugin-markdown": "^3.15.4",
"typedoc-plugin-merge-modules": "^5.0.1",
"typescript": "^5.1.6"
"semantic-release": "^22.0.12",
"semantic-release-yarn": "^3.0.2",
"sinon": "^17.0.1",
"ts-node": "^10.9.2",
"typedoc": "^0.25.4",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-merge-modules": "^5.1.0",
"typescript": "^5.3.3"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit 9a18f36

Please sign in to comment.