Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update dependencies version #4986

Merged
merged 3 commits into from
Dec 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/plugin-app-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- [chore] pass `enableRouter` to generator
- [feat] remove runtime addProvider and move to react-app/rax-app
- [feat] add `mpa` to runtime buildConfig
- [fix] update dependencies version

## 2.0.3

Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-app-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@builder/app-helpers": "^2.0.0",
"@builder/app-templates": "^1.0.0",
"@builder/app-helpers": "^2.4.1",
"@builder/app-templates": "^1.0.2",
"chokidar": "^3.4.1",
"ejs": "^3.0.1",
"fs-extra": "^8.1.0",
Expand Down
1 change: 1 addition & 0 deletions packages/plugin-ice-ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 3.0.5

- [fix] update dependencies version
- [feat] support no router mode ssr

## 3.0.4
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-ice-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@builder/app-helpers": "^2.3.4",
"@builder/webpack-config": "^1.0.0",
"@builder/app-helpers": "^2.4.1",
"@builder/webpack-config": "^1.0.4",
"@loadable/babel-plugin": "^5.13.2",
"@loadable/webpack-plugin": "^5.14.0",
"chalk": "^4.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/plugin-mpa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# changelog

## 2.0.3

- [fix] update dependencies version

## 2.0.2

- [fix] compatible with the situation when config both `disableRuntime` and `mpa`
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-mpa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-plugin-ice-mpa",
"version": "2.0.2",
"version": "2.0.3",
"description": "enable mpa project for icejs framework",
"author": "ice-admin@alibaba-inc.com",
"homepage": "",
Expand All @@ -24,8 +24,8 @@
"build-scripts": "^1.1.0"
},
"dependencies": {
"@builder/app-helpers": "^2.0.0",
"@builder/mpa-config": "^4.0.0",
"@builder/app-helpers": "^2.4.1",
"@builder/mpa-config": "^4.0.5",
"fs-extra": "^8.1.0"
}
}
1 change: 1 addition & 0 deletions packages/plugin-react-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- [feat] add runtime abilities: addProvider/WrapperErrorBoundary/WrapperCSR/WrapperSSR/WrapperSearchParams (move from plugin-router)
- [feat] add runtime router options check and log warning
- [fix] update dependencies version

## 2.0.4

Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
],
"license": "MIT",
"dependencies": {
"@builder/app-helpers": "^2.0.0",
"@builder/jest-config": "^1.0.0",
"@builder/app-helpers": "^2.4.1",
"@builder/jest-config": "^1.0.2",
"@builder/pack": "^0.4.0",
"@builder/user-config": "^1.0.0",
"@builder/webpack-config": "^1.0.0",
"@builder/user-config": "^1.1.8",
"@builder/webpack-config": "^1.0.4",
"chalk": "^4.0.0",
"debug": "^4.1.1",
"deepmerge": "^4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "__tests__"
},
"dependencies": {
"@builder/app-helpers": "^2.0.2",
"@builder/app-helpers": "^2.4.1",
"@builder/pack": "^0.4.0",
"@types/react-router-dom": "^5.1.4",
"fs-extra": "^8.1.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/plugin-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.0.6

- [fix] update dependencies version

## 2.0.5

- [fix] remove unnecessary import redirection
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-plugin-ice-store",
"version": "2.0.5",
"version": "2.0.6",
"description": "builtin `@ice/store` in icejs",
"author": "ice-admin@alibaba-inc.com",
"homepage": "https://github.com/alibaba/ice#readme",
Expand All @@ -24,7 +24,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@builder/app-helpers": "^2.0.0",
"@builder/app-helpers": "^2.4.1",
"@ice/store": "^2.0.0-3",
"chalk": "^4.1.0",
"enhanced-resolve": "^4.3.0",
Expand Down
4 changes: 1 addition & 3 deletions scripts/tag-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ function updatePackageVersion(publishPackages: IPackageInfo[]) {
const dependenceVersion = publishPackages[i].publishVersion;

if (packageInfo.dependencies && packageInfo.dependencies[dependenceName]) {
if (!semver.satisfies(dependenceVersion, packageInfo.dependencies[dependenceName])) {
packageInfo.dependencies[dependenceName] = `${getVersionPrefix(packageInfo.dependencies[dependenceName])}${dependenceVersion}`;
}
packageInfo.dependencies[dependenceName] = `${getVersionPrefix(packageInfo.dependencies[dependenceName])}${dependenceVersion}`;
} else if (packageInfo.devDependencies && packageInfo.devDependencies[dependenceName]) {
if (!semver.satisfies(dependenceVersion, packageInfo.devDependencies[dependenceName])) {
packageInfo.devDependencies[dependenceName] = `${getVersionPrefix(packageInfo.devDependencies[dependenceName])}${dependenceVersion}`;
Expand Down