04b5b312ea
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`24.13.2` → `24.13.3`](https://renovatebot.com/diffs/npm/@types%2fnode/24.13.2/24.13.3) |  |  | | [rolldown](https://rolldown.rs/) ([source](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown)) | [`1.1.4` → `1.1.5`](https://renovatebot.com/diffs/npm/rolldown/1.1.4/1.1.5) |  |  | --- ### Release Notes <details> <summary>rolldown/rolldown (rolldown)</summary> ### [`v1.1.5`](https://github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#115---2026-07-08) [Compare Source](https://github.com/rolldown/rolldown/compare/v1.1.4...v1.1.5) ##### 🚀 Features - detect top-level import-binding reads as execution-order sensitive ([#​10180](https://github.com/rolldown/rolldown/issues/10180)) by [@​hyf0](https://github.com/hyf0) - sourcemap\_filenames: add a sourcemapFileNames option ([#​9271](https://github.com/rolldown/rolldown/issues/9271)) by [@​V1OL3TF0X](https://github.com/V1OL3TF0X) - binding: record plugin hook result kind in tracing spans ([#​10154](https://github.com/rolldown/rolldown/issues/10154)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - linking: skip side-effect-free modules in per-entry reachability ([#​10111](https://github.com/rolldown/rolldown/issues/10111)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - improve error message for unresolved virtual imports ([#​10156](https://github.com/rolldown/rolldown/issues/10156)) by [@​sapphi-red](https://github.com/sapphi-red) - add descriptive metadata to plugin API ([#​10106](https://github.com/rolldown/rolldown/issues/10106)) by [@​sapphi-red](https://github.com/sapphi-red) - add `--configLoader=native` option ([#​10118](https://github.com/rolldown/rolldown/issues/10118)) by [@​sapphi-red](https://github.com/sapphi-red) ##### 🐛 Bug Fixes - improve invalid annotation warnings ([#​10185](https://github.com/rolldown/rolldown/issues/10185)) by [@​hyf0](https://github.com/hyf0) - keep deduplicated asset filenames stable once they can be observed ([#​10191](https://github.com/rolldown/rolldown/issues/10191)) by [@​shulaoda](https://github.com/shulaoda) - sourcemap\_filenames: use public option name in pattern errors ([#​10188](https://github.com/rolldown/rolldown/issues/10188)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - sourcemap\_filenames: hash prepared sourcemap content ([#​10178](https://github.com/rolldown/rolldown/issues/10178)) by [@​hyf0](https://github.com/hyf0) - tree-shake unused circular declarators exported via export list ([#​10166](https://github.com/rolldown/rolldown/issues/10166)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - dev: don't panic when an HMR rebuild hits an unresolved import ([#​10162](https://github.com/rolldown/rolldown/issues/10162)) by [@​shulaoda](https://github.com/shulaoda) - propagate errors from output.globals function ([#​9880](https://github.com/rolldown/rolldown/issues/9880)) by [@​shulaoda](https://github.com/shulaoda) - dev: revert cache mutations when a partial scan fails ([#​10110](https://github.com/rolldown/rolldown/issues/10110)) by [@​shulaoda](https://github.com/shulaoda) - dev: update importer relationships of cached modules in incremental build ([#​10107](https://github.com/rolldown/rolldown/issues/10107)) by [@​shulaoda](https://github.com/shulaoda) - hmr: fall back to full reload when a changed module is not registered as executed ([#​10132](https://github.com/rolldown/rolldown/issues/10132)) by [@​shulaoda](https://github.com/shulaoda) - chunk-optimizer: follow entry facade edges in runtime placement cycle check ([#​10101](https://github.com/rolldown/rolldown/issues/10101)) by [@​hyf0](https://github.com/hyf0) - dev: ignore watcher events after close ([#​10113](https://github.com/rolldown/rolldown/issues/10113)) by [@​hyf0](https://github.com/hyf0) - emit async wrapper for TLA modules under onDemandWrapping ([#​10086](https://github.com/rolldown/rolldown/issues/10086)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - gate sideEffects:false modules' side effects on body demand ([#​10080](https://github.com/rolldown/rolldown/issues/10080)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - rolldown\_plugin\_vite\_resolve: return empty object for `browser: false` mapped modules ([#​10082](https://github.com/rolldown/rolldown/issues/10082)) by [@​sapphi-red](https://github.com/sapphi-red) - reset the word-boundary state on newline in Hires::Boundary sourcemaps ([#​10025](https://github.com/rolldown/rolldown/issues/10025)) by [@​shulaoda](https://github.com/shulaoda) - trim an emptied chunk's outro/intro instead of skipping past it ([#​10029](https://github.com/rolldown/rolldown/issues/10029)) by [@​shulaoda](https://github.com/shulaoda) - test each edited chunk's own start against indent exclude ranges ([#​10026](https://github.com/rolldown/rolldown/issues/10026)) by [@​shulaoda](https://github.com/shulaoda) - preserve sourcemap mappings for indented lines when a CJS module shares the chunk ([#​10074](https://github.com/rolldown/rolldown/issues/10074)) by [@​hyf0](https://github.com/hyf0) ##### 🚜 Refactor - separate tree-shaking side effects from execution order sensitivity ([#​10168](https://github.com/rolldown/rolldown/issues/10168)) by [@​hyf0](https://github.com/hyf0) - type construct\_vite\_preload\_call to take an ObjectPattern ([#​10135](https://github.com/rolldown/rolldown/issues/10135)) by [@​shulaoda](https://github.com/shulaoda) - treeshake: single-source the own-export classification shared with the lazy-barrel loader ([#​10098](https://github.com/rolldown/rolldown/issues/10098)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - dev: reuse Vite's bundledDev server ([#​10081](https://github.com/rolldown/rolldown/issues/10081)) by [@​h-a-n-a](https://github.com/h-a-n-a) - clippy: ban std HashMap/HashSet in favour of FxHashMap/FxHashSet ([#​10108](https://github.com/rolldown/rolldown/issues/10108)) by [@​Boshen](https://github.com/Boshen) - treeshake: make body demand a second module bit instead of a stmt multimap ([#​10097](https://github.com/rolldown/rolldown/issues/10097)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - seal used\_symbol\_refs by construction after its last writer ([#​10091](https://github.com/rolldown/rolldown/issues/10091)) by [@​hyf0](https://github.com/hyf0) - treeshake: replace inclusion mutual recursion with a worklist engine ([#​10096](https://github.com/rolldown/rolldown/issues/10096)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - treeshake: split include\_statements.rs into focused modules ([#​10095](https://github.com/rolldown/rolldown/issues/10095)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - drop redundant is\_user\_defined filter on partitioned entries ([#​10050](https://github.com/rolldown/rolldown/issues/10050)) by [@​shulaoda](https://github.com/shulaoda) - project the retained export interface out of used\_symbol\_refs ([#​10089](https://github.com/rolldown/rolldown/issues/10089)) by [@​hyf0](https://github.com/hyf0) - track used external symbols separately from used\_symbol\_refs ([#​10088](https://github.com/rolldown/rolldown/issues/10088)) by [@​hyf0](https://github.com/hyf0) - make module namespace inclusion an explicit linking metadata field ([#​10087](https://github.com/rolldown/rolldown/issues/10087)) by [@​hyf0](https://github.com/hyf0) - rename statement evaluation metadata ([#​10078](https://github.com/rolldown/rolldown/issues/10078)) by [@​hyf0](https://github.com/hyf0) ##### 📚 Documentation - virtual modules user-facing id convention ([#​10155](https://github.com/rolldown/rolldown/issues/10155)) by [@​sapphi-red](https://github.com/sapphi-red) - cli: clarify disabling boolean/object flags like codeSplitting ([#​10153](https://github.com/rolldown/rolldown/issues/10153)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - chore: remove Vite+ alpha banner ([#​10105](https://github.com/rolldown/rolldown/issues/10105)) by [@​mdong1909](https://github.com/mdong1909) - write down the used\_symbol\_refs contract ([#​10090](https://github.com/rolldown/rolldown/issues/10090)) by [@​hyf0](https://github.com/hyf0) - dev/lazy: update design and implementation ([#​10079](https://github.com/rolldown/rolldown/issues/10079)) by [@​h-a-n-a](https://github.com/h-a-n-a) ##### ⚡ Performance - ast\_scanner: stop order-sensitivity checks once a module is flagged ([#​10190](https://github.com/rolldown/rolldown/issues/10190)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - return impl ExactSizeIterator from slice-backed accessors ([#​10133](https://github.com/rolldown/rolldown/issues/10133)) by [@​Boshen](https://github.com/Boshen) - binding: box dev and watcher napi futures ([#​10103](https://github.com/rolldown/rolldown/issues/10103)) by [@​Boshen](https://github.com/Boshen) ##### 🧪 Testing - move string\_wizard replace unit tests to the JS magic-string suite ([#​10176](https://github.com/rolldown/rolldown/issues/10176)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - dev: assert incremental scan state matches a fresh full build after each HMR step ([#​10115](https://github.com/rolldown/rolldown/issues/10115)) by [@​shulaoda](https://github.com/shulaoda) - dev: restore runtime assertions of delete\_file\_not\_used\_anymore ([#​10112](https://github.com/rolldown/rolldown/issues/10112)) by [@​shulaoda](https://github.com/shulaoda) - dev: fix flaky dev server tests in CI ([#​10152](https://github.com/rolldown/rolldown/issues/10152)) by [@​h-a-n-a](https://github.com/h-a-n-a) - add regression test for [#​10099](https://github.com/rolldown/rolldown/issues/10099) (lazyBarrel drops default-import binding but keeps its property reads) ([#​10109](https://github.com/rolldown/rolldown/issues/10109)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) ##### ⚙️ Miscellaneous Tasks - deploy website to Void via GitHub OIDC ([#​10192](https://github.com/rolldown/rolldown/issues/10192)) by [@​Boshen](https://github.com/Boshen) - deps: update oxc to 0.139.0 ([#​10161](https://github.com/rolldown/rolldown/issues/10161)) by [@​shulaoda](https://github.com/shulaoda) - deps: update test262 submodule for tests ([#​10160](https://github.com/rolldown/rolldown/issues/10160)) by [@​rolldown-guard](https://github.com/rolldown-guard)\[bot] - rolldown\_plugin\_utils: remove dead asset-url and css scaffolding ([#​10131](https://github.com/rolldown/rolldown/issues/10131)) by [@​shulaoda](https://github.com/shulaoda) - deps: revert vite-plus to v0.2.1 ([#​10148](https://github.com/rolldown/rolldown/issues/10148)) by [@​shulaoda](https://github.com/shulaoda) - deps: update github actions ([#​10141](https://github.com/rolldown/rolldown/issues/10141)) by [@​renovate](https://github.com/renovate)\[bot] - deps: update dependency rust to v1.96.1 ([#​10145](https://github.com/rolldown/rolldown/issues/10145)) by [@​renovate](https://github.com/renovate)\[bot] - deps: update npm packages ([#​10142](https://github.com/rolldown/rolldown/issues/10142)) by [@​renovate](https://github.com/renovate)\[bot] - deps: update rust crates ([#​10143](https://github.com/rolldown/rolldown/issues/10143)) by [@​renovate](https://github.com/renovate)\[bot] - deps: update napi to v3.10.3 ([#​10121](https://github.com/rolldown/rolldown/issues/10121)) by [@​renovate](https://github.com/renovate)\[bot] - rolldown\_utils: remove unused time module ([#​10138](https://github.com/rolldown/rolldown/issues/10138)) by [@​shulaoda](https://github.com/shulaoda) - remove dead CopyModulePlugin::is\_active method ([#​10129](https://github.com/rolldown/rolldown/issues/10129)) by [@​shulaoda](https://github.com/shulaoda) - remove dead LazyCompilationContext::is\_lazy\_module method ([#​10128](https://github.com/rolldown/rolldown/issues/10128)) by [@​shulaoda](https://github.com/shulaoda) - remove dead BuildDiagnostic::downcast\_ref method ([#​10127](https://github.com/rolldown/rolldown/issues/10127)) by [@​shulaoda](https://github.com/shulaoda) - deps: update dependency vite-plus to v0.2.2 ([#​10084](https://github.com/rolldown/rolldown/issues/10084)) by [@​renovate](https://github.com/renovate)\[bot] - deps: update rust crate oxc\_sourcemap to v8.1.0 ([#​10122](https://github.com/rolldown/rolldown/issues/10122)) by [@​renovate](https://github.com/renovate)\[bot] - deps: update crate-ci/typos action to v1.48.0 ([#​10124](https://github.com/rolldown/rolldown/issues/10124)) by [@​renovate](https://github.com/renovate)\[bot] - enable more clippy restriction lints ([#​10114](https://github.com/rolldown/rolldown/issues/10114)) by [@​Boshen](https://github.com/Boshen) - deps: update rust dependencies ([#​10100](https://github.com/rolldown/rolldown/issues/10100)) by [@​Boshen](https://github.com/Boshen) - deps: update oxc resolver to v11.23.0 ([#​10083](https://github.com/rolldown/rolldown/issues/10083)) by [@​renovate](https://github.com/renovate)\[bot] ##### ◀️ Revert - Revert "chore(deps): revert vite-plus to v0.2.1" ([#​10157](https://github.com/rolldown/rolldown/issues/10157)) by [@​h-a-n-a](https://github.com/h-a-n-a) - "fix(hmr): fall back to full reload when a changed module is not registered as executed ([#​10132](https://github.com/rolldown/rolldown/issues/10132))" ([#​10151](https://github.com/rolldown/rolldown/issues/10151)) by [@​shulaoda](https://github.com/shulaoda) ##### ❤️ New Contributors - [@​V1OL3TF0X](https://github.com/V1OL3TF0X) made their first contribution in [#​9271](https://github.com/rolldown/rolldown/pull/9271) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzMuNCIsInVwZGF0ZWRJblZlciI6IjQzLjI2My45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBzIiwibnBtIl19--> Reviewed-on: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/pulls/52 Reviewed-by: t.behrendt <2+t.behrendt@noreply.localhost> Co-authored-by: Renovate Bot <renovate@t00n.de> Co-committed-by: Renovate Bot <renovate@t00n.de>
26 lines
578 B
JSON
26 lines
578 B
JSON
{
|
|
"name": "validate-json-by-json-schema-action",
|
|
"version": "1.0.0",
|
|
"type": "commonjs",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"test": "vitest --config vitext.config.ts",
|
|
"format": "oxfmt",
|
|
"format:check": "oxfmt --check",
|
|
"build": "rolldown -c",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "3.0.1",
|
|
"ajv": "8.20.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "24.13.3",
|
|
"@vitest/coverage-v8": "4.1.10",
|
|
"oxfmt": "0.58.0",
|
|
"rolldown": "1.1.5",
|
|
"typescript": "6.0.3",
|
|
"vitest": "4.1.10"
|
|
}
|
|
}
|