chore(deps): update dependency magic-string to v0.30.18#46
Closed
renovate[bot] wants to merge 84 commits intomainfrom
Closed
chore(deps): update dependency magic-string to v0.30.18#46renovate[bot] wants to merge 84 commits intomainfrom
renovate[bot] wants to merge 84 commits intomainfrom
Conversation
Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.0.21 to 2.2.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.21...v2.2.10) --- updated-dependencies: - dependency-name: jvm dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.5 to 42.7.7. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.7.5...REL42.7.7) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-version: 42.7.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps org.gradle.toolchains.foojay-resolver-convention from 0.8.0 to 1.0.0. --- updated-dependencies: - dependency-name: org.gradle.toolchains.foojay-resolver-convention dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps org.slf4j:slf4j-simple from 2.0.9 to 2.0.17. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-simple dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [com.vaadin:vaadin-core](https://github.com/vaadin/platform) from 24.7.2 to 24.8.6. - [Release notes](https://github.com/vaadin/platform/releases) - [Commits](vaadin/platform@24.7.2...24.8.6) --- updated-dependencies: - dependency-name: com.vaadin:vaadin-core dependency-version: 24.8.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…in-core-24.8.6 Bump com.vaadin:vaadin-core from 24.7.2 to 24.8.6
…-simple-2.0.17 Bump org.slf4j:slf4j-simple from 2.0.9 to 2.0.17
…chains.foojay-resolver-convention-1.0.0 Bump org.gradle.toolchains.foojay-resolver-convention from 0.8.0 to 1.0.0
…postgresql-42.7.7 Bump org.postgresql:postgresql from 42.7.5 to 42.7.7
Bump jvm from 2.0.21 to 2.2.10
Bumps [com.github.mvysny.karibudsl:karibu-dsl](https://github.com/mvysny/karibu-dsl) from 2.3.2 to 2.4.0. - [Commits](mvysny/karibu-dsl@2.3.2...2.4.0) --- updated-dependencies: - dependency-name: com.github.mvysny.karibudsl:karibu-dsl dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 6.3.0 to 7.0.1. - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](brettwooldridge/HikariCP@HikariCP-6.3.0...HikariCP-7.0.1) --- updated-dependencies: - dependency-name: com.zaxxer:HikariCP dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [com.vaadin](https://github.com/vaadin/platform) from 24.6.4 to 24.8.6. - [Release notes](https://github.com/vaadin/platform/releases) - [Commits](vaadin/platform@24.6.4...24.8.6) --- updated-dependencies: - dependency-name: com.vaadin dependency-version: 24.8.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bump com.vaadin from 24.6.4 to 24.8.6
…riCP-7.0.1 Bump com.zaxxer:HikariCP from 6.3.0 to 7.0.1
…ny.karibudsl-karibu-dsl-2.4.0 Bump com.github.mvysny.karibudsl:karibu-dsl from 2.3.2 to 2.4.0
This change migrates the project to use a Gradle Version Catalog (`libs.versions.toml`) for dependency management.
Key changes:
- Created `gradle/libs.versions.toml` to define dependencies, versions, and plugins.
- Updated `build.gradle.kts` to reference the version catalog.
- Enabled Gradle caching by adding `org.gradle.caching=true` to `gradle.properties`.
- Added `@file:Suppress("UnstableApiUsage")` to `settings.gradle.kts` to handle incubating features.
- Centralized repository management in `settings.gradle.kts` as a best practice.
Migrate to Gradle Version Catalog
Configure Renovate
Update dependency glob to v11.0.3
…ansform-0.x Update dependency @preact/signals-react-transform to v0.5.2
Update dependency vite-plugin-checker to v0.10.2
This commit introduces a new GitHub Actions workflow to build and verify the project automatically. The workflow is configured to trigger on every push and pull request to the `main` branch. It sets up the necessary Java and Bun environments and then executes the Gradle build command.
feat: Add GitHub Actions for CI
chore(deps): update actions/checkout action to v5
chore(deps): update oven-sh/setup-bun action to v2
fix(deps): update dependency com.zaxxer:hikaricp to v7.0.2
chore(deps): update dependency @vitejs/plugin-react to v5.0.1
chore(deps): update dependency vite to v7.1.3
…ansform-0.x chore(deps): update dependency @preact/signals-react-transform to v0.6.0
…-24.x fix(deps): update dependency @vaadin/react-components to v24.8.5
chore(deps): update actions/setup-java action to v5
chore(deps): update dependency @types/react to v19.1.11
fix(deps): update dependency react-router to v7.8.2
The build was failing in production mode due to a reference to a non-existent theme. This change removes the unused `@Theme` annotation from the `Main.kt` file. Additionally, the `build.yml` file has been updated to use the `-Pvaadin.productionMode` flag, which is required for a correct production build with Vaadin.
Fix build process
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.30.17->0.30.18Release Notes
rich-harris/magic-string (magic-string)
v0.30.18Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.