Skip to content

Commit

Permalink
chore: upgrade turborepo to 1.10.13 (#1333)
Browse files Browse the repository at this point in the history
* chore: upgrade turbo to 1.7.4

* chore: upgrade turborepo to 1.10.13
  • Loading branch information
Anber committed Sep 5, 2023
1 parent 2a1e24a commit 911b59b
Show file tree
Hide file tree
Showing 8 changed files with 471 additions and 464 deletions.
213 changes: 104 additions & 109 deletions .syncpackrc.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
module.exports = {
dev: true,
dependencyTypes: ['dev', 'overrides', 'pnpmOverrides', 'prod', 'resolutions'],
filter: '.',
indent: ' ',
overrides: true,
peer: false,
pnpmOverrides: true,
prod: true,
resolutions: true,
semverGroups: [],
semverRange: '',
sortAz: [
Expand All @@ -19,111 +14,111 @@ module.exports = {
'scripts',
],
// https://github.com/keithamus/sort-package-json/blob/master/defaultRules.md
sortFirst: [
"$schema",
"name",
"displayName",
"version",
"private",
"description",
"categories",
"keywords",
"homepage",
"bugs",
"repository",
"funding",
"license",
"qna",
"author",
"maintainers",
"contributors",
"publisher",
"sideEffects",
"type",
"imports",
"exports",
"main",
"svelte",
"umd:main",
"jsdelivr",
"unpkg",
"module",
"source",
"jsnext:main",
"browser",
"react-native",
"types",
"typesVersions",
"typings",
"style",
"example",
"examplestyle",
"assets",
"bin",
"man",
"directories",
"files",
"workspaces",
"binary",
sortFirst: [
'$schema',
'name',
'displayName',
'version',
'private',
'description',
'categories',
'keywords',
'homepage',
'bugs',
'repository',
'funding',
'license',
'qna',
'author',
'maintainers',
'contributors',
'publisher',
'sideEffects',
'type',
'imports',
'exports',
'main',
'svelte',
'umd:main',
'jsdelivr',
'unpkg',
'module',
'source',
'jsnext:main',
'browser',
'react-native',
'types',
'typesVersions',
'typings',
'style',
'example',
'examplestyle',
'assets',
'bin',
'man',
'directories',
'files',
'workspaces',
'binary',

"linaria",
'linaria',

"scripts",
"betterScripts",
"contributes",
"activationEvents",
"husky",
"simple-git-hooks",
"pre-commit",
"commitlint",
"lint-staged",
"config",
"nodemonConfig",
"browserify",
"babel",
"browserslist",
"xo",
"prettier",
"eslintConfig",
"eslintIgnore",
"npmpackagejsonlint",
"release",
"remarkConfig",
"stylelint",
"ava",
"jest",
"mocha",
"nyc",
"tap",
"resolutions",
"dependencies",
"devDependencies",
"dependenciesMeta",
"peerDependencies",
"peerDependenciesMeta",
"optionalDependencies",
"bundledDependencies",
"bundleDependencies",
"extensionPack",
"extensionDependencies",
"flat",
"packageManager",
"engines",
"engineStrict",
"volta",
"languageName",
"os",
"cpu",
"preferGlobal",
"publishConfig",
"icon",
"badges",
"galleryBanner",
"preview",
"markdown",
'scripts',
'betterScripts',
'contributes',
'activationEvents',
'husky',
'simple-git-hooks',
'pre-commit',
'commitlint',
'lint-staged',
'config',
'nodemonConfig',
'browserify',
'babel',
'browserslist',
'xo',
'prettier',
'eslintConfig',
'eslintIgnore',
'npmpackagejsonlint',
'release',
'remarkConfig',
'stylelint',
'ava',
'jest',
'mocha',
'nyc',
'tap',
'resolutions',
'dependencies',
'devDependencies',
'dependenciesMeta',
'peerDependencies',
'peerDependenciesMeta',
'optionalDependencies',
'bundledDependencies',
'bundleDependencies',
'extensionPack',
'extensionDependencies',
'flat',
'packageManager',
'engines',
'engineStrict',
'volta',
'languageName',
'os',
'cpu',
'preferGlobal',
'publishConfig',
'icon',
'badges',
'galleryBanner',
'preview',
'markdown',

"tsup",
],
'tsup',
],
source: [],
versionGroups: [
{
Expand All @@ -132,7 +127,7 @@ module.exports = {
'css-loader',
'enhanced-resolve',
'mini-css-extract-plugin',
'webpack'
'webpack',
],
packages: ['@linaria/webpack4-loader', 'webpack4-example'],
},
Expand Down
10 changes: 5 additions & 5 deletions examples/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"@babel/core": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@linaria/rollup": "workspace:^",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-image": "^2.1.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-image": "^3.0.2",
"@rollup/plugin-node-resolve": "^15.2.1",
"rollup": "^3.11.0",
"rollup-plugin-css-only": "^3.1.0"
"rollup-plugin-css-only": "^4.3.0"
},
"scripts": {
"build": "rollup -c"
Expand Down
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@linaria/shaker": "workspace:^",
"@linaria/vite": "workspace:^",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"@vitejs/plugin-react": "^2.1.0",
"vite": "^3.2.7"
},
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,14 @@
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.15",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-explicit-resource-management": "^7.22.6",
"@babel/plugin-syntax-jsx": "^7.22.5",
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@changesets/cli": "^2.22.0",
"@commitlint/config-conventional": "^8.3.4",
"@definitelytyped/dtslint": "^0.0.165",
"@definitelytyped/dtslint": "^0.0.176",
"@types/jest": "^28.1.0",
"@types/node": "^17.0.39",
"@typescript-eslint/eslint-plugin": "^6.6.0",
Expand All @@ -77,9 +76,9 @@
"jest": "^29.6.2",
"prettier": "^3.0.3",
"react": "^16.14.0",
"syncpack": "^8.0.0",
"syncpack": "^11.2.1",
"tsup": "^7.2.0",
"turbo": "^1.6.3",
"turbo": "^1.10.13",
"typescript": "^5.2.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@linaria/logger": "workspace:^",
"@linaria/utils": "workspace:^",
"@linaria/vite": "workspace:^",
"@rollup/pluginutils": "^4.1.0"
"@rollup/pluginutils": "^5.0.4"
},
"devDependencies": {
"rollup": "^3.11.0"
Expand Down
1 change: 0 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"dependencies": {
"@babel/core": "^7.22.15",
"@babel/generator": "^7.22.15",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-transform-modules-commonjs": "^7.22.15",
"@babel/template": "^7.22.15",
"@babel/traverse": "^7.22.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@linaria/babel-preset": "workspace:^",
"@linaria/logger": "workspace:^",
"@linaria/utils": "workspace:^",
"@rollup/pluginutils": "^4.1.0"
"@rollup/pluginutils": "^5.0.4"
},
"devDependencies": {
"@types/node": "^17.0.39",
Expand Down
Loading

0 comments on commit 911b59b

Please sign in to comment.