Skip to content

Commit

Permalink
chore(deps): update babel monorepo to ^7.16.5 (#59157)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Dec 14, 2021
1 parent ebf2a05 commit 728e271
Show file tree
Hide file tree
Showing 19 changed files with 519 additions and 506 deletions.
2 changes: 1 addition & 1 deletion apps/editing-toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@automattic/tour-kit": "workspace:^",
"@automattic/typography": "workspace:^",
"@automattic/whats-new": "workspace:^",
"@babel/core": "^7.16.0",
"@babel/core": "^7.16.5",
"@emotion/react": "^11.4.1",
"@popperjs/core": "^2.10.2",
"@wordpress/a11y": "^3.2.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/wpcom-block-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@automattic/typography": "workspace:^",
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.16.5",
"@wordpress/base-styles": "^4.0.4",
"@wordpress/block-editor": "^8.0.9",
"@wordpress/blocks": "^11.1.4",
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@automattic/webpack-extensive-lodash-replacement-plugin": "workspace:^",
"@automattic/webpack-inline-constant-exports-plugin": "workspace:^",
"@automattic/wpcom-checkout": "workspace:^",
"@babel/core": "^7.16.0",
"@babel/core": "^7.16.5",
"@emotion/jest": "^11.5.0",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@
"@automattic/typography": "workspace:^",
"@automattic/viewport": "workspace:^",
"@automattic/wp-babel-makepot": "workspace:^",
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/register": "^7.16.0",
"@babel/runtime": "^7.16.3",
"@babel/core": "^7.16.5",
"@babel/eslint-parser": "^7.16.5",
"@babel/register": "^7.16.5",
"@babel/runtime": "^7.16.5",
"@signal-noise/stylelint-scales": "^2.0.0",
"@typeform/embed-react": "^1.1.0",
"@types/cookie": "^0.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-i18n-calypso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@automattic/calypso-typescript-config": "workspace:^"
},
"peerDependencies": {
"@babel/core": "^7.16.0"
"@babel/core": "^7.16.5"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
},
"devDependencies": {
"@automattic/calypso-typescript-config": "workspace:^",
"@babel/core": "^7.16.0"
"@babel/core": "^7.16.5"
}
}
20 changes: 10 additions & 10 deletions packages/calypso-babel-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
"@automattic/babel-plugin-preserve-i18n": "workspace:^",
"@automattic/babel-plugin-transform-wpcalypso-async": "workspace:^",
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/helpers": "^7.16.3",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-transform-react-jsx": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@babel/register": "^7.16.0",
"@babel/runtime": "^7.16.3",
"@babel/core": "^7.16.5",
"@babel/helpers": "^7.16.5",
"@babel/plugin-proposal-class-properties": "^7.16.5",
"@babel/plugin-transform-react-jsx": "^7.16.5",
"@babel/plugin-transform-runtime": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-react": "^7.16.5",
"@babel/preset-typescript": "^7.16.5",
"@babel/register": "^7.16.5",
"@babel/runtime": "^7.16.5",
"@emotion/babel-plugin": "^11.3.0",
"@wordpress/babel-plugin-import-jsx-pragma": "^3.1.0",
"babel-plugin-dynamic-import-node": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/calypso-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@automattic/calypso-babel-config": "workspace:^",
"@automattic/webpack-rtl-plugin": "workspace:^",
"@babel/compat-data": "^7.16.4",
"@babel/core": "^7.16.0",
"@babel/core": "^7.16.5",
"@types/webpack-env": "^1.16.3",
"@wordpress/browserslist-config": "^4.1.0",
"@wordpress/dependency-extraction-webpack-plugin": "^3.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/calypso-codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"homepage": "https://github.com/Automattic/wp-calypso/tree/HEAD/packages/calypso-codemods#readme",
"dependencies": {
"5to6-codemod": "^1.8.0",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"jscodeshift": "^0.9.0",
"lodash": "^4.17.21",
"react-codemod": "^5.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/calypso-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"url": "https://github.com/Automattic/wp-calypso/issues"
},
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/core": "^7.16.5",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
"babel-jest": "^27.3.1",
"enhanced-resolve": "^5.8.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-plugin-wpcalypso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
"node": ">=10"
},
"peerDependencies": {
"@babel/core": ">=7.16.0",
"@babel/core": ">=7.16.5",
"eslint": ">=7.32.0",
"eslint-plugin-inclusive-language": "^2.1.1",
"eslint-plugin-jsdoc": "^36.1.1",
"eslint-plugin-react-hooks": "^4.3.0"
},
"devDependencies": {
"@automattic/calypso-typescript-config": "workspace:^",
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/parser": "^7.16.4",
"@babel/core": "^7.16.5",
"@babel/eslint-parser": "^7.16.5",
"@babel/parser": "^7.16.5",
"eslint": ">=7.32.0"
}
}
2 changes: 1 addition & 1 deletion packages/i18n-calypso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"homepage": "https://github.com/Automattic/wp-calypso/tree/HEAD/packages/i18n-calypso#readme",
"dependencies": {
"@automattic/interpolate-components": "workspace:^",
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.16.5",
"@tannin/sprintf": "^1.1.0",
"@wordpress/compose": "^5.0.6",
"debug": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/language-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@automattic/languages": "workspace:^",
"@automattic/search": "workspace:^",
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.16.5",
"@wordpress/base-styles": "^4.0.4",
"@wordpress/components": "^19.1.3",
"@wordpress/i18n": "^4.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/load-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"access": "public"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.16.5",
"debug": "^4.0.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"types": "dist/types",
"dependencies": {
"@automattic/typography": "workspace:^",
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.16.5",
"@wordpress/base-styles": "^4.0.4",
"@wordpress/components": "^19.1.3",
"@wordpress/compose": "^5.0.6",
Expand Down
10 changes: 5 additions & 5 deletions packages/wp-babel-makepot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"dependencies": {
"@automattic/babel-plugin-i18n-calypso": "workspace:^",
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@babel/core": "^7.16.5",
"@babel/plugin-proposal-class-properties": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-react": "^7.16.5",
"@babel/preset-typescript": "^7.16.5",
"commander": "^5.1.0",
"gettext-parser": "^4.0.3",
"glob": "^7.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/wpcom-xhr-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"prepack": "yarn run clean && yarn run build"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.16.5",
"debug": "^4.1.1",
"superagent": "^3.8.3",
"wp-error": "^1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/wpcom.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@automattic/calypso-eslint-overrides": "workspace:^",
"@automattic/calypso-typescript-config": "workspace:^",
"@babel/core": "^7.16.0",
"@babel/core": "^7.16.5",
"babel-loader": "^8.2.3",
"npm-run-all": "^4.1.5",
"webpack": "^5.65.0",
Expand Down
Loading

0 comments on commit 728e271

Please sign in to comment.