Skip to content

Commit

Permalink
Bulk dependency upgrade; add changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcass committed Aug 22, 2023
1 parent 5df3083 commit 9186bf2
Show file tree
Hide file tree
Showing 8 changed files with 2,202 additions and 790 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Change Log

## [0.3.0] - 2023/08/21

### Upgraded Dependencies

- Upgrade `eslint` from v8.45.0 to v8.47.0
- Upgrade `eslint-config-prettier` from v8.8.0 to v9.0.0
- Upgrade `lint-staged` from v13.2.3 to v14.0.1
2,905 changes: 2,141 additions & 764 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dmcass/staples",
"version": "0.2.0",
"version": "0.3.0",
"description": "Configurations and style guides for consistent development practices.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down Expand Up @@ -30,11 +30,11 @@
},
"homepage": "https://github.com/dmcass/staples#readme",
"devDependencies": {
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^3.0.0"
"lint-staged": "^14.0.1",
"prettier": "^3.0.2"
},
"engines": {
"node": ">=16.0.0"
Expand Down
20 changes: 20 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Change Log

## [0.3.0] - 2023/08/21

- Update rules for `eslint-plugin-testing-library` due to new major version

### Upgraded Dependencies

- Upgrade `eslint` from v8.45.0 to v8.47.0
- Upgrade `prettier` from v3.0.0 to v3.0.2
- Upgrade `@rushstack/eslint-plugin` from v1.3.2 to v1.3.3
- Upgrade `@typescript-eslint/eslint-plugin` from v6.0.0 to v6.4.1
- Upgrade `@typescript-eslint/parser` from v6.0.0 to v6.4.1
- Upgrade `eslint-config-prettier` from v8.8.0 to v9.0.0
- Upgrade `eslint-plugin-import` from v2.27.5 to v2.28.1
- Upgrade `eslint-plugin-n` from v16.0.1 to v16.0.2
- Upgrade `eslint-plugin-react` from v7.32.2 to v7.33.2
- Upgrade `eslint-plugin-testing-library` from v5.11.0 to v6.0.0
- Upgrade `eslint-plugin-unicorn` from v48.0.0 to v48.0.1
- Upgrade `eslint-plugin-vitest` from v0.2.6 to v0.2.8
11 changes: 5 additions & 6 deletions packages/eslint-config/configs/testing-library.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ module.exports = {
extends: ['plugin:testing-library/react'],
plugins: ['testing-library'],
rules: {
'testing-library/await-async-query': 'error',
'testing-library/await-async-queries': 'error',
'testing-library/await-async-utils': 'error',
'testing-library/await-fire-event': 'off',
'testing-library/await-async-event': 'off',
'testing-library/consistent-data-testid': 'off',
'testing-library/no-await-sync-events': 'error',
'testing-library/no-await-sync-query': 'error',
'testing-library/no-await-sync-queries': 'error',
'testing-library/no-container': 'error',
'testing-library/no-debugging-utils': 'error',
'testing-library/no-dom-import': ['error', 'react'],
'testing-library/no-global-regexp-flag-in-query': 'off',
'testing-library/no-global-regexp-flag-in-query': 'error',
'testing-library/no-manual-cleanup': 'error',
'testing-library/no-node-access': 'error',
'testing-library/no-promise-in-fire-event': 'error',
'testing-library/no-render-in-setup': 'error',
'testing-library/no-render-in-lifecycle': 'error',
'testing-library/no-unnecessary-act': 'error',
'testing-library/no-wait-for-empty-callback': 'error',
'testing-library/no-wait-for-multiple-assertions': 'error',
Expand All @@ -28,7 +28,6 @@ module.exports = {
'testing-library/prefer-query-matchers': 'off',
'testing-library/prefer-screen-queries': 'off',
'testing-library/prefer-user-event': 'off',
'testing-library/prefer-wait-for': 'error',
'testing-library/render-result-naming-convention': 'error',
},
};
26 changes: 13 additions & 13 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-staples",
"version": "0.2.0",
"version": "0.3.0",
"description": "Staple configurations for ESLint",
"main": "index.js",
"exports": {
Expand Down Expand Up @@ -56,30 +56,30 @@
"homepage": "https://github.com/dmcass/staples/packages/eslint-configs",
"dependencies": {
"@rnx-kit/eslint-plugin": "^0.4.1",
"@rushstack/eslint-patch": "^1.3.2",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@rushstack/eslint-patch": "^1.3.3",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"confusing-browser-globals": "^1.0.11",
"eslint-config-prettier": "^8.8.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.0.0",
"eslint-plugin-regexp": "^1.15.0",
"eslint-plugin-testing-library": "^5.11.0",
"eslint-plugin-unicorn": "^48.0.0",
"eslint-plugin-vitest": "^0.2.6"
"eslint-plugin-testing-library": "^6.0.0",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-vitest": "^0.2.8"
},
"peerDependencies": {
"eslint": "^8.45.0"
"eslint": "^8.47.0"
},
"devDependencies": {
"prettier": "^3.0.0"
"prettier": "^3.0.2"
},
"engines": {
"node": ">=16.0.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Change Log

## [1.0.3] - 2023/08/21

### Upgraded Dependencies

- Upgrade `prettier` from v3.0.0 to v3.0.2
4 changes: 2 additions & 2 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-config-staples",
"version": "1.0.2",
"version": "1.0.3",
"description": "Staple configurations for prettier",
"main": "index.json",
"repository": {
Expand All @@ -26,6 +26,6 @@
},
"homepage": "https://github.com/dmcass/staples#readme",
"peerDependencies": {
"prettier": "^3.0.0"
"prettier": "^3.0.2"
}
}

0 comments on commit 9186bf2

Please sign in to comment.