Skip to content
Merged
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
935 changes: 0 additions & 935 deletions .yarn/releases/yarn-4.7.0.cjs

This file was deleted.

948 changes: 948 additions & 0 deletions .yarn/releases/yarn-4.9.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ logFilters:

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.7.0.cjs
yarnPath: .yarn/releases/yarn-4.9.0.cjs
24 changes: 12 additions & 12 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@
},
"dependencies": {
"@types/mdx": "^2.0.13",
"fumadocs-core": "^15.0.15",
"fumadocs-core": "^15.2.6",
"fumadocs-docgen": "^2.0.0",
"fumadocs-mdx": "^11.5.6",
"fumadocs-ui": "^15.0.15",
"fumadocs-mdx": "^11.5.8",
"fumadocs-ui": "^15.2.6",
"geist": "^1.3.1",
"next": "15.2.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"sharp": "^0.33.5"
"next": "15.3.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"sharp": "^0.34.1"
},
"devDependencies": {
"@fumadocs/cli": "^0.0.8",
"@fumadocs/cli": "^0.1.1",
"@tagscript/plugin-discord": "workspace:^",
"@tailwindcss/postcss": "^4.0.9",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@tailwindcss/postcss": "^4.1.3",
"@types/react": "19.1.1",
"@types/react-dom": "19.1.2",
"eslint-config-mahir": "^1.0.7",
"tagscript": "workspace:^",
"tailwindcss": "^4.0.9",
"tailwindcss": "^4.1.3",
"tailwindcss-animate": "^1.0.7"
},
"nextBundleAnalysis": {}
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,29 +21,29 @@
"typecheck": "turbo run typecheck"
},
"devDependencies": {
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@favware/cliff-jumper": "^6.0.0",
"@favware/colorette-spinner": "^1.0.1",
"@favware/npm-deprecate": "^2.0.0",
"@types/node": "^22.13.9",
"@types/node": "^22.14.0",
"@types/prompts": "^2.4.9",
"@vitest/coverage-v8": "^3.0.7",
"@vitest/coverage-v8": "^3.1.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.21.0",
"eslint": "^9.24.0",
"eslint-config-mahir": "^1.0.7",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"lint-staged": "^15.5.1",
"prettier": "^3.5.3",
"prompts": "^2.4.2",
"tsup": "^8.4.0",
"turbo": "^2.4.4",
"typedoc": "^0.27.9",
"turbo": "^2.5.0",
"typedoc": "^0.28.2",
"typedoc-plugin-external-link": "^3.0.2",
"typedoc-plugin-markdown": "4.4.2",
"typedoc-plugin-markdown": "4.6.2",
"typedoc-plugin-mdn-links": "^5.0.1",
"typescript": "^5.8.2",
"vitest": "^3.0.7"
"typescript": "^5.8.3",
"vitest": "^3.1.1"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -72,6 +72,6 @@
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
},
"packageManager": "yarn@4.7.0",
"packageManager": "yarn@4.9.0",
"nextBundleAnalysis": {}
}
2 changes: 1 addition & 1 deletion packages/tagscript-plugin-discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"discord.js": "^14.18.0",
"tagscript": "workspace:^",
"tsup": "^8.4.0",
"typescript": "^5.8.2"
"typescript": "^5.8.3"
},
"peerDependencies": {
"discord.js": "^14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tagscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^6.0.0",
"tsup": "^8.4.0",
"typescript": "^5.8.2"
"typescript": "^5.8.3"
},
"engines": {
"node": ">=v14.0.0"
Expand Down
4 changes: 2 additions & 2 deletions scripts/yarnCache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
echo "CACHE_FOLDER=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT

- name: Restore yarn cache
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
id: yarn-download-cache
with:
path: ${{ steps.yarn-config.outputs.CACHE_FOLDER }}
Expand All @@ -20,7 +20,7 @@ runs:

- name: Restore yarn install state
id: yarn-install-state-cache
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
with:
path: .yarn/ci-cache/
key: ${{ runner.os }}-yarn-install-state-cache-${{ hashFiles('yarn.lock', '.yarnrc.yml') }}
Expand Down
Loading