Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/renovate-58355f5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@adbayb/stack": minor
---

Updated dependency `@types/node` to `24.12.2`.
17 changes: 17 additions & 0 deletions .changeset/renovate-a222157.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
"@adbayb/stack": minor
---

Updated dependency `@changesets/cli` to `^2.31.0`.
Updated dependency `@commitlint/cli` to `^20.5.2`.
Updated dependency `@eslint/compat` to `^2.0.5`.
Updated dependency `@vitest/eslint-plugin` to `^1.6.16`.
Updated dependency `eslint` to `^10.2.1`.
Updated dependency `eslint-plugin-jsdoc` to `^62.9.0`.
Updated dependency `eslint-plugin-perfectionist` to `^5.9.0`.
Updated dependency `eslint-plugin-sonarjs` to `^4.0.3`.
Updated dependency `globals` to `^17.5.0`.
Updated dependency `prettier` to `^3.8.3`.
Updated dependency `turbo` to `^2.9.6`.
Updated dependency `typescript` to `^6.0.3`.
Updated dependency `typescript-eslint` to `^8.59.0`.
13 changes: 13 additions & 0 deletions .changeset/renovate-ea51707.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"@adbayb/stack": minor
---

Updated dependency `@changesets/changelog-github` to `^0.7.0`.
Updated dependency `@commitlint/cli` to `^20.5.3`.
Updated dependency `@commitlint/config-conventional` to `^20.5.3`.
Updated dependency `@eslint/compat` to `^2.1.0`.
Updated dependency `@vitest/eslint-plugin` to `^1.6.17`.
Updated dependency `eslint` to `^10.3.0`.
Updated dependency `globals` to `^17.6.0`.
Updated dependency `turbo` to `^2.9.12`.
Updated dependency `typescript-eslint` to `^8.59.2`.
2 changes: 1 addition & 1 deletion .github/workflows/dependency_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
git config --global user.email adbayb@gmail.com
git config --global user.name 'Ayoub Adib'
- name: Create changelog entry
uses: actions/github-script@v8
uses: actions/github-script@v9
# Credits to https://github.com/backstage/backstage/blob/bcc11651add5a2589898dfb9d665ebb9d412201b/.github/workflows/sync_renovate-changesets.yml
with:
script: |
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.14.1
24.15.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@adbayb/stack": "workspace:*"
},
"packageManager": "pnpm@10.33.0",
"packageManager": "pnpm@10.33.2",
"engines": {
"node": ">=24.0.0",
"pnpm": ">=10.0.0"
Expand Down
1,109 changes: 651 additions & 458 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,37 +46,37 @@
"watch": "quickbundle watch"
},
"dependencies": {
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0",
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@changesets/changelog-github": "^0.7.0",
"@changesets/cli": "^2.31.0",
"@commitlint/cli": "^20.5.3",
"@commitlint/config-conventional": "^20.5.3",
"@eslint-react/eslint-plugin": "^3.0.0",
"@eslint/compat": "^2.0.3",
"@eslint/compat": "^2.1.0",
"@stylistic/eslint-plugin": "^5.10.0",
"@vitest/eslint-plugin": "^1.6.13",
"eslint": "^10.1.0",
"@vitest/eslint-plugin": "^1.6.17",
"eslint": "^10.3.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-depend": "^1.5.0",
"eslint-plugin-import-x": "^4.16.2",
"eslint-plugin-jsdoc": "^62.8.0",
"eslint-plugin-jsdoc": "^62.9.0",
"eslint-plugin-mdx": "^3.7.0",
"eslint-plugin-n": "^17.24.0",
"eslint-plugin-perfectionist": "^5.7.0",
"eslint-plugin-perfectionist": "^5.9.0",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-sonarjs": "^4.0.2",
"eslint-plugin-sonarjs": "^4.0.3",
"eslint-plugin-unicorn": "^63.0.0",
"fdir": "^6.5.0",
"globals": "^17.4.0",
"prettier": "^3.8.1",
"globals": "^17.6.0",
"prettier": "^3.8.3",
"prettier-plugin-packagejson": "^3.0.2",
"termost": "^1.9.0",
"turbo": "^2.8.20",
"typescript": "^6.0.2",
"typescript-eslint": "^8.57.2"
"turbo": "^2.9.12",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.2"
},
"devDependencies": {
"@types/node": "24.12.0",
"@types/node": "24.12.2",
"quickbundle": "2.16.0"
},
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
git config --global user.email adbayb@gmail.com
git config --global user.name 'Ayoub Adib'
- name: Create changelog entry
uses: actions/github-script@v8
uses: actions/github-script@v9
# Credits to https://github.com/backstage/backstage/blob/bcc11651add5a2589898dfb9d665ebb9d412201b/.github/workflows/sync_renovate-changesets.yml
with:
script: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
git config --global user.email adbayb@gmail.com
git config --global user.name 'Ayoub Adib'
- name: Create changelog entry
uses: actions/github-script@v8
uses: actions/github-script@v9
# Credits to https://github.com/backstage/backstage/blob/bcc11651add5a2589898dfb9d665ebb9d412201b/.github/workflows/sync_renovate-changesets.yml
with:
script: |
Expand Down