Skip to content

Commit

Permalink
feat: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Aug 10, 2022
1 parent 554b9f7 commit 9da3fd5
Show file tree
Hide file tree
Showing 21 changed files with 3,465 additions and 6,256 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"trailingComma": "all"
},
"devDependencies": {
"eslint": "^8.3.0",
"eslint": "^8.21.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"find-yarn-workspace-root": "^2.0.0",
"hookem": "^2.0.1",
"lerna": "^4.0.0",
"lint-staged": "^12.1.2",
"prettier": "^2.5.0"
"lerna": "^5.4.0",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1"
},
"workspaces": {
"packages": [
Expand Down
29 changes: 14 additions & 15 deletions packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,24 @@
"access": "public"
},
"dependencies": {
"@babel/plugin-proposal-export-default-from": "^7.16.0",
"@babel/plugin-proposal-export-namespace-from": "^7.16.0",
"@babel/plugin-proposal-export-default-from": "^7.18.10",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@formatjs/ts-transformer": "^3.9.4",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@formatjs/ts-transformer": "^3.9.9",
"babel-plugin-dev-expression": "^0.2.3",
"babel-plugin-formatjs": "^10.3.20",
"babel-plugin-polyfill-corejs3": "^0.4.0",
"browserslist": "^4.18.1",
"lodash": "^4.17.21",
"read-pkg-up": "^7.0.1"
"babel-plugin-formatjs": "^10.3.25",
"babel-plugin-polyfill-corejs3": "^0.5.3",
"browserslist": "^4.21.3",
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"babel-jest": "^27.4.0",
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.10",
"babel-jest": "^28.1.3",
"hookem": "^2.0.1",
"jest-cli": "^27.4.0"
"jest-cli": "^28.1.3"
}
}
1 change: 1 addition & 0 deletions packages/babel-preset/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const loosePolyfills = [
/^es\.array\.index-of/,
/^es\.array\.reverse/,
/^es\.array\.last-index-of/,
/^es\.array\.includes/,
/^es\.object\.assign/,
/^es\.array\.iterator/,
/^es\.string\.match/,
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset/test/plugin.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ describe('Preset', () => {
var _foo$bar;
function _asyncIterator(iterable) { var method, async, sync, retry = 2; if (typeof Symbol !== \\"undefined\\") { async = Symbol.asyncIterator; sync = Symbol.iterator; } while (retry--) { if (async && (method = iterable[async]) != null) { return method.call(iterable); } if (sync && (method = iterable[sync]) != null) { return new AsyncFromSyncIterator(method.call(iterable)); } async = \\"@@asyncIterator\\"; sync = \\"@@iterator\\"; } throw new TypeError(\\"Object is not async iterable\\"); }
function _asyncIterator(iterable) { var method, async, sync, retry = 2; for (\\"undefined\\" != typeof Symbol && (async = Symbol.asyncIterator, sync = Symbol.iterator); retry--;) { if (async && null != (method = iterable[async])) return method.call(iterable); if (sync && null != (method = iterable[sync])) return new AsyncFromSyncIterator(method.call(iterable)); async = \\"@@asyncIterator\\", sync = \\"@@iterator\\"; } throw new TypeError(\\"Object is not async iterable\\"); }
function AsyncFromSyncIterator(s) { AsyncFromSyncIterator = function (s) { this.s = s; this.n = s.next; }; AsyncFromSyncIterator.prototype = { s: null, n: null, next: function () { return AsyncFromSyncIteratorContinuation(this.n.apply(this.s, arguments)); }, return: function (value) { var ret = this.s.return; if (ret === undefined) { return Promise.resolve({ value: value, done: true }); } return AsyncFromSyncIteratorContinuation(ret.apply(this.s, arguments)); }, throw: function (value) { var thr = this.s.return; if (thr === undefined) return Promise.reject(value); return AsyncFromSyncIteratorContinuation(thr.apply(this.s, arguments)); } }; function AsyncFromSyncIteratorContinuation(r) { if (Object(r) !== r) { return Promise.reject(new TypeError(r + \\" is not an object.\\")); } var done = r.done; return Promise.resolve(r.value).then(function (value) { return { value: value, done: done }; }); } return new AsyncFromSyncIterator(s); }
function AsyncFromSyncIterator(s) { function AsyncFromSyncIteratorContinuation(r) { if (Object(r) !== r) return Promise.reject(new TypeError(r + \\" is not an object.\\")); var done = r.done; return Promise.resolve(r.value).then(function (value) { return { value: value, done: done }; }); } return AsyncFromSyncIterator = function (s) { this.s = s, this.n = s.next; }, AsyncFromSyncIterator.prototype = { s: null, n: null, next: function () { return AsyncFromSyncIteratorContinuation(this.n.apply(this.s, arguments)); }, return: function (value) { var ret = this.s.return; return void 0 === ret ? Promise.resolve({ value: value, done: !0 }) : AsyncFromSyncIteratorContinuation(ret.apply(this.s, arguments)); }, throw: function (value) { var thr = this.s.return; return void 0 === thr ? Promise.reject(value) : AsyncFromSyncIteratorContinuation(thr.apply(this.s, arguments)); } }, new AsyncFromSyncIterator(s); }
/* not compiled */
const foo = (async () => await 1)();
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-4catalyzer-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"eslint-plugin-jest": "^22.15.1"
},
"devDependencies": {
"eslint-plugin-jest": "^25.3.0"
"eslint-plugin-jest": "^26.8.2"
}
}
16 changes: 8 additions & 8 deletions packages/eslint-config-4catalyzer-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"eslint-config-4catalyzer": "^1.4.1",
"eslint-config-airbnb": "^19.0.1"
"eslint-config-airbnb": "^19.0.4"
},
"peerDependencies": {
"eslint-plugin-import": "^2.18.2",
Expand All @@ -35,13 +35,13 @@
},
"devDependencies": {
"@4c/jest-preset": "^1.7.0",
"eslint": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"jest": "^27.4.0",
"eslint": "^8.21.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^28.1.3",
"lodash": "^4.17.21",
"react": "^17.0.2"
"react": "^18.2.0"
}
}
15 changes: 7 additions & 8 deletions packages/eslint-config-4catalyzer-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,17 @@
"author": "4Catalyzer",
"license": "MIT",
"dependencies": {
"@babel/eslint-parser": "^7.16.3",
"eslint-import-resolver-typescript": "^2.5.0"
"@babel/eslint-parser": "^7.18.9"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^4.0.0",
"@typescript-eslint/eslint-plugin": ">=4.0.0",
"@typescript-eslint/parser": ">=4.0.0",
"eslint-plugin-import": "^2.18.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint-plugin-import": "^2.25.3",
"typescript": "^4.5.2"
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint-plugin-import": "^2.26.0",
"typescript": "^4.7.4"
}
}
22 changes: 11 additions & 11 deletions packages/eslint-config-4catalyzer-typescript/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@ module.exports = {
'@typescript-eslint/naming-convention': [
'error',
{
"selector": [
"classProperty",
"objectLiteralProperty",
"typeProperty",
"classMethod",
"objectLiteralMethod",
"typeMethod",
"accessor",
"enumMember"
selector: [
'classProperty',
'objectLiteralProperty',
'typeProperty',
'classMethod',
'objectLiteralMethod',
'typeMethod',
'accessor',
'enumMember',
],
"format": null,
"modifiers": ["requiresQuotes"]
format: null,
modifiers: ['requiresQuotes'],
},
{
selector: 'default',
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-4catalyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
},
"homepage": "https://github.com/4Catalyzer/javascript#readme",
"dependencies": {
"@babel/eslint-parser": "^7.16.3",
"@babel/eslint-parser": "^7.18.9",
"eslint-config-airbnb-base": "^15.0.0"
},
"peerDependencies": {
"eslint-plugin-import": "^2.18.2"
},
"devDependencies": {
"eslint-plugin-import": "^2.25.3"
"eslint-plugin-import": "^2.26.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-import-resolver-workspaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"eslint-import-resolver-node": "^0.3.6",
"find-yarn-workspace-root": "^2.0.0",
"pkg-up": "^3.1.0",
"tsconfig-paths": "^3.12.0"
"tsconfig-paths": "^4.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/jest-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"author": "4Catalyzer",
"license": "MIT",
"dependencies": {
"babel-jest": "^27.4.0",
"babel-jest": "^28.1.3",
"find-up": "^5.0.0",
"find-yarn-workspace-root": "^2.0.0"
},
"peerDependencies": {
"jest": "^25.1.0"
},
"devDependencies": {
"jest": "^27.4.0"
"jest": "^28.1.3"
}
}

0 comments on commit 9da3fd5

Please sign in to comment.