Skip to content

Commit

Permalink
chore: bump all (dev)Dependencies (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Nov 3, 2022
1 parent f22ea10 commit 16bf6b4
Show file tree
Hide file tree
Showing 18 changed files with 13,316 additions and 16,675 deletions.
8 changes: 8 additions & 0 deletions .changeset/nasty-colts-attack.md
@@ -0,0 +1,8 @@
---
"@1stg/app-config": minor
"@1stg/common-config": minor
"@1stg/eslint-config": minor
"@1stg/stylelint-config": minor
---

chore: bump all (dev)Dependencies
1 change: 0 additions & 1 deletion .codesandbox/ci.json
@@ -1,6 +1,5 @@
{
"node": "16",
"installCommand": "codesandbox:install",
"buildCommand": false,
"sandboxes": []
}
1 change: 0 additions & 1 deletion .eslintignore
Expand Up @@ -3,6 +3,5 @@ dist
lib
node_modules
CHANGELOG.md
/pnpm-lock.yaml
!/.github
!/.*.js
20 changes: 8 additions & 12 deletions .github/workflows/ci.yml
Expand Up @@ -18,32 +18,28 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: latest

- name: Setup Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: pnpm
cache: yarn

- name: Install Dependencies
run: pnpm i --no-frozen-lockfile
run: yarn --frozen-lockfile

- name: Check, Lint and test
run: |
pnpm check
pnpm browserslist
pnpm lint
pnpm test
yarn run check
yarn browserslist
yarn lint
yarn test
env:
EFF_NO_LINK_RULES: true
PARSER_NO_WATCH: true

- name: Check Postcss
run: pnpx postcss-cli tests/test.css --verbose
if: ${{ matrix.node != 14 }}
run: npx postcss-cli tests/test.css --verbose
env:
NODE_ENV: production

Expand Down
13 changes: 3 additions & 10 deletions .github/workflows/release.yml
Expand Up @@ -16,19 +16,14 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: latest

- name: Setup Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16
cache: pnpm
cache: yarn

- name: Install Dependencies
run: pnpm i --no-frozen-lockfile
run: yarn --frozen-lockfile

- name: Create Release Pull Request or Publish to npm
id: changesets
Expand All @@ -37,9 +32,7 @@ jobs:
commit: 'chore: release package(s)'
title: 'chore: release package(s)'
# This expects you to have a script called release which does a build for your packages and calls `changeset publish`.
publish: pnpm release
# this expects you to have a npm script called version that runs some logic and then calls `changeset version`.
version: pnpm run version
publish: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
20 changes: 0 additions & 20 deletions .npmrc

This file was deleted.

1 change: 0 additions & 1 deletion .prettierignore
@@ -1,2 +1 @@
coverage
/pnpm-lock.yaml
49 changes: 15 additions & 34 deletions package.json
Expand Up @@ -9,61 +9,42 @@
"workspaces": [
"packages/*"
],
"packageManager": "pnpm@7.12.1",
"packageManager": "yarn@1.22.19",
"scripts": {
"check": "run-p check:*",
"check:eslint": "eslint-config-prettier .eslintrc.js",
"check:stylelint": "stylelint-config-prettier-check",
"codesandbox:install": "npx pnpm@7.12.1 i --no-frozen-lockfile",
"lint": "run-p lint:*",
"lint:es": "eslint . --cache -f friendly",
"lint:style": "stylelint . --cache",
"lint:tsc": "tsc --noEmit",
"postversion": "pnpm i --no-frozen-lockfile",
"prepare": "simple-git-hooks",
"release": "changeset publish",
"test": "vitest run --coverage",
"typecov": "type-coverage",
"version": "changeset version"
"typecov": "type-coverage"
},
"devDependencies": {
"@1stg/app-config": "workspace:*",
"@1stg/babel-preset": "workspace:*",
"@1stg/browserslist-config": "workspace:*",
"@1stg/commitlint-config": "workspace:*",
"@1stg/common-config": "workspace:*",
"@1stg/config": "workspace:*",
"@1stg/eslint-config": "workspace:*",
"@1stg/lib-config": "workspace:*",
"@1stg/lint-staged": "workspace:*",
"@1stg/markuplint-config": "workspace:*",
"@1stg/postcss-config": "workspace:*",
"@1stg/prettier-config": "workspace:*",
"@1stg/remark-preset": "workspace:*",
"@1stg/simple-git-hooks": "workspace:*",
"@1stg/stylelint-config": "workspace:*",
"@1stg/tsconfig": "workspace:*",
"@angular/compiler": "^14.2.8",
"@angular/compiler-cli": "^14.2.8",
"@angular/core": "^14.2.8",
"@changesets/changelog-github": "^0.4.7",
"@changesets/cli": "^2.24.4",
"@changesets/cli": "^2.25.2",
"@types/babel__core": "^7.1.19",
"@types/jest": "^29.0.3",
"@types/node": "^18.7.18",
"@types/react": "^18.0.21",
"@types/jest": "^29.2.1",
"@types/node": "^18.11.9",
"@types/react": "^18.0.24",
"@types/unist": "^2.0.6",
"@vitest/coverage-istanbul": "^0.23.4",
"postcss": "^8.4.16",
"@vitest/coverage-istanbul": "^0.24.5",
"postcss": "^8.4.18",
"react": "^18.2.0",
"rxjs": "^7.5.6",
"simple-git-hooks": "^2.8.0",
"svelte": "^3.50.1",
"rxjs": "^7.5.7",
"simple-git-hooks": "^2.8.1",
"svelte": "^3.52.0",
"type-coverage": "^2.22.0",
"typescript": "^4.8.3",
"vitest": "^0.23.4",
"vue": "^3.2.39",
"vue-tsc": "^0.40.13"
"typescript": "^4.8.4",
"vitest": "^0.24.5",
"vue": "^3.2.41",
"vue-tsc": "^1.0.9"
},
"resolutions": {
"prettier": "^2.7.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/common-config/package.json
Expand Up @@ -22,7 +22,7 @@
"@1stg/tsconfig": "^2.3.2",
"@babel/core": "^7.19.1",
"@commitlint/cli": "^17.1.2",
"eslint": "^8.23.1",
"eslint": "^8.26.0",
"lint-staged": "^13.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
Expand Down
26 changes: 5 additions & 21 deletions packages/eslint-config/overrides.js
Expand Up @@ -159,6 +159,7 @@ const tsBase = {
2,
{
argsIgnorePattern: '^_',
varsIgnorePattern: '^_',
},
],
'@typescript-eslint/prefer-for-of': 2,
Expand Down Expand Up @@ -508,45 +509,28 @@ exports.json = {
extends: [
'plugin:jsonc/recommended-with-json',
// eslint-disable-next-line sonarjs/no-duplicate-string
'plugin:json-schema-validator/recommended',
// eslint-disable-next-line sonarjs/no-duplicate-string
'plugin:jsonc/prettier',
],
}

exports.jsonc = {
files: jsoncFiles,
extends: [
'plugin:jsonc/recommended-with-jsonc',
'plugin:json-schema-validator/recommended',
'plugin:jsonc/prettier',
],
extends: ['plugin:jsonc/recommended-with-jsonc', 'plugin:jsonc/prettier'],
}

exports.json5 = {
files: '*.json5',
extends: [
'plugin:jsonc/recommended-with-json5',
'plugin:json-schema-validator/recommended',
'plugin:jsonc/prettier',
],
extends: ['plugin:jsonc/recommended-with-json5', 'plugin:jsonc/prettier'],
}

exports.toml = {
files: '*.toml',
extends: [
'plugin:toml/recommended',
'plugin:json-schema-validator/recommended',
],
extends: ['plugin:toml/recommended'],
}

exports.yml = exports.yaml = {
files: ['*.yml', '*.yaml'],
extends: [
'plugin:yml/recommended',
'plugin:json-schema-validator/recommended',
'plugin:yml/prettier',
],
extends: ['plugin:yml/recommended', 'plugin:yml/prettier'],
}

exports.overrides = []
Expand Down
23 changes: 11 additions & 12 deletions packages/eslint-config/package.json
Expand Up @@ -15,43 +15,42 @@
},
"dependencies": {
"@1stg/config": "^0.2.1",
"@angular-eslint/eslint-plugin": "^14.1.1",
"@angular-eslint/eslint-plugin-template": "^14.1.1",
"@angular-eslint/template-parser": "^14.1.1",
"@angular-eslint/eslint-plugin": "^14.1.2",
"@angular-eslint/eslint-plugin-template": "^14.1.2",
"@angular-eslint/template-parser": "^14.1.2",
"@babel/eslint-parser": "^7.19.1",
"@babel/eslint-plugin": "^7.19.1",
"@pkgr/utils": "^2.3.1",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"angular-eslint-template-parser": "^0.1.1",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-jsx": "^11.0.0",
"eslint-config-standard-react": "^11.0.1",
"eslint-config-standard-react": "^12.0.0",
"eslint-formatter-friendly": "^7.0.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-css": "^0.6.0",
"eslint-plugin-es-x": "^5.3.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "npm:eslint-plugin-i@^2.26.0-2",
"eslint-plugin-jest": "^27.0.4",
"eslint-plugin-jsdoc": "^39.3.6",
"eslint-plugin-json-schema-validator": "^4.0.2",
"eslint-plugin-jsonc": "^2.4.0",
"eslint-plugin-markup": "^0.10.2",
"eslint-plugin-mdx": "^2.0.5",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-regexp": "^1.9.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-sonar": "^0.9.2",
"eslint-plugin-sonarjs": "^0.15.0",
"eslint-plugin-sonar": "^0.10.0",
"eslint-plugin-sonarjs": "^0.16.0",
"eslint-plugin-svelte": "^2.8.0",
"eslint-plugin-toml": "^0.3.1",
"eslint-plugin-unicorn": "^43.0.2",
"eslint-plugin-unicorn": "^44.0.2",
"eslint-plugin-vue": "^9.5.1",
"eslint-plugin-yml": "^1.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint-config/package.json
Expand Up @@ -22,9 +22,9 @@
"postcss-scss": "^4.0.5",
"postcss-syntax": "^0.36.2",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^28.0.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-high-performance-animation": "^1.6.0",
"stylelint-no-unsupported-browser-features": "^5.0.4",
"stylelint-no-unsupported-browser-features": "^6.0.1",
"stylelint-prettier": "^2.0.0",
"stylelint-scss": "^4.3.0",
"stylelint-stylus": "^0.17.0"
Expand Down

0 comments on commit 16bf6b4

Please sign in to comment.