Skip to content

Commit

Permalink
build(deps): update deps (#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens authored Jan 14, 2025
1 parent 5c9aeac commit 3e9b51e
Show file tree
Hide file tree
Showing 26 changed files with 1,526 additions and 1,110 deletions.
2 changes: 1 addition & 1 deletion .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
node-version:
required: false
description: "`node-version` passed to `actions/setup-node`."
default: "20"
default: "latest"

runs:
using: "composite"
Expand Down
2 changes: 2 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ const configs = await rsEslint(
eslint: pluginEslint,
},
rules: {
"import/extensions": "off",

// Some types say they have nonnullable properties, but they don't always.
"ts/no-unnecessary-condition": "off",
},
Expand Down
1 change: 1 addition & 0 deletions knip.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"project": ["src/**/*.ts!", "tests/**/*.{js,ts}"],
"ignore": ["lib/**", "tests/fixture/file.ts"],
"ignoreDependencies": ["@eslint/compat", "tsc-files"],
"ignoreBinaries": ["lint-staged"],
"exclude": ["exports", "nsExports", "types", "nsTypes"],
}
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"scripts": {
"build": "pnpm run build:node && pnpm run build:docs",
"build:docs": "eslint-doc-generator",
"build:node": "rimraf lib && rollup -c rollup.config.ts --configPlugin @rollup/plugin-typescript",
"build:node": "rimraf lib && rollup -c rollup.config.ts --configPlugin @rollup/plugin-typescript --configImportAttributesKey with",
"lint": "eslint && pnpm run lint:md && pnpm lint:eslint-docs && pnpm run lint:spelling && pnpm run lint:knip && pnpm run lint:packages",
"lint-fix": "pnpm run build && eslint --fix && pnpm run lint:md-fix && pnpm run lint:packages-fix",
"lint:eslint-docs": "eslint-doc-generator --check",
Expand Down Expand Up @@ -83,50 +83,50 @@
"dts-bundle-generator": "9.5.1"
},
"dependencies": {
"@typescript-eslint/utils": "^8.10.0",
"@typescript-eslint/utils": "^8.20.0",
"deepmerge-ts": "^7.1.3",
"escape-string-regexp": "^5.0.0",
"is-immutable-type": "^5.0.0",
"is-immutable-type": "^5.0.1",
"ts-api-utils": "^2.0.0",
"ts-declaration-location": "^1.0.4"
"ts-declaration-location": "^1.0.5"
},
"devDependencies": {
"@babel/eslint-parser": "7.25.9",
"@cspell/dict-cryptocurrencies": "5.0.3",
"@eslint/compat": "1.2.3",
"@rebeccastevens/eslint-config": "3.3.4",
"@rollup/plugin-replace": "6.0.1",
"@rollup/plugin-typescript": "12.1.1",
"@babel/eslint-parser": "7.26.5",
"@cspell/dict-cryptocurrencies": "5.0.4",
"@eslint/compat": "1.2.5",
"@rebeccastevens/eslint-config": "3.5.3",
"@rollup/plugin-replace": "6.0.2",
"@rollup/plugin-typescript": "12.1.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.1",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "11.0.1",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.3",
"@stylistic/eslint-plugin": "2.10.1",
"@stylistic/eslint-plugin": "2.13.0",
"@types/dedent": "0.7.2",
"@types/node": "18.19.67",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"@types/node": "18.19.70",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"@vitest/coverage-v8": "2.1.8",
"@vitest/eslint-plugin": "1.1.13",
"cspell": "8.17.1",
"@vitest/eslint-plugin": "1.1.25",
"cspell": "8.17.2",
"dedent": "1.5.3",
"eslint": "9.17.0",
"eslint": "9.18.0",
"eslint-config-prettier": "9.1.0",
"eslint-doc-generator": "2.0.2",
"eslint-flat-config-utils": "0.4.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-merge-processors": "0.1.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-eslint-plugin": "6.3.2",
"eslint-plugin-eslint-plugin": "6.4.0",
"eslint-plugin-format": "0.1.3",
"eslint-plugin-functional": "link:.",
"eslint-plugin-import-x": "4.4.3",
"eslint-plugin-jsdoc": "50.6.0",
"eslint-plugin-import-x": "4.6.1",
"eslint-plugin-jsdoc": "50.6.1",
"eslint-plugin-jsonc": "2.18.2",
"eslint-plugin-markdown": "5.1.0",
"eslint-plugin-n": "17.14.0",
"eslint-plugin-n": "17.15.1",
"eslint-plugin-no-only-tests": "3.3.0",
"eslint-plugin-optimize-regex": "1.2.1",
"eslint-plugin-prettier": "5.2.1",
Expand All @@ -135,24 +135,24 @@
"eslint-plugin-sonarjs": "3.0.1",
"eslint-plugin-unicorn": "56.0.1",
"eslint-plugin-yml": "1.16.0",
"eslint-vitest-rule-tester": "0.6.1",
"fast-glob": "3.3.2",
"eslint-vitest-rule-tester": "0.7.1",
"fast-glob": "3.3.3",
"husky": "9.1.7",
"jsonc-eslint-parser": "2.4.0",
"knip": "5.38.3",
"lint-staged": "15.2.10",
"markdownlint-cli2": "0.15.0",
"prettier": "3.4.1",
"knip": "5.42.0",
"lint-staged": "15.3.0",
"markdownlint-cli2": "0.17.1",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"rollup": "4.28.0",
"rollup": "4.30.1",
"rollup-plugin-deassert": "1.3.0",
"rollup-plugin-dts-bundle-generator": "1.4.0",
"semantic-release": "24.2.1",
"semantic-release-replace-plugin": "1.2.7",
"tsc-files": "1.1.4",
"tsx": "4.19.2",
"typescript": "5.7.2",
"vite-tsconfig-paths": "5.1.3",
"typescript": "5.7.3",
"vite-tsconfig-paths": "5.1.4",
"vitest": "2.1.8",
"yaml-eslint-parser": "1.2.3"
},
Expand All @@ -165,7 +165,7 @@
"optional": true
}
},
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.4",
"engines": {
"node": ">=v18.18.0"
},
Expand Down
Loading

0 comments on commit 3e9b51e

Please sign in to comment.