Skip to content

Commit

Permalink
Merge branch 'next' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Dec 2, 2024
2 parents 978ab39 + 7d59cd9 commit 22cd4ef
Show file tree
Hide file tree
Showing 11 changed files with 534 additions and 664 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
run: pnpm vitest run --coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0

- name: Set node version to 22
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 22
cache: 'pnpm'
Expand Down
1 change: 0 additions & 1 deletion eslint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ const config: ReturnType<typeof tseslint.config> = tseslint.config(

// TODO @Shinigami92 2023-09-23: The following rules currently conflict with our code.
// Each rule should be checked whether it should be enabled/configured and the problems fixed, or stay disabled permanently.
'unicorn/prefer-export-from': 'off',
'unicorn/prevent-abbreviations': 'off',
},
},
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,46 +104,46 @@
"dist"
],
"devDependencies": {
"@eslint/compat": "1.2.2",
"@eslint/js": "9.14.0",
"@stylistic/eslint-plugin": "2.10.1",
"@eslint/compat": "1.2.3",
"@eslint/js": "9.16.0",
"@stylistic/eslint-plugin": "2.11.0",
"@types/eslint__js": "8.42.3",
"@types/node": "22.8.6",
"@types/node": "22.10.1",
"@types/sanitize-html": "2.13.0",
"@types/semver": "7.5.8",
"@types/validator": "13.12.2",
"@vitest/coverage-v8": "2.1.4",
"@vitest/eslint-plugin": "1.1.7",
"@vitest/ui": "2.1.4",
"@vueuse/core": "11.2.0",
"@vitest/coverage-v8": "2.1.6",
"@vitest/eslint-plugin": "1.1.13",
"@vitest/ui": "2.1.6",
"@vueuse/core": "12.0.0",
"commit-and-tag-version": "12.5.0",
"cypress": "13.15.1",
"eslint": "9.14.0",
"cypress": "13.16.0",
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-file-progress": "3.0.1",
"eslint-plugin-jsdoc": "50.4.3",
"eslint-plugin-jsdoc": "50.6.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-unicorn": "56.0.0",
"jiti": "2.3.3",
"eslint-plugin-unicorn": "56.0.1",
"jiti": "2.4.1",
"npm-run-all2": "7.0.1",
"prettier": "3.3.3",
"prettier": "3.4.1",
"prettier-plugin-organize-imports": "4.1.0",
"prettier-plugin-packagejson": "2.5.3",
"prettier-plugin-packagejson": "2.5.6",
"rimraf": "5.0.10",
"sanitize-html": "2.13.1",
"semver": "7.6.3",
"ts-morph": "24.0.0",
"tsup": "8.3.5",
"tsx": "4.19.2",
"typescript": "5.6.3",
"typescript-eslint": "8.12.2",
"typescript": "5.7.2",
"typescript-eslint": "8.16.0",
"validator": "13.12.0",
"vitepress": "1.4.3",
"vitest": "2.1.4",
"vue": "3.5.12",
"vitepress": "1.5.0",
"vitest": "2.1.6",
"vue": "3.5.13",
"vue-tsc": "2.1.10"
},
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.14.4",
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
Expand Down
Loading

0 comments on commit 22cd4ef

Please sign in to comment.