Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/next' into refactor/number/depre…
Browse files Browse the repository at this point in the history
…cate-precision-in-favor-of-multiple-of
  • Loading branch information
xDivisionByZerox committed Dec 29, 2023
2 parents a92770a + 945acc1 commit 23a91f0
Show file tree
Hide file tree
Showing 15 changed files with 554 additions and 386 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -35,6 +35,7 @@ module.exports = defineConfig({
eqeqeq: ['error', 'always', { null: 'ignore' }],
'no-else-return': 'error',
'no-restricted-globals': ['error', 'Intl'],
'prefer-exponentiation-operator': 'error',
'prefer-template': 'error',

'unicorn/no-nested-ternary': 'off', // incompatible with prettier
Expand Down
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -90,32 +90,32 @@
"@actions/github": "~6.0.0",
"@algolia/client-search": "~4.19.1",
"@eslint-types/deprecation": "2.0.0-1",
"@eslint-types/jsdoc": "~46.9.0",
"@eslint-types/prettier": "5.0.1-1",
"@eslint-types/typescript-eslint": "~6.12.0",
"@eslint-types/jsdoc": "~46.9.1",
"@eslint-types/prettier": "5.1.2",
"@eslint-types/typescript-eslint": "~6.16.0",
"@eslint-types/unicorn": "~49.0.0",
"@types/markdown-it": "~13.0.7",
"@types/node": "~20.10.5",
"@types/sanitize-html": "~2.9.5",
"@types/semver": "~7.5.6",
"@types/validator": "~13.11.7",
"@typescript-eslint/eslint-plugin": "~6.14.0",
"@typescript-eslint/parser": "~6.14.0",
"@typescript-eslint/eslint-plugin": "~6.16.0",
"@typescript-eslint/parser": "~6.16.0",
"@vitest/coverage-v8": "~0.34.6",
"@vitest/ui": "~0.34.7",
"@vueuse/core": "~10.7.0",
"@vueuse/core": "~10.7.1",
"conventional-changelog-cli": "~4.1.0",
"cypress": "~13.6.1",
"cypress": "~13.6.2",
"esbuild": "~0.19.10",
"eslint": "~8.56.0",
"eslint-config-prettier": "~9.1.0",
"eslint-define-config": "~2.0.0",
"eslint-define-config": "~2.1.0",
"eslint-gitignore": "~0.1.0",
"eslint-plugin-deprecation": "~2.0.0",
"eslint-plugin-jsdoc": "~46.9.1",
"eslint-plugin-prettier": "~5.1.0",
"eslint-plugin-prettier": "~5.1.2",
"eslint-plugin-unicorn": "~49.0.0",
"eslint-plugin-vitest": "~0.3.18",
"eslint-plugin-vitest": "~0.3.20",
"glob": "~10.3.10",
"npm-run-all": "~4.1.5",
"prettier": "3.1.1",
Expand Down

0 comments on commit 23a91f0

Please sign in to comment.