Skip to content

Commit

Permalink
[releng] Upgrade turbo to version 2.3.3
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Charles David <[email protected]>
  • Loading branch information
pcdavid authored and sbegaudeau committed Jan 2, 2025
1 parent 4b778e9 commit 322b2ed
Show file tree
Hide file tree
Showing 21 changed files with 83 additions and 76 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

=== Dependency update

- [releng] Upgrade `turbo` to version 2.3.3 (from 1.13.3 before).
The `start` task used in our turbo configuration is now marked as `persistent` and as a result we have separated the `start` script from `sirius-web` used to run the frontend in dev from from the `start` script from other packages used to build them in development mode by remaning the later to `build-dev`.


=== Bug fixes

Expand Down Expand Up @@ -78,7 +81,6 @@ This provider is in charge of getting the icon list of the representation.
=== Dependency update



=== Bug fixes

- https://github.com/eclipse-sirius/sirius-web/issues/4195[#4195] [sirius-web] Prevent objects disappearing when dropped on themselves (or a descendant) in the _Explorer_.
Expand Down
110 changes: 55 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"node": "18.7.0",
"npm": "8.15.0"
},
"packageManager": "[email protected]",
"workspaces": [
"./packages/*/frontend/*"
],
Expand All @@ -22,6 +23,6 @@
"start": "turbo run start"
},
"devDependencies": {
"turbo": "1.13.3"
"turbo": "2.3.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"scripts": {
"start": "vite build --mode 'development' && tsc",
"build-dev": "vite build --mode 'development' && tsc",
"build": "vite build && tsc",
"format": "prettier --write \"src/**/*.{js,ts,tsx,css}\"",
"format-lint": "prettier --list-different \"src/**/*.{js,ts,tsx,css}\"",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/frontend/sirius-components-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"scripts": {
"start": "vite build --mode 'development' && tsc",
"build-dev": "vite build --mode 'development' && tsc",
"build": "vite build && tsc",
"format": "prettier --write \"src/**/*.{js,ts,tsx,css}\"",
"format-lint": "prettier --list-different \"src/**/*.{js,ts,tsx,css}\"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"scripts": {
"start": "vite build --mode 'development' && tsc",
"build-dev": "vite build --mode 'development' && tsc",
"build": "vite build && tsc",
"format": "prettier --write \"src/**/*.{js,ts,tsx,css}\"",
"format-lint": "prettier --list-different \"src/**/*.{js,ts,tsx,css}\"",
Expand Down
2 changes: 1 addition & 1 deletion packages/deck/frontend/sirius-components-deck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"scripts": {
"start": "vite build --mode 'development' && tsc",
"build-dev": "vite build --mode 'development' && tsc",
"build": "vite build && tsc",
"format": "prettier --write \"src/**/*.{js,ts,tsx,css}\"",
"format-lint": "prettier --list-different \"src/**/*.{js,ts,tsx,css}\"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"scripts": {
"start": "vite build --mode 'development' && tsc",
"build-dev": "vite build --mode 'development' && tsc",
"build": "vite build && tsc",
"format": "prettier --write \"src/**/*.{js,ts,tsx,css}\"",
"format-lint": "prettier --list-different \"src/**/*.{js,ts,tsx,css}\"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"scripts": {
"start": "vite build --mode 'development' && tsc",
"build-dev": "vite build --mode 'development' && tsc",
"build": "vite build && tsc",
"format": "prettier --write \"src/**/*.{js,ts,tsx,css}\"",
"format-lint": "prettier --list-different \"src/**/*.{js,ts,tsx,css}\"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"scripts": {
"start": "vite build --mode 'development' && tsc",
"build-dev": "vite build --mode 'development' && tsc",
"build": "vite build && tsc",
"format": "prettier --write \"src/**/*.{js,ts,tsx,css}\"",
"format-lint": "prettier --list-different \"src/**/*.{js,ts,tsx,css}\"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"scripts": {
"start": "vite build --mode 'development' && tsc",
"build-dev": "vite build --mode 'development' && tsc",
"build": "vite build && tsc",
"format": "prettier --write \"src/**/*.{js,ts,tsx,css}\"",
"format-lint": "prettier --list-different \"src/**/*.{js,ts,tsx,css}\"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"scripts": {
"start": "vite build --mode 'development' && tsc",
"build-dev": "vite build --mode 'development' && tsc",
"build": "vite build && tsc",
"format": "prettier --write \"src/**/*.{js,ts,tsx,css}\"",
"format-lint": "prettier --list-different \"src/**/*.{js,ts,tsx,css}\"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"scripts": {
"start": "vite build --mode 'development' && tsc",
"build-dev": "vite build --mode 'development' && tsc",
"build": "vite build && tsc",
"format": "prettier --write \"src/**/*.{js,ts,tsx,css}\"",
"format-lint": "prettier --list-different \"src/**/*.{js,ts,tsx,css}\"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"scripts": {
"start": "vite build --mode 'development' && tsc",
"build-dev": "vite build --mode 'development' && tsc",
"build": "vite build && tsc",
"format": "prettier --write \"src/**/*.{js,ts,tsx,css}\"",
"format-lint": "prettier --list-different \"src/**/*.{js,ts,tsx,css}\"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"scripts": {
"start": "vite build --mode 'development' && tsc",
"build-dev": "vite build --mode 'development' && tsc",
"build": "vite build && tsc",
"format": "prettier --write \"src/**/*.{js,ts,tsx,css}\"",
"format-lint": "prettier --list-different \"src/**/*.{js,ts,tsx,css}\"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"scripts": {
"start": "vite build --mode 'development' && tsc",
"build-dev": "vite build --mode 'development' && tsc",
"build": "vite build && tsc",
"format": "prettier --write \"src/**/*.{js,ts,tsx,css}\"",
"format-lint": "prettier --list-different \"src/**/*.{js,ts,tsx,css}\"",
Expand Down
2 changes: 1 addition & 1 deletion packages/sirius-web/frontend/sirius-web-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"scripts": {
"start": "vite build --mode 'development' && tsc",
"build-dev": "vite build --mode 'development' && tsc",
"build": "vite build && tsc",
"format": "prettier --write \"src/**/*.{js,ts,tsx,css}\"",
"format-lint": "prettier --list-different \"src/**/*.{js,ts,tsx,css}\"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"scripts": {
"start": "vite build --mode 'development' && tsc",
"build-dev": "vite build --mode 'development' && tsc",
"build": "vite build && tsc",
"format": "prettier --write \"src/**/*.{js,ts,tsx,css}\"",
"format-lint": "prettier --list-different \"src/**/*.{js,ts,tsx,css}\"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"scripts": {
"start": "vite build --mode 'development' && tsc",
"build-dev": "vite build --mode 'development' && tsc",
"build": "vite build && tsc",
"format": "prettier --write \"src/**/*.{js,ts,tsx,css}\"",
"format-lint": "prettier --list-different \"src/**/*.{js,ts,tsx,css}\"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"scripts": {
"start": "vite build --mode 'development' && tsc",
"build-dev": "vite build --mode 'development' && tsc",
"build": "vite build && tsc",
"format": "prettier --write \"src/**/*.{js,ts,tsx,css}\"",
"format-lint": "prettier --list-different \"src/**/*.{js,ts,tsx,css}\"",
Expand Down
Loading

0 comments on commit 322b2ed

Please sign in to comment.