Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

- name: Setup Node.js LTS
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

- name: Setup Node.js ${{ matrix.node }}
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
NODE_ENV: production

- name: Codecov
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkg-pr-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout Repo
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

- name: Setup Node.js LTS
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkg-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

- name: Setup Node.js LTS
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
Expand Down
940 changes: 0 additions & 940 deletions .yarn/releases/yarn-4.15.0.cjs

This file was deleted.

944 changes: 944 additions & 0 deletions .yarn/releases/yarn-4.17.1.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 @@ -7,4 +7,4 @@ plugins:
path: .yarn/plugins/plugin-prepare-lifecycle.cjs
spec: 'https://github.com/un-es/yarn-plugin-prepare-lifecycle/releases/download/v0.0.1/index.js'

yarnPath: .yarn/releases/yarn-4.15.0.cjs
yarnPath: .yarn/releases/yarn-4.17.1.cjs
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"workspaces": [
"packages/*"
],
"packageManager": "yarn@4.15.0",
"packageManager": "yarn@4.17.1",
"scripts": {
"check": "eslint-config-prettier .eslintrc.js",
"format": "prettier --write .",
Expand All @@ -26,7 +26,7 @@
},
"devDependencies": {
"@angular/compiler": "^21.2.15",
"@angular/compiler-cli": "^21.2.15",
"@angular/compiler-cli": "^22.0.0",
"@angular/core": "^21.2.15",
"@babel/eslint-parser": "^8.0.0-rc.6",
"@babel/eslint-plugin": "^8.0.0-rc.6",
Expand All @@ -44,7 +44,7 @@
"@unts/patch-package": "^8.1.1",
"@vitest/coverage-istanbul": "^4.1.7",
"@vitest/eslint-plugin": "^1.6.18",
"angular-eslint": "^21.4.0",
"angular-eslint": "^22.0.0",
"angular-eslint-template-parser": "^0.1.3",
"eslint": "^10.4.1",
"eslint-config-prettier": "^10.1.8",
Expand All @@ -65,7 +65,7 @@
"simple-git-hooks": "^2.13.1",
"stylelint": "^17.12.0",
"type-coverage": "^2.29.7",
"typescript": "^6.0.3",
"typescript": "^7.0.0",
"vitest": "^4.1.7",
"vue": "^3.5.35",
"vue-tsc": "^3.3.3",
Expand Down
14 changes: 7 additions & 7 deletions packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"@babel/core": ">=7.14.1"
},
"dependencies": {
"@babel/helper-plugin-utils": "^7.29.7",
"@babel/plugin-proposal-decorators": "^7.29.7",
"@babel/plugin-transform-class-properties": "^7.29.7",
"@babel/preset-env": "^7.29.7",
"@babel/preset-react": "^7.29.7",
"@babel/preset-typescript": "^7.29.7",
"@babel/helper-plugin-utils": "^8.0.0",
"@babel/plugin-proposal-decorators": "^8.0.0",
"@babel/plugin-transform-class-properties": "^8.0.0",
"@babel/preset-env": "^8.0.0",
"@babel/preset-react": "^8.0.0",
"@babel/preset-typescript": "^8.0.0",
"@pkgr/utils": "^4.1.0",
"@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
"@vue/babel-plugin-jsx": "^1.5.0 || ^2.0.1",
"@vue/babel-plugin-jsx": "^3.0.0",
"@vue/babel-preset-jsx": "^1.4.0",
"babel-plugin-import": "^1.13.8",
"babel-plugin-transform-async-to-promises": "^0.8.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/common-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@1stg/remark-preset": "^3.2.0",
"@1stg/simple-git-hooks": "^2.1.0",
"@1stg/tsconfig": "^4.0.0",
"@babel/core": "^7.29.7",
"@babel/core": "^8.0.0",
"tslib": "^2.8.1"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"./recommended": "./recommended.js"
},
"peerDependencies": {
"@babel/eslint-parser": "^7.0.0",
"@babel/eslint-plugin": "^7.0.0",
"@babel/eslint-parser": "^8.0.0",
"@babel/eslint-plugin": "^8.0.0",
"@eslint-react/eslint-plugin": ">=1.0.0",
"@vitest/eslint-plugin": "^1.0.0",
"angular-eslint": ">=18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"cssnano": "^7.1.9 || ^8.0.1",
"cssnano-preset-advanced": "^7.1.9 || ^8.0.1",
"postcss-import": "^16.1.1",
"postcss-modules": "^6.0.1",
"postcss-modules": "^9.0.0",
"postcss-normalize": "^13.0.1",
"postcss-preset-env": "^10.6.1 || ^11.3.0",
"postcss-url": "^10.1.4"
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 @@ -38,7 +38,7 @@
"prettier-plugin-jsdoc-type": "^0.2.0",
"prettier-plugin-pkg": "^0.22.1",
"prettier-plugin-properties": "^0.3.1",
"prettier-plugin-sh": "^0.18.1",
"prettier-plugin-sh": "^0.19.0",
"prettier-plugin-stylus": "^0.1.0",
"prettier-plugin-toml": "^2.0.6"
},
Expand Down
Loading
Loading