build(deps): bump vite from 7.3.2 to 8.0.10 #3120
build.yml
on: pull_request
Linting and TypeCheck
1m 15s
Build and Test Web
2m 12s
Build and Test C#
2m 19s
Build and Test Kotlin
3m 29s
Annotations
13 errors and 1 warning
|
Linting and TypeCheck
Type 'string | ChunkFileNamesFunction' is not assignable to type 'string | ((chunkInfo: PreRenderedChunk) => string) | undefined'.
|
|
Linting and TypeCheck
Type 'Plugin<any>[]' is not assignable to type 'InputPluginOption'.
|
|
Linting and TypeCheck
Property 'environment' does not exist on type 'Context'.
|
|
Linting and TypeCheck
Property 'renderDynamicImport' does not exist on type '{ hotUpdate?: ObjectHook<(this: MinimalPluginContext & { environment: DevEnvironment; }, options: HotUpdateOptions) => void | EnvironmentModuleNode[] | Promise<...>> | undefined; ... 41 more ...; closeWatcher?: ObjectHook<...> | undefined; }'. Did you mean 'resolveDynamicImport'?
|
|
Linting and TypeCheck
Object literal may only specify known properties, and 'resolveImportMeta' does not exist in type 'Plugin<any> | { name: string; } | PluginOption[] | Promise<Plugin<any> | { name: string; } | FalsyPlugin | PluginOption[]>'.
|
|
Linting and TypeCheck
Object literal may only specify known properties, and 'resolveImportMeta' does not exist in type 'Plugin<any> | { name: string; } | PluginOption[] | Promise<Plugin<any> | { name: string; } | FalsyPlugin | PluginOption[]>'.
|
|
Linting and TypeCheck
Object literal may only specify known properties, and 'resolveImportMeta' does not exist in type 'Plugin<any> | { name: string; } | PluginOption[] | Promise<Plugin<any> | { name: string; } | FalsyPlugin | PluginOption[]>'.
|
|
Linting and TypeCheck
Object literal may only specify known properties, and 'resolveImportMeta' does not exist in type 'Plugin<any> | { name: string; } | PluginOption[] | Promise<Plugin<any> | { name: string; } | FalsyPlugin | PluginOption[]>'.
|
|
Linting and TypeCheck
Object literal may only specify known properties, and 'resolveImportMeta' does not exist in type 'Plugin<any> | { name: string; } | PluginOption[] | Promise<Plugin<any> | { name: string; } | FalsyPlugin | PluginOption[]>'.
|
|
Linting and TypeCheck
Object literal may only specify known properties, and 'resolveImportMeta' does not exist in type 'Plugin<any> | { name: string; } | PluginOption[] | Promise<Plugin<any> | { name: string; } | FalsyPlugin | PluginOption[]>'.
|
|
Build and Test Web
Process completed with exit code 1.
|
|
test/WebPack.test.ts > WebPack > bundle-correctly:
packages/webpack/test/WebPack.test.ts#L100
AssertionError: expected '/******/ (() => { // webpackBootstrap…' to contain '/* worklet bootstrap */ async functio…'
- Expected
+ Received
- /* worklet bootstrap */ async function(__webpack_worklet__) {
+ /******/ (() => { // webpackBootstrap
+ /******/ // runtime can't be in strict mode because a global variable is assign and maybe created.
+ /******/ var __webpack_modules__ = ({});
+ /************************************************************************/
+ /******/ // The require scope
+ /******/ var __webpack_require__ = {};
+ /******/
+ /******/ // expose the modules object (__webpack_modules__)
+ /******/ __webpack_require__.m = __webpack_modules__;
+ /******/
+ /************************************************************************/
+ /******/ /* webpack/runtime/get javascript chunk filename */
+ /******/ (() => {
+ /******/ // This function allow to reference async chunks
+ /******/ __webpack_require__.u = (chunkId) => {
+ /******/ // return url for filenames based on template
+ /******/ return "" + chunkId + "-" + "efef4d2d" + ".js";
+ /******/ };
+ /******/ })();
+ /******/
+ /******/ /* webpack/runtime/global */
+ /******/ (() => {
+ /******/ __webpack_require__.g = (function() {
+ /******/ if (typeof globalThis === 'object') return globalThis;
+ /******/ try {
+ /******/ return this || new Function('return this')();
+ /******/ } catch (e) {
+ /******/ if (typeof window === 'object') return window;
+ /******/ }
+ /******/ })();
+ /******/ })();
+ /******/
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
+ /******/ (() => {
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
+ /******/ })();
+ /******/
+ /******/ /* webpack/runtime/publicPath */
+ /******/ (() => {
+ /******/ var scriptUrl;
+ /******/ if (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + "";
+ /******/ var document = __webpack_require__.g.document;
+ /******/ if (!scriptUrl && document) {
+ /******/ if (document.currentScript && document.currentScript.tagName.toUpperCase() === 'SCRIPT')
+ /******/ scriptUrl = document.currentScript.src;
+ /******/ if (!scriptUrl) {
+ /******/ var scripts = document.getElementsByTagName("script");
+ /******/ if(scripts.length) {
+ /******/ var i = scripts.length - 1;
+ /******/ while (i > -1 && (!scriptUrl || !/^http(s?):/.test(scriptUrl))) scriptUrl = scripts[i--].src;
+ /******/ }
+ /******/ }
+ /******/ }
+ /******/ // When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration
+ /******/ // or pass an empty string ("") and set the __webpack_public_path__ variable from your code to use your own logic.
+ /******/ if (!scriptUrl) throw new Error("Automatic publicPath is not supported in this browser");
+ /******/ scriptUrl = scriptUrl.replace(/^blob:/, "").replace(/#.*$/, "").replace(/\?.*$/, "").replace(/\/[^\/]+$/, "/");
+ /******/ __webpack_require__.p = scriptUrl;
+ /******/ })();
+ /******/
+ /******/ /* webpack/runtime/jsonp chunk loading */
+ /******/ (() => {
+ /******/ __webpack_require__.b = (typeof document !== 'undefined' && document.baseURI) || self.location.href;
+ /******/
+ /******/ // object to store loaded and loading chunks
+ /******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
+ /******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
+ /******/ var installedChunks = {
+ /******/ 524: 0
+ /******/ };
+ /******/
+ /******/ // no chunk on demand loading
+ /******/
+ /******/ // no prefetching
+ /******/
+ /******/ // no preloaded
+ /******/
+ /******/ // no HMR
+ /******/
+ /******/ // no HMR manifest
+ /******/
+ /******/ // no on chunks loaded
+ /******/
+ /******/ // no jsonp function
+ /******/ })();
+ /******/
+ /************************************************************************/
+ var __webpa
|
|
test/Vite.test.ts > Vite > bundle-correctly:
packages/vite/src/bridge/build.ts#L196
Error: Build failed with 1 error:
[plugin vite-plugin-alphatab-url] /home/runner/work/alphaTab/alphaTab/packages/alphatab/dist/alphaTab.mjs
Error: Missing field `moduleType`
at Object.wrappedHook (file:///home/runner/work/alphaTab/alphaTab/node_modules/rolldown/dist/shared/normalize-string-or-regex-CbQQ69gT.mjs:19:37)
at Object.handler (/home/runner/work/alphaTab/alphaTab/packages/vite/src/bridge/build.ts:196:19)
at file:///home/runner/work/alphaTab/alphaTab/node_modules/rollup/dist/es/shared/node-entry.js:22981:40
❯ Object.wrappedHook ../../node_modules/rolldown/dist/shared/normalize-string-or-regex-CbQQ69gT.mjs:19:37
❯ Object.handler src/bridge/build.ts:196:19
❯ aggregateBindingErrorsIntoJsError ../../node_modules/rolldown/dist/shared/error-DL-e8-oE.mjs:48:18
❯ unwrapBindingResult ../../node_modules/rolldown/dist/shared/error-DL-e8-oE.mjs:18:128
❯ RolldownBuild.#build ../../node_modules/rolldown/dist/shared/rolldown-build-DSxL8qiP.mjs:3317:34
❯ buildEnvironment ../../node_modules/vite/dist/node/chunks/node.js:33018:64
❯ Object.build ../../node_modules/vite/dist/node/chunks/node.js:33440:19
❯ test/Vite.test.ts:17:13
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errors: [ { stack: 'Error: Missing field `moduleType`\n at Object.wrappedHook (file:///home/runner/work/alphaTab/alphaTab/node_modules/rolldown/dist/shared/normalize-string-or-regex-CbQQ69gT.mjs:19:37)\n at Object.handler (/home/runner/work/alphaTab/alphaTab/packages/vite/src/bridge/build.ts:196:19)\n at file:///home/runner/work/alphaTab/alphaTab/node_modules/rollup/dist/es/shared/node-entry.js:22981:40', message: 'Missing field `moduleType`', code: 'PLUGIN_ERROR', pluginCode: 'InvalidArg', plugin: 'vite-plugin-alphatab-url', hook: 'transform', id: '/home/runner/work/alphaTab/alphaTab/packages/alphatab/dist/alphaTab.mjs', watchFiles: [ '/home/runner/work/alphaTab/alphaTab/packages/alphatab/dist/alphaTab.worker.mjs' ], constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ] }
|
|
Build and Test Kotlin
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dorny/test-reporter@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|