Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump all (dev)Dependencies #144

Merged
merged 5 commits into from Jul 24, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/cold-bobcats-count.md
@@ -0,0 +1,8 @@
---
"@1stg/app-preset": patch
"@1stg/common-config": patch
"@1stg/eslint-config": patch
"@1stg/lib-config": patch
---

perf(eslint): bump `eslint-import-resolver-typescript`, `eslint-plugin-json-schema-validator` and `eslint-plugin-mdx`
8 changes: 8 additions & 0 deletions .changeset/eleven-kangaroos-boil.md
@@ -0,0 +1,8 @@
---
"@1stg/app-config": patch
"@1stg/common-config": patch
"@1stg/eslint-config": patch
"@1stg/lib-config": patch
---

chore(eslint): replace `eslint-plugin-import` with `eslint-plugin-i`
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
cache: pnpm

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

- name: Check, Lint and test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
cache: pnpm

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

- name: Create Release Pull Request or Publish to npm
id: changesets
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@
[![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com)
[![Code Style: Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![changesets](https://img.shields.io/badge/maintained%20with-changesets-176de3.svg)](https://github.com/atlassian/changesets)
[![changesets](https://img.shields.io/badge/maintained%20with-changesets-176de3.svg)](https://github.com/changesets/changesets)

> Personal but Shareable Configurations for all 1stG.me projects

Expand Down
26 changes: 14 additions & 12 deletions package.json
Expand Up @@ -9,12 +9,12 @@
"workspaces": [
"packages/*"
],
"packageManager": "pnpm@7.5.1",
"packageManager": "pnpm@7.6.0",
"scripts": {
"check": "run-p check:*",
"check:eslint": "eslint-config-prettier .eslintrc.js",
"check:stylelint": "stylelint-config-prettier-check",
"codesandbox:install": "npx pnpm@7.5.1 i",
"codesandbox:install": "npx pnpm@7.6.0 i --no-frozen-lockfile",
"lint": "run-p lint:*",
"lint:es": "eslint . --cache -f friendly",
"lint:style": "stylelint . --cache",
Expand All @@ -30,8 +30,10 @@
"@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:*",
Expand All @@ -40,28 +42,28 @@
"@1stg/simple-git-hooks": "workspace:*",
"@1stg/stylelint-config": "workspace:*",
"@1stg/tsconfig": "workspace:*",
"@angular/compiler": "^14.0.6",
"@angular/compiler-cli": "^14.0.6",
"@angular/core": "^14.0.6",
"@changesets/changelog-github": "^0.4.5",
"@changesets/cli": "^2.23.2",
"@angular/compiler": "^14.1.0",
"@angular/compiler-cli": "^14.1.0",
"@angular/core": "^14.1.0",
"@changesets/changelog-github": "^0.4.6",
"@changesets/cli": "^2.24.0",
"@types/babel__core": "^7.1.19",
"@types/jest": "^28.1.6",
"@types/node": "^18.0.5",
"@types/node": "^18.0.6",
"@types/react": "^18.0.15",
"@types/unist": "^2.0.6",
"c8": "^7.11.3",
"markuplint": "^2.9.0",
"c8": "^7.12.0",
"markuplint": "^2.10.0",
"postcss": "^8.4.14",
"react": "^18.2.0",
"rxjs": "^7.5.6",
"simple-git-hooks": "^2.8.0",
"svelte": "^3.49.0",
"type-coverage": "^2.22.0",
"typescript": "^4.7.4",
"vitest": "^0.18.1",
"vitest": "^0.19.0",
"vue": "^3.2.37",
"vue-tsc": "^0.38.8"
"vue-tsc": "^0.39.0"
},
"resolutions": {
"prettier": "^2.7.1"
Expand Down
10 changes: 5 additions & 5 deletions packages/babel-preset/package.json
Expand Up @@ -44,23 +44,23 @@
"@babel/core": ">=7.14.1"
},
"dependencies": {
"@babel/helper-plugin-utils": "^7.18.6",
"@babel/helper-plugin-utils": "^7.18.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@pkgr/utils": "^2.3.0",
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
"@vue/babel-plugin-jsx": "^1.1.1",
"@vue/babel-preset-jsx": "^1.3.0",
"@vue/babel-preset-jsx": "^1.3.1",
"babel-plugin-import": "^1.13.5",
"babel-plugin-transform-async-to-promises": "^0.8.18",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"babel-preset-proposal-typescript": "^2.2.0",
"core-js": "^3.23.4",
"core-js": "^3.23.5",
"fast-async": "^7.0.6"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/common-config/package.json
Expand Up @@ -51,7 +51,7 @@
"@1stg/remark-config": "^4.0.3",
"@1stg/simple-git-hooks": "^0.2.1",
"@1stg/tsconfig": "^2.2.5",
"@babel/core": "^7.18.6",
"@babel/core": "^7.18.9",
"@commitlint/cli": "^17.0.3",
"eslint": "^8.20.0",
"lint-staged": "^13.0.3",
Expand Down
20 changes: 10 additions & 10 deletions packages/eslint-config/package.json
Expand Up @@ -49,28 +49,28 @@
"@angular-eslint/eslint-plugin": "^14.0.2",
"@angular-eslint/eslint-plugin-template": "^14.0.2",
"@angular-eslint/template-parser": "^14.0.2",
"@babel/eslint-parser": "^7.18.2",
"@babel/eslint-parser": "^7.18.9",
"@babel/eslint-plugin": "^7.17.7",
"@pkgr/utils": "^2.3.0",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"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-formatter-friendly": "^7.0.0",
"eslint-import-resolver-typescript": "^3.2.7",
"eslint-import-resolver-typescript": "^3.3.0",
"eslint-plugin-css": "^0.6.0",
"eslint-plugin-es-x": "^5.2.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import": "npm:eslint-plugin-i@^2.26.0",
"eslint-plugin-jest": "^26.6.0",
"eslint-plugin-jsdoc": "^39.3.3",
"eslint-plugin-json-schema-validator": "^3.2.5",
"eslint-plugin-json-schema-validator": "^4.0.0",
"eslint-plugin-jsonc": "^2.3.1",
"eslint-plugin-markup": "^0.10.0",
"eslint-plugin-mdx": "^2.0.1",
"eslint-plugin-markup": "^0.10.1",
"eslint-plugin-mdx": "^2.0.2",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
Expand All @@ -79,10 +79,10 @@
"eslint-plugin-regexp": "^1.7.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sonar": "^0.8.0",
"eslint-plugin-sonarjs": "^0.13.0",
"eslint-plugin-sonarjs": "^0.14.0",
"eslint-plugin-svelte": "^2.2.0",
"eslint-plugin-toml": "^0.3.1",
"eslint-plugin-unicorn": "^43.0.1",
"eslint-plugin-unicorn": "^43.0.2",
"eslint-plugin-vue": "^9.2.0",
"eslint-plugin-yml": "^1.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@1stg/config": "^0.2.0",
"@prettier/plugin-pug": "^2.1.1",
"@prettier/plugin-ruby": "^3.1.2",
"@prettier/plugin-ruby": "^3.2.0",
"@prettier/plugin-xml": "^2.2.0",
"prettier-plugin-ini": "^1.0.0",
"prettier-plugin-pkg": "^0.16.0",
Expand Down