Skip to content

Commit

Permalink
fix(deps): update all minor dependency bump (#104)
Browse files Browse the repository at this point in the history
* fix(deps): update all minor dependency bump

* fix: typing of typescript export

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jakub Freisler <[email protected]>
  • Loading branch information
renovate[bot] and FRSgit authored Dec 27, 2024
1 parent 13047a6 commit c5f99a2
Show file tree
Hide file tree
Showing 8 changed files with 230 additions and 187 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@frsource/frschool-root",
"private": true,
"author": "FRSOURCE",
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.1",
"engines": {
"node": ">=18.x.x",
"npm": ">=8.x.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"publishConfig": {
"access": "public"
},
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.1",
"keywords": [
"eslint",
"eslintconfig"
Expand Down
5 changes: 3 additions & 2 deletions packages/eslint-config/typescript.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ export const overrides = [
...javascriptOverrides,
];

/** @type {import('typescript-eslint')['config']} */
export default ts.config(
/** @type {ReturnType<import('typescript-eslint')['config']>} */
const rules = ts.config(
js.configs.recommended,
...ts.configs.strict,
prettier,
...overrides,
);
export default rules;
2 changes: 1 addition & 1 deletion packages/globals-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"publishConfig": {
"access": "public"
},
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.1",
"keywords": [
"eslint",
"vitest",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"publishConfig": {
"access": "public"
},
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.1",
"keywords": [
"prettier",
"prettier config"
Expand Down
2 changes: 1 addition & 1 deletion packages/release-it-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"publishConfig": {
"access": "public"
},
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.1",
"keywords": [
"release-it",
"release-it config"
Expand Down
8 changes: 4 additions & 4 deletions packages/semantic-release-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"@frsource/prettier-config": "workspace:*",
"@frsource/release-it-config": "workspace:*",
"@types/node": "22.10.2",
"globals": "15.12.0",
"release-it": "17.10.0",
"globals": "15.14.0",
"release-it": "17.11.0",
"semantic-release": "24.2.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"semantic-release": ">= 24"
Expand All @@ -46,7 +46,7 @@
"publishConfig": {
"access": "public"
},
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.1",
"keywords": [
"semantic-release",
"semantic-release config"
Expand Down
Loading

0 comments on commit c5f99a2

Please sign in to comment.