Skip to content

Commit

Permalink
chore: bump @1stg/lib-config
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jul 5, 2022
1 parent 4078b55 commit c8bc8d1
Show file tree
Hide file tree
Showing 9 changed files with 1,689 additions and 1,622 deletions.
6 changes: 4 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.pnp.*
.yarn
.yarnrc.yml
!.*.cjs
dist
lib
CHANGELOG.md
.pnp.*
!.*.cjs
2,850 changes: 1,432 additions & 1,418 deletions .pnp.cjs

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.type-coverage
.pnp.*
.yarn
.yarnrc.yml
dist
lib
node_modules
CHANGELOG.md
.pnp.*
.yarn
5 changes: 1 addition & 4 deletions .simple-git-hooks.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
module.exports = {
'pre-commit': 'yarn lint-staged',
'commit-msg': `yarn commitlint -e`,
}
module.exports = require('@1stg/simple-git-hooks')
33 changes: 33 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-outdated.cjs

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
yarnPath: .yarn/releases/yarn-3.2.1.cjs
pnpMode: loose
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://mskelton.dev/yarn-outdated/v3"

pnpFallbackMode: all

pnpMode: loose

yarnPath: .yarn/releases/yarn-3.2.1.cjs
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# eslint-import-resolver-typescript

[![GitHub Actions](https://github.com/import-js/eslint-import-resolver-typescript/workflows/CI/badge.svg)](https://github.com/import-js/eslint-import-resolver-typescript/actions/workflows/ci.yml)
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/import-js/eslint-import-resolver-typescript.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/import-js/eslint-import-resolver-typescript/context:javascript)
[![type-coverage](https://img.shields.io/badge/dynamic/json.svg?label=type-coverage&prefix=%E2%89%A5&suffix=%&query=$.typeCoverage.atLeast&uri=https%3A%2F%2Fraw.githubusercontent.com%2Fimport-js%2Feslint-import-resolver-typescript%2Fmaster%2Fpackage.json)](https://github.com/plantain-00/type-coverage)
[![npm](https://img.shields.io/npm/v/eslint-import-resolver-typescript.svg)](https://www.npmjs.com/package/eslint-import-resolver-typescript)
[![GitHub Release](https://img.shields.io/github/release/import-js/eslint-import-resolver-typescript)](https://github.com/import-js/eslint-import-resolver-typescript/releases)

[![David Peer](https://img.shields.io/david/peer/import-js/eslint-import-resolver-typescript.svg)](https://david-dm.org/import-js/eslint-import-resolver-typescript?type=peer)
[![David](https://img.shields.io/david/import-js/eslint-import-resolver-typescript.svg)](https://david-dm.org/import-js/eslint-import-resolver-typescript)
[![David Dev](https://img.shields.io/david/dev/import-js/eslint-import-resolver-typescript.svg)](https://david-dm.org/import-js/eslint-import-resolver-typescript?type=dev)

[![Conventional Commits](https://img.shields.io/badge/conventional%20commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://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)
Expand Down
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,37 +100,7 @@
"globby": "^13.1.2",
"is-core-module": "^2.9.0",
"is-glob": "^4.0.3",
"synckit": "^0.7.1"
},
"devDependencies": {
"@1stg/lib-config": "^7.2.3",
"@changesets/changelog-github": "^0.4.5",
"@changesets/cli": "^2.23.0",
"@mozilla/glean": "^1.0.0",
"@pkgr/rollup": "^3.1.2",
"@types/debug": "^4.1.7",
"@types/enhanced-resolve": "^3.0.7",
"@types/is-core-module": "^2.2.0",
"@types/is-glob": "^4.0.2",
"@types/node": "^18.0.0",
"@types/unist": "^2.0.6",
"commitlint": "^17.0.3",
"cross-env": "^7.0.3",
"dummy.js": "link:dummy.js",
"eslint": "^8.19.0",
"eslint-import-resolver-typescript": "link:.",
"eslint-plugin-import": "^2.26.0",
"lint-staged": "^13.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"react": "^18.2.0",
"simple-git-hooks": "^2.8.0",
"type-coverage": "^2.21.2",
"typescript": "^4.7.4"
},
"resolutions": {
"get-tsconfig": "patch:get-tsconfig@npm:4.1.0#.yarn/patches/get-tsconfig-npm-4.1.0-625beb501f.patch",
"prettier": "^2.7.1"
"synckit": "^0.7.2"
},
"dependenciesMeta": {
"@1stg/babel-preset@3.1.2": {
Expand All @@ -145,7 +115,7 @@
"@1stg/eslint-config@5.2.4": {
"unplugged": true
},
"@1stg/lib-config@7.2.4": {
"@1stg/lib-config@7.2.5": {
"unplugged": true
},
"@1stg/lint-staged@3.1.3": {
Expand All @@ -167,6 +137,36 @@
"unplugged": true
}
},
"devDependencies": {
"@1stg/lib-config": "^7.2.6",
"@changesets/changelog-github": "^0.4.5",
"@changesets/cli": "^2.23.0",
"@mozilla/glean": "^1.0.0",
"@pkgr/rollup": "^3.1.3",
"@types/debug": "^4.1.7",
"@types/enhanced-resolve": "^3.0.7",
"@types/is-core-module": "^2.2.0",
"@types/is-glob": "^4.0.2",
"@types/node": "^18.0.1",
"@types/unist": "^2.0.6",
"commitlint": "^17.0.3",
"cross-env": "^7.0.3",
"dummy.js": "link:dummy.js",
"eslint": "^8.19.0",
"eslint-import-resolver-typescript": "link:.",
"eslint-plugin-import": "^2.26.0",
"lint-staged": "^13.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"react": "^18.2.0",
"simple-git-hooks": "^2.8.0",
"type-coverage": "^2.21.2",
"typescript": "^4.7.4"
},
"resolutions": {
"get-tsconfig": "patch:get-tsconfig@npm:4.1.0#.yarn/patches/get-tsconfig-npm-4.1.0-625beb501f.patch",
"prettier": "^2.7.1"
},
"typeCoverage": {
"atLeast": 100,
"cache": true,
Expand Down

0 comments on commit c8bc8d1

Please sign in to comment.