Skip to content

Bump versions and update dependencies#1

Draft
google-labs-jules[bot] wants to merge 5 commits intomainfrom
dependency-and-version-bump
Draft

Bump versions and update dependencies#1
google-labs-jules[bot] wants to merge 5 commits intomainfrom
dependency-and-version-bump

Conversation

@google-labs-jules
Copy link

This commit updates the dependencies for both the backend and frontend, and also bumps the versions of the packages.

This commit updates the dependencies for both the backend and frontend, and also bumps the versions of the packages.

Backend:
- Updated axum to 0.8.4
- Updated rand to 0.9.2
- Updated serde to 1.0.219
- Updated thiserror to 2.0.16
- Updated tokio to 1.47.1
- Updated tower-http to 0.6.6
- Updated tracing-subscriber to 0.3.20
- Bumped version from 0.1.0 to 0.2.0

Frontend:
- Updated vue to ^3.5.21
- Updated vue-i18n to ^11.1.12
- Updated vuetify to ^3.9.7
- Bumped version from 0.0.1 to 0.1.0
@google-labs-jules
Copy link
Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll acknowledge your comments with a 👀 emoji and then get to work. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

I will automatically address your feedback. For any comments you don't want me to act on, just include (aside).



For security, I will only act on instructions from the user who triggered this task for this pull request.

@braincow
Copy link
Owner

braincow commented Sep 9, 2025

Jules the "npm run build" fails with following error:

7.547 node_modules/@tsconfig/node22/tsconfig.json(6,13): error TS6046: Argument for '--lib' option must be: 'es5', 'es6', 'es2015', 'es7', 'es2016', 'es2017', 'es2018', 'es2019', 'es2020', 'es2021', 'es2022', 'es2023', 'esnext', 'dom', 'dom.iterable', 'dom.asynciterable', 'webworker', 'webworker.importscripts', 'webworker.iterable', 'webworker.asynciterable', 'scripthost', 'es2015.core', 'es2015.collection', 'es2015.generator', 'es2015.iterable', 'es2015.promise', 'es2015.proxy', 'es2015.reflect', 'es2015.symbol', 'es2015.symbol.wellknown', 'es2016.array.include', 'es2016.intl', 'es2017.date', 'es2017.object', 'es2017.sharedmemory', 'es2017.string', 'es2017.intl', 'es2017.typedarrays', 'es2018.asyncgenerator', 'es2018.asynciterable', 'es2018.intl', 'es2018.promise', 'es2018.regexp', 'es2019.array', 'es2019.object', 'es2019.string', 'es2019.symbol', 'es2019.intl', 'es2020.bigint', 'es2020.date', 'es2020.promise', 'es2020.sharedmemory', 'es2020.string', 'es2020.symbol.wellknown', 'es2020.intl', 'es2020.number', 'es2021.promise', 'es2021.string', 'es2021.weakref', 'es2021.intl', 'es2022.array', 'es2022.error', 'es2022.intl', 'es2022.object', 'es2022.sharedmemory', 'es2022.string', 'es2022.regexp', 'es2023.array', 'es2023.collection', 'es2023.intl', 'esnext.array', 'esnext.collection', 'esnext.symbol', 'esnext.asynciterable', 'esnext.intl', 'esnext.disposable', 'esnext.bigint', 'esnext.string', 'esnext.promise', 'esnext.weakref', 'esnext.decorators', 'esnext.object', 'esnext.regexp', 'esnext.iterator', 'decorators', 'decorators.legacy'.
12.36 ERROR: "type-check" exited with 2.

@google-labs-jules
Copy link
Author

Jules the "npm run build" fails with following error:

7.547 node_modules/@tsconfig/node22/tsconfig.json(6,13): error TS6046: Argument for '--lib' option must be: 'es5', 'es6', 'es2015', 'es7', 'es2016', 'es2017', 'es2018', 'es2019', 'es2020', 'es2021', 'es2022', 'es2023', 'esnext', 'dom', 'dom.iterable', 'dom.asynciterable', 'webworker', 'webworker.importscripts', 'webworker.iterable', 'webworker.asynciterable', 'scripthost', 'es2015.core', 'es2015.collection', 'es2015.generator', 'es2015.iterable', 'es2015.promise', 'es2015.proxy', 'es2015.reflect', 'es2015.symbol', 'es2015.symbol.wellknown', 'es2016.array.include', 'es2016.intl', 'es2017.date', 'es2017.object', 'es2017.sharedmemory', 'es2017.string', 'es2017.intl', 'es2017.typedarrays', 'es2018.asyncgenerator', 'es2018.asynciterable', 'es2018.intl', 'es2018.promise', 'es2018.regexp', 'es2019.array', 'es2019.object', 'es2019.string', 'es2019.symbol', 'es2019.intl', 'es2020.bigint', 'es2020.date', 'es2020.promise', 'es2020.sharedmemory', 'es2020.string', 'es2020.symbol.wellknown', 'es2020.intl', 'es2020.number', 'es2021.promise', 'es2021.string', 'es2021.weakref', 'es2021.intl', 'es2022.array', 'es2022.error', 'es2022.intl', 'es2022.object', 'es2022.sharedmemory', 'es2022.string', 'es2022.regexp', 'es2023.array', 'es2023.collection', 'es2023.intl', 'esnext.array', 'esnext.collection', 'esnext.symbol', 'esnext.asynciterable', 'esnext.intl', 'esnext.disposable', 'esnext.bigint', 'esnext.string', 'esnext.promise', 'esnext.weakref', 'esnext.decorators', 'esnext.object', 'esnext.regexp', 'esnext.iterator', 'decorators', 'decorators.legacy'.
12.36 ERROR: "type-check" exited with 2.

I have downgraded @tsconfig/node22 to a version that is compatible with the version of TypeScript being used. This should fix the build error.

google-labs-jules bot and others added 2 commits September 9, 2025 12:24
This commit updates the dependencies for both the backend and frontend, and also bumps the versions of the packages.

Backend:
- Updated axum to 0.8.4
- Updated rand to 0.9.2
- Updated serde to 1.0.219
- Updated thiserror to 2.0.16
- Updated tokio to 1.47.1
- Updated tower-http to 0.6.6
- Updated tracing-subscriber to 0.3.20
- Bumped version from 0.1.0 to 0.2.0

Frontend:
- Updated vue to ^3.5.21
- Updated vue-i18n to ^11.1.12
- Updated vuetify to ^3.9.7
- Bumped version from 0.0.1 to 0.1.0
…muri-trainer into dependency-and-version-bump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant