Skip to content

build(deps): bump axios and chromedriver #10

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

Open
wants to merge 75 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
75 commits
Select commit Hold shift + click to select a range
a75f8ab
Upgrade code by DeepSeek V3
alanpeng Mar 8, 2025
6b65e6a
Upgrade node version to 20.17.0
alanpeng Mar 8, 2025
f456789
Update build file
alanpeng Mar 8, 2025
e508a2c
Update build file
alanpeng Mar 8, 2025
9227cec
Update build file
alanpeng Mar 8, 2025
211ab5a
Update build file
alanpeng Mar 8, 2025
61fe6f9
Update build file
alanpeng Mar 8, 2025
8351d68
Update build file
alanpeng Mar 8, 2025
c28b849
Update router.js
alanpeng Mar 8, 2025
b86fc6f
fix error when add cluster
alanpeng Mar 8, 2025
e44473e
fix error when add cluster
alanpeng Mar 8, 2025
1d044ec
fix error when add cluster
alanpeng Mar 8, 2025
3b9f4fe
fix error when add cluster
alanpeng Mar 8, 2025
f4f8a5f
fix error when add cluster
alanpeng Mar 8, 2025
55ca00b
fix error when add cluster
alanpeng Mar 8, 2025
0c35acd
fix error when add cluster
alanpeng Mar 8, 2025
5ed445a
fix error when add cluster
alanpeng Mar 8, 2025
6c9c49a
fix error when load resources
alanpeng Mar 8, 2025
7345b42
Upgrade components version
alanpeng Mar 8, 2025
4107c63
Upgrade components version
alanpeng Mar 8, 2025
0ab3317
Upgrade components version
alanpeng Mar 8, 2025
d613715
Upgrade components version
alanpeng Mar 8, 2025
6d57bdc
Upgrade components version
alanpeng Mar 8, 2025
1b52555
chore: Remove non-interactive flag from build and dev-server scripts
alanpeng Mar 8, 2025
f56b586
build: modernize build scripts and update index.html structure
alanpeng Mar 8, 2025
7157235
refactor: remove dev-server.js in favor of webpack-dev-server
alanpeng Mar 8, 2025
4cfa2a1
Upgrade components
alanpeng Mar 8, 2025
e99dcb2
refactor: migrate from node-sass to sass in webpack configs
alanpeng Mar 8, 2025
aa3bc4d
chore: replace node-sass with sass and update sass-loader
alanpeng Mar 8, 2025
df3535b
fix: add development env config and TYPE_ENV to environment files
alanpeng Mar 8, 2025
a0f5eeb
refactor: simplify environment config loading in webpack.prod.conf.js
alanpeng Mar 8, 2025
f24225a
fix: downgrade sass-loader and fix webpack CSS configuration
alanpeng Mar 8, 2025
c32ab70
fix: add CSS and font file handling to webpack configuration
alanpeng Mar 8, 2025
1d8edd4
fix: Add style-loader dependency and update CSS loader configuration
alanpeng Mar 8, 2025
30a512e
refactor: update webpack config to use modern loader syntax
alanpeng Mar 8, 2025
4eec95e
fix: Resolve build errors by fixing JSON parsing, BASE_URL reference,…
alanpeng Mar 8, 2025
cded21f
fix: Update webpack config, sysconfig, and Vue import for build
alanpeng Mar 8, 2025
a083cf0
fix: update webpack config and main.js imports for JSON and Vue
alanpeng Mar 8, 2025
a12a64b
fix: Add JSON loader and update config import in main.js
alanpeng Mar 8, 2025
c80b3e4
fix: resolve JSON loader and Vue import issues in webpack config
alanpeng Mar 8, 2025
b8b23fe
fix: update webpack config and JSON import syntax
alanpeng Mar 8, 2025
681338c
Upgrade components
alanpeng Mar 8, 2025
6f7ae1a
fix: Correct Vue import syntax and remove window.vue assignment
alanpeng Mar 8, 2025
0ca09bb
fix: update Vue imports and Vuex actions usage in App.vue
alanpeng Mar 8, 2025
80fbb69
Upgrade components
alanpeng Mar 8, 2025
8191cf2
Upgrade components
alanpeng Mar 8, 2025
63b5cd6
Upgrade components
alanpeng Mar 8, 2025
0b7edde
Upgrade components
alanpeng Mar 8, 2025
1ab8c63
build: update webpack config and dependencies for modern build system
alanpeng Mar 8, 2025
aa606be
fix: update vue-loader to v15.10.1 and adjust webpack config
alanpeng Mar 8, 2025
3da29e5
Update components version
alanpeng Mar 8, 2025
8e7f85f
refactor: move sourceMap into terserOptions and update terser-webpack…
alanpeng Mar 8, 2025
2608951
fix: update vue-loader and template compiler dependencies
alanpeng Mar 8, 2025
eedf8c2
chore: update dependencies and webpack config for compatibility
alanpeng Mar 8, 2025
f30b5d0
use node 18
alanpeng Mar 8, 2025
9d2908e
chore: upgrade superagent and core-js dependencies
alanpeng Mar 8, 2025
40da584
fix: downgrade superagent and superagent-jsonapify to compatible vers…
alanpeng Mar 8, 2025
46db8aa
chore: update dependencies to fix security warnings and compatibility…
alanpeng Mar 8, 2025
95b9b6f
chore: remove superagent-jsonapify and add babel-runtime dependency
alanpeng Mar 8, 2025
6e0630a
chore: update dependencies and fix deprecated packages
alanpeng Mar 8, 2025
9f8be94
upgrade component
alanpeng Mar 8, 2025
8d460e6
upgrade component
alanpeng Mar 8, 2025
3d79b7b
upgrade component
alanpeng Mar 8, 2025
78a4681
upgrade component
alanpeng Mar 8, 2025
6555bdb
upgrade component
alanpeng Mar 8, 2025
fdb4d2d
restore old version
alanpeng Mar 8, 2025
0cfc267
build: update dependencies to support Node.js 10+ and modern tooling
alanpeng Mar 8, 2025
c1a7c60
upgrade to node 18
alanpeng Mar 8, 2025
11993c6
upgrade to node 20
alanpeng Mar 8, 2025
7e2abf2
fix: downgrade vee-validate and update Vue 2.x compatible dependencies
alanpeng Mar 8, 2025
9f18067
udate npm packages
alanpeng Mar 8, 2025
f8fcb07
udate npm packages
alanpeng Mar 8, 2025
6a0b093
udate npm packages
alanpeng Mar 8, 2025
8a94fa8
upgrade npm packages
alanpeng Mar 8, 2025
cf23dfd
build(deps): bump axios and chromedriver
dependabot[bot] Mar 8, 2025
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
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"presets": ["es2015", "stage-2"],
"plugins": ["transform-runtime"],
"presets": ["@babel/preset-env"],
"plugins": ["@babel/plugin-transform-runtime"],
"comments": false
}
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
- run:
name: Build an amd64 container image
command: |
docker run -t --rm -v ${PWD}:/deploy-ui -w /deploy-ui node:14 bash -c "yarn install && yarn run build"
docker run -t --rm -v ${PWD}:/deploy-ui -w /deploy-ui node:20 bash -c "npm install -g npm@11.2.0 && npm install --legacy-peer-deps && npm run build"
docker build -t wise2c/deploy-ui:amd64-$CIRCLE_BRANCH .
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
docker push wise2c/deploy-ui:amd64-$CIRCLE_BRANCH
Expand All @@ -18,7 +18,7 @@ jobs:
- run:
name: Build an amd64 container image
command: |
docker run -t --rm -v ${PWD}:/deploy-ui -w /deploy-ui node:14 bash -c "yarn install && yarn run build"
docker run -t --rm -v ${PWD}:/deploy-ui -w /deploy-ui node:20 bash -c "npm install -g npm@11.2.0 && npm install --legacy-peer-deps && npm run build"
docker build -t wise2c/deploy-ui:amd64-$CIRCLE_TAG .
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
docker push wise2c/deploy-ui:amd64-$CIRCLE_TAG
Expand All @@ -31,7 +31,7 @@ jobs:
- run:
name: Build an aarch64 container image
command: |
docker run -t --rm -v ${PWD}:/deploy-ui -w /deploy-ui node:14 bash -c "yarn install && yarn run build"
docker run -t --rm -v ${PWD}:/deploy-ui -w /deploy-ui node:20 bash -c "npm install -g npm@11.2.0 && npm install --legacy-peer-deps && npm run build"
docker build -t wise2c/deploy-ui:aarch64-$CIRCLE_BRANCH .
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
docker push wise2c/deploy-ui:aarch64-$CIRCLE_BRANCH
Expand All @@ -44,7 +44,7 @@ jobs:
- run:
name: Build an aarch64 container image
command: |
docker run -t --rm -v ${PWD}:/deploy-ui -w /deploy-ui node:14 bash -c "yarn install && yarn run build"
docker run -t --rm -v ${PWD}:/deploy-ui -w /deploy-ui node:20 bash -c "npm install -g npm@11.2.0 && npm install --legacy-peer-deps && npm run build"
docker build -t wise2c/deploy-ui:aarch64-$CIRCLE_TAG .
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
docker push wise2c/deploy-ui:aarch64-$CIRCLE_TAG
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ test/e2e/reports
.idea
*.iml
.vscode
.aider*
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# deploy-ui
[![Build Status](https://travis-ci.org/wise2c-devops/deploy-ui.svg?branch=master)](https://travis-ci.org/wise2c-devops/deploy-ui)

> deploy-ui 启动前端项目

Expand Down
Loading