From 0079151e0724c88b862988ed6f7de500c6b8f8c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 01:06:33 +0000 Subject: [PATCH 1/2] build(deps): bump @oruga-ui/oruga-next and @oruga-ui/theme-bulma Bumps [@oruga-ui/oruga-next](https://github.com/oruga-ui/oruga) and [@oruga-ui/theme-bulma](https://github.com/oruga-ui/theme-bulma). These dependencies needed to be updated together. Updates `@oruga-ui/oruga-next` from 0.11.6 to 0.12.1 - [Release notes](https://github.com/oruga-ui/oruga/releases) - [Changelog](https://github.com/oruga-ui/oruga/blob/develop/CHANGELOG.md) - [Commits](https://github.com/oruga-ui/oruga/compare/v0.11.6...v0.12.1) Updates `@oruga-ui/theme-bulma` from 0.7.3 to 0.8.0 - [Release notes](https://github.com/oruga-ui/theme-bulma/releases) - [Commits](https://github.com/oruga-ui/theme-bulma/compare/v0.7.3...v0.8.0) --- updated-dependencies: - dependency-name: "@oruga-ui/oruga-next" dependency-version: 0.12.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@oruga-ui/theme-bulma" dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- yarn.lock | 26 +++++++++++++------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index ae9e7d21..53619d55 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "lint": "eslint" }, "dependencies": { - "@oruga-ui/oruga-next": "0.11.6", - "@oruga-ui/theme-bulma": "^0.7.3", + "@oruga-ui/oruga-next": "0.12.1", + "@oruga-ui/theme-bulma": "^0.8.0", "core-js": "^3.47.0", "crypto-js": "^4.2.0", "vue": "^3.5.24", diff --git a/yarn.lock b/yarn.lock index dbd1f295..f594d33b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1705,17 +1705,17 @@ resolved "https://registry.yarnpkg.com/@one-ini/wasm/-/wasm-0.1.1.tgz#6013659736c9dbfccc96e8a9c2b3de317df39323" integrity sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw== -"@oruga-ui/oruga-next@0.11.6": - version "0.11.6" - resolved "https://registry.yarnpkg.com/@oruga-ui/oruga-next/-/oruga-next-0.11.6.tgz#cefccc0de8f5de6b2f51580c816d8108f85cfb45" - integrity sha512-2ymMckljKlsbe5BtQJoB4XV61PLnPdThpNJWpHjl/KLRQpAOyQK5wbsIr3sTSiYGGrwDt0IDq8bibMkJyh/7ww== +"@oruga-ui/oruga-next@0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@oruga-ui/oruga-next/-/oruga-next-0.12.1.tgz#224cc89b78d130e986edc159d62f42c95624c809" + integrity sha512-EAbEp/zotER+ROftvPRA/xB5IsMsTebXgJPjfgBbFhV9yKNizFMTdzYBipIKGmKFF2JNVq6hJjbcmHlpcolotg== dependencies: - vue-component-type-helpers "^3.0.5" + vue-component-type-helpers "^3.1.0" -"@oruga-ui/theme-bulma@^0.7.3": - version "0.7.3" - resolved "https://registry.yarnpkg.com/@oruga-ui/theme-bulma/-/theme-bulma-0.7.3.tgz#265067e82348631a143f3e4e657a69479a238dc8" - integrity sha512-wVFHMSO2qw8aonUfghIcnRGhJGSls8qesg5kHMOyuQOCKDmR7GLGqrNcIYvL0NyP34kP0D9r2g4mCLxdRv8vdw== +"@oruga-ui/theme-bulma@^0.8.0": + version "0.8.0" + resolved "https://registry.yarnpkg.com/@oruga-ui/theme-bulma/-/theme-bulma-0.8.0.tgz#bc9af7b542db13c2fa8448944ff1be5dc53599a7" + integrity sha512-V0ZLC2GWMlnp7z15ClPDtzquJKT3nxuwZo6xF6e7dDNMd6mNNVdkDSMqY9cNptjAde9lehZVzKamIYKTnBKjOA== dependencies: bulma "1.0.4" @@ -10539,10 +10539,10 @@ vue-component-type-helpers@^2.0.0: resolved "https://registry.yarnpkg.com/vue-component-type-helpers/-/vue-component-type-helpers-2.2.12.tgz#5014787aad185a22f460ad469cc51f14524308bc" integrity sha512-YbGqHZ5/eW4SnkPNR44mKVc6ZKQoRs/Rux1sxC6rdwXb4qpbOSYfDr9DsTHolOTGmIKgM9j141mZbBeg05R1pw== -vue-component-type-helpers@^3.0.5: - version "3.0.6" - resolved "https://registry.yarnpkg.com/vue-component-type-helpers/-/vue-component-type-helpers-3.0.6.tgz#983a15e02291f88300ee5b15cee31747a072160f" - integrity sha512-6CRM8X7EJqWCJOiKPvSLQG+hJPb/Oy2gyJx3pLjUEhY7PuaCthQu3e0zAGI1lqUBobrrk9IT0K8sG2GsCluxoQ== +vue-component-type-helpers@^3.1.0: + version "3.1.4" + resolved "https://registry.yarnpkg.com/vue-component-type-helpers/-/vue-component-type-helpers-3.1.4.tgz#9cf30c8533a524ba78e39b4b4176c3209e42f279" + integrity sha512-Uws7Ew1OzTTqHW8ZVl/qLl/HB+jf08M0NdFONbVWAx0N4gMLK8yfZDgeB77hDnBmaigWWEn5qP8T9BG59jIeyQ== vue-eslint-parser@^10.2.0: version "10.2.0" From 4ef74616c0bee5f3951214e1b55409aabd0c859a Mon Sep 17 00:00:00 2001 From: Bervianto Leo Pratama Date: Sun, 23 Nov 2025 20:21:37 +0700 Subject: [PATCH 2/2] Update main.ts --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 78a431b9..f33cce02 100644 --- a/src/main.ts +++ b/src/main.ts @@ -4,7 +4,7 @@ import { bulmaConfig } from '@oruga-ui/theme-bulma'; import App from './App.vue'; import router from './router'; import store from './store'; -import '@oruga-ui/theme-bulma/dist/bulma.css'; +import '@oruga-ui/theme-bulma/style.css'; const app = createApp(App);