Skip to content

Commit

Permalink
chore(deps): update all minor dependency bump (#81)
Browse files Browse the repository at this point in the history
* chore(release): @frsource/release-it-config v1.17.0

* chore(deps): update all minor dependency bump

---------

Co-authored-by: Jakub Freisler <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and FRSgit authored Oct 6, 2024
1 parent 12febe0 commit bab37a3
Show file tree
Hide file tree
Showing 9 changed files with 113 additions and 273 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.17.0
20.18.0
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.11.0",
"packageManager": "pnpm@9.12.0",
"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.11.0",
"packageManager": "pnpm@9.12.0",
"keywords": [
"eslint",
"eslintconfig"
Expand Down
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.11.0",
"packageManager": "pnpm@9.12.0",
"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.11.0",
"packageManager": "pnpm@9.12.0",
"keywords": [
"prettier",
"prettier config"
Expand Down
2 changes: 2 additions & 0 deletions packages/release-it-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@


# [1.17.0](https://github.com/FRSOURCE/toolkit/compare/@frsource/release-it-config-v1.16.0...${npm.name}-v1.17.0) (2024-10-06)

# [1.16.0](https://github.com/FRSOURCE/toolkit/compare/@frsource/release-it-config-v1.15.0...${npm.name}-v1.16.0) (2024-09-23)

# [1.15.0](https://github.com/FRSOURCE/toolkit/compare/@frsource/release-it-config-v1.14.0...${npm.name}-v1.15.0) (2024-09-13)
Expand Down
4 changes: 2 additions & 2 deletions packages/release-it-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frsource/release-it-config",
"version": "1.16.0",
"version": "1.17.0",
"main": "index.cjs",
"types": "index.d.cts",
"type": "module",
Expand Down Expand Up @@ -39,7 +39,7 @@
"publishConfig": {
"access": "public"
},
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.12.0",
"keywords": [
"release-it",
"release-it config"
Expand Down
6 changes: 3 additions & 3 deletions packages/semantic-release-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@frsource/prettier-config": "workspace:*",
"@frsource/release-it-config": "workspace:*",
"@types/node": "20.16.10",
"globals": "15.9.0",
"release-it": "17.6.0",
"globals": "15.10.0",
"release-it": "17.7.0",
"semantic-release": "24.1.2",
"typescript": "5.6.2"
},
Expand All @@ -46,7 +46,7 @@
"publishConfig": {
"access": "public"
},
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.12.0",
"keywords": [
"semantic-release",
"semantic-release config"
Expand Down
Loading

0 comments on commit bab37a3

Please sign in to comment.