aboutsummaryrefslogtreecommitdiffstats
path: root/yarn.lock
Commit message (Collapse)AuthorAge
...
* chore(deps): bump dependenciesLibravatar Kristóf Marussy2023-01-28
|
* chore(deps): bump dependenciesLibravatar Kristóf Marussy2022-12-21
|
* chore(deps): upgrade to yarn canaryLibravatar Kristóf Marussy2022-12-13
| | | | | | | Support for typescript@4.9.4 available in yarn 4.0.0-rc.33 according to https://github.com/yarnpkg/berry/pull/5127#issuecomment-1345664949 Also updates other frontend dependencies.
* chore(web): upgrade to Jetty 12.0.0.alpha3Libravatar Kristóf Marussy2022-12-12
| | | | | Also refactor virtual thread ExecutorService handling and integration tests.
* refactor(frontend): split vite configLibravatar Kristóf Marussy2022-12-11
| | | | | Also introduces tsconfig.shared.json to keep track of source files used both and build time and in the browser.
* chore(frontend): upgrade to vite 4Libravatar Kristóf Marussy2022-12-11
| | | | | | vite-plugin-inject-preload and vite-plugin-pwa generate peer dependency warnings, because they still require vite 3, but this does not lead to any incorrect behavior in practice.
* chore(deps): bump dependenciesLibravatar Kristóf Marussy2022-12-08
|
* fix(frontend): mobx 6.7.0 typingLibravatar Kristóf Marussy2022-11-22
| | | | | | | Also bumps some dependencies and updates tsconfig.json The added workarounds should be remove once https://github.com/mobxjs/mobx/issues/3582 is resolved.
* chore(deps): bump dependenciesLibravatar Kristóf Marussy2022-11-22
|
* feat(web): backend URL configurationLibravatar Kristóf Marussy2022-11-10
| | | | | | | | To point the frontend to a backend server, update the config.json file in the website root. The config.json is generated automatically in debug mode and when running from a standalone jar.
* refactor(frontend): improve HMR experienceLibravatar Kristóf Marussy2022-11-05
| | | | | | | | Use a HMR acceptor as in https://github.com/vitejs/vite/issues/10227#issuecomment-1256969751 Also updates frontend tooling to the latest version (yarn now support typescript 4.8.4)
* chore(deps): bump dependenciesLibravatar Kristóf Marussy2022-10-03
|
* refactor(language): clarify containment hierarchyLibravatar Kristóf Marussy2022-09-14
|
* chore(deps): bump dependenciesLibravatar Kristóf Marussy2022-09-11
|
* feat(frontend): editor area scroll shadow stylingLibravatar Kristóf Marussy2022-09-08
|
* feat(frontend): check for updates periodicallyLibravatar Kristóf Marussy2022-09-08
|
* chore(deps): bump frontend dependenciesLibravatar Kristóf Marussy2022-09-06
|
* refactor(frontend): Inter fontLibravatar Kristóf Marussy2022-09-06
| | | | Use a variable font to reduce the number of files to be deployed
* feat(frontend): XState statechartsLibravatar Kristóf Marussy2022-09-06
| | | | | | | Expressing logic in statecharts for complex stateful behaviours should improve maintainability We use @xstate/cli to statically analyze statcharts before typechecking
* refactor(frontend): add eslint-plugin-mobxLibravatar Kristóf Marussy2022-08-27
|
* refactor(frontend): custom mutex implementationLibravatar Kristóf Marussy2022-08-26
| | | | Lets us track priorities of tasks without cancellation.
* chore(deps): bump dependenciesLibravatar Kristóf Marussy2022-08-26
|
* fix(frontend): UpdateService synchronizationLibravatar Kristóf Marussy2022-08-25
| | | | Also bumps frontend dependencies
* feat(frontend): overlay window controlsLibravatar Kristóf Marussy2022-08-21
| | | | | Might need manual intervention in browsers, e.g. https://docs.microsoft.com/en-us/microsoft-edge/progressive-web-apps-chromium/how-to/window-controls-overlay#enable-the-window-controls-overlay-api-in-microsoft-edge
* refactor(frontend): inline CSS and minify HTMLLibravatar Kristóf Marussy2022-08-20
| | | | | | Optimize first page loading time. We only include variable and woff2 fonts, as they are widely supported.
* feat(frontend): add PWA manifestLibravatar Kristóf Marussy2022-08-20
|
* refactor(frondend): improve editor store and themeLibravatar Kristóf Marussy2022-08-16
| | | | Also bumps frontend dependencies.
* chore(deps): bump frontend dependenciesLibravatar Kristóf Marussy2022-08-15
|
* refactor(frondend): dark theme tweaksLibravatar Kristóf Marussy2022-08-15
|
* chore(deps): bump dependenciesLibravatar Kristóf Marussy2022-08-12
|
* refactor(frontend): move from Webpack to ViteLibravatar Kristóf Marussy2022-08-12
| | | | Also overhaulds the building and linting for frontend assets.
* chore(deps): bump frontend dependenciesLibravatar Kristóf Marussy2022-08-11
|
* chore(deps): bump dependenciesLibravatar Kristóf Marussy2022-07-31
|
* chore: bump dependenciesLibravatar Kristóf Marussy2022-07-27
|
* chore(frontend): bump frontend dependenciesLibravatar Kristóf Marussy2021-12-14
|
* build: separate module for frontendLibravatar Kristóf Marussy2021-12-14
| | | | | This allows us to simplify the webpack configuration and the gradle build scripts.
* build: move modules into subproject directoryLibravatar Kristóf Marussy2021-12-12
|
* chore(web): bump frontend dependenciesLibravatar Kristóf Marussy2021-12-12
|
* chore: bump typescript to 4.5Libravatar Kristóf Marussy2021-11-21
| | | | | Also requires yarn 3.2.0-rc.5 due to https://github.com/yarnpkg/berry/issues/3722
* chore: yarn tsserver sdk supportLibravatar Kristóf Marussy2021-11-21
| | | | See https://yarnpkg.com/getting-started/editor-sdks/#emacs for more info
* build: move to yarn workspacesLibravatar Kristóf Marussy2021-11-21
The root project (worktree) must have a valid package.json, .yarnrc.yaml, and have the gradle precompiled script plugin refinery-frontend-worktree applied to it. All frontend modules (workspaces) must have a valid package.json, be referenced in the worktree project.json, and be a valid gradle subproject with the gradle precompiled script plugin refinery-frontend-workspace applied to it. To reduce unnecessary downloads, we do the following workarounds: * The node version is pinned in gradle.properties and the installed node version is stored in .node/frontend.properties. A new node version is only downloaded if it differs from the installed one (or none is installed). This improves on the default gradle behavior, which would download a new node version if the classpath of the installNode task was changed. * The yarn classic version is pinned in gradle.properties and the installed yarn classic version is stored in .node/frontend.properties. This improves on the default gradle behavior, which would reinstall the yarn npm package at every build. * We disable the enableYarnBerry task, since a yarn berry version is already committed into the repository at .yarn/versions as it is recommended in http://yarnpkg.com/getting-started/qa/ * We use yarn set version --only-if-needed in the installYarn task. * The installFrontend task takes package.json and yarn.lock as inputs and produces .pnp.cjs and .pnp.loader.mjs as outputs. Whether this task is up-to-date can be checked by gradle quickly, since it doesn't have to traverse the node_module folder due to pnp resoltion: https://yarnpkg.com/features/pnp/ All workspaces have the installNode, installYarnGlobally, installYarn and installFrontend tasks disabled. However, these tasks depend on the task with the same name in the worktree project, so installation is still triggered globally. Moreover, the installFrontend task in the worktree has the package.json of the workspaces as inputs, so reinstallation is triggered when the workspace package.json changes.