test-utils
test-utils copied to clipboard
chore(deps): update all non-major dependencies
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @cucumber/cucumber | 10.3.1 -> 10.3.2 |
||||
| @nuxt/devtools (source) | 1.0.8 -> 1.1.5 |
||||
| eslint-plugin-jsdoc | 48.2.1 -> 48.2.2 |
||||
| node-fetch-native | ^1.6.2 -> ^1.6.4 |
||||
| ofetch | ^1.3.3 -> ^1.3.4 |
||||
| radix3 | ^1.1.1 -> ^1.1.2 |
||||
| rollup (source) | 4.13.0 -> 4.13.2 |
||||
| ufo | ^1.5.2 -> ^1.5.3 |
||||
| unplugin | ^1.10.0 -> ^1.10.1 |
||||
| vite (source) | 5.1.6 -> 5.2.7 |
||||
| vue-tsc (source) | 2.0.6 -> 2.0.7 |
Release Notes
cucumber/cucumber-js (@cucumber/cucumber)
v10.3.2
Changed
- Use explicit status to check if Cucumber is running when registering support code (#2386)
nuxt/devtools (@nuxt/devtools)
v1.1.5
Features
v1.1.4
Bug Fixes
v1.1.3
Bug Fixes
v1.1.2
Bug Fixes
- pinia: pinia module searching null safety (#628) (8937b78)
- scheduledTasks can be undefined (#626) (7044c47)
Features
v1.1.1
Bug Fixes
v1.1.0
Bug Fixes
- augment runtime config correctly (2d199b8)
- devtools border-radius (#617) (36c300a)
- floating-vue arrow style (#578) (4553d50)
- floating-vue arrow style in dark (#582) (0023611)
- inspect tab when custom buildAssetsDir is configured, fixes #589 (#588) (97386b2)
- override
tsxdependency to known fixed version (broken on Node v18.19.0+) (#606) (1bc2e71) - provide a label for accessbility (#591) (6cb9220)
- remove unnecessary line + open devtools calling twice
syncClient(#584) (9a2dbc2) - support for resizing window in touch screen (#616) (31e01fb)
- ui: @apply conflict with tailwind (#619) (4e1d329)
- ui: Added composable to build config (#579) (f3c3de1)
- ui: disabled NButton. Also disable NuxtLink when used with
to. (#581) (12dae59)
Features
- assets: support for layers (#618) (b8572b6)
- pinia panel (#621) (56be5a7)
- Server Tasks tab (#614) (bee12e8)
- ui: added autocomplete props to NTextInput component (#574) (46cc36f)
1.0.8 (2024-01-11)
Bug Fixes
- remove debugging code (f05143b)
1.0.7 (2024-01-11)
Bug Fixes
- devtools: update default types to
module.d.ts/.mts(#559) (2ecd32c) - make twitter og tags optional (41ee5ec)
- open-graph: fix type error, close #563 (c63055a)
- support
iframePropsoption for CSP, fix Stackblitz (0eb7a82) - timeline-helper-wrapper: Fix return value in timeline wrapper for promises (#567) (0645e35)
- update title of Eye Dropper command (#558) (ea58139)
Features
1.0.6 (2023-12-13)
Bug Fixes
- improve rpc import message, close #528 (721dda8)
- server-routes: improve filterByCollection for runtime routes (#538) (ec144d1)
- SideNav: logo text color in light mode (#537) (4dbe60d)
- stable integrations setup to have consistent plugins order (#542) (310929b)
1.0.5 (2023-12-07)
Bug Fixes
- allow iframe to work in stricter cross-origin policy (7ec0d3c)
- devtools: don't enable devtools when in test mode (#532) (3a7f143)
Features
1.0.4 (2023-11-27)
Bug Fixes
- pip: check for https support (#522) (5360cf4)
- require auth token with
getImageMetaandgetTextAssetContent(69316c4) - require token for
restartNuxt(09384af)
Features
1.0.3 (2023-11-20)
Bug Fixes
- support user
baseURL, close #506 (2697340) - tolerant parse error for local options, close #518 (e604124)
Features
- disable devtools in test mode (51e8de6)
1.0.2 (2023-11-11)
Bug Fixes
- do not show false connecting overlay on legacy Vite, close #497 (a48c248)
- timeline: do not inject for macro module, close #507 (923edaf)
1.0.1 (2023-11-09)
Bug Fixes
unjs/node-fetch-native (node-fetch-native)
v1.6.4
📦 Build
- Remove
node> requirecondition for/proxysubpath (ff7f506)
❤️ Contributors
- Pooya Parsa (@pi0)
v1.6.3
🏡 Chore
- Update lockfile (889926a)
❤️ Contributors
- Pooya Parsa (@pi0)
unjs/ofetch (ofetch)
v1.3.4
🚀 Enhancements
🩹 Fixes
- Clear abort timeout after response was received (#369)
💅 Refactors
- Remove extra line (#374)
📖 Documentation
- Add initial examples (#288)
📦 Build
- Add top level
react-nativefield (03680dd)
🏡 Chore
- release: V1.3.3 (31c61c1)
- Update dependencies (308f03f)
- Ignore conflicting ts error for now (3a73165)
- Improve docs (173d5b9)
- Remove lagon (#346)
- Update lockfile (4b6d1ba)
- Fix build error (472c4d9)
- Update node-fetch-native (fa2cc07)
❤️ Contributors
- Pooya Parsa (@pi0)
- Alex Liu (@Mini-ghost)
- Danila Rodichkin (@daniluk4000)
- Maxime Pauvert (@maximepvrt)
- Estéban (@Barbapapazes)
- Saman [email protected]
unjs/radix3 (radix3)
v1.1.2
🩹 Fixes
- Consider max depth when multiple placeholders are candidate (#96)
🏡 Chore
- Use
npm publish(d4a245b)
❤️ Contributors
- Pooya Parsa (@pi0)
rollup/rollup (rollup)
v4.13.2
2024-03-28
Bug Fixes
- Ensure accessing module info is cached after the build phase for improved performance (#5438)
- Support powerpc64le CPUs (#5350)
Pull Requests
- #5350: Add support for ppc64le (@pavolloffay, @lukastaegert)
- #5438: Cache module info getters before output generation (@bluwy, @lukastaegert)
v4.13.1
2024-03-27
Bug Fixes
- Add new linux-s390x-gnu native binary package (#5346)
Pull Requests
- #5346: Add support for linux s390x gnu (@edlerd)
- #5430: chore(deps): update dependency @vue/eslint-config-typescript to v13 (@renovate[bot], @lukastaegert)
- #5431: chore(deps): lock file maintenance minor/patch updates ( @renovate[bot])
- #5432: chore(deps): lock file maintenance minor/patch updates ( @renovate[bot])
- #5436: chore(deps): lock file maintenance minor/patch updates ( @renovate[bot])
- #5437: chore(deps): lock file maintenance minor/patch updates ( @renovate[bot])
unjs/ufo (ufo)
v1.5.3
🩹 Fixes
- joinRelativeURL: Avoid lookbehind regex for browser compatibility (#228)
❤️ Contributors
- Pooya Parsa (@pi0)
vitejs/vite (vite)
v5.2.7
- chore: deprecate splitVendorChunkPlugin (#16274) (45a06da), closes #16274
- fix: skip injecting
__vite__mapDepswhen it's not used (#16271) (890538a), closes #16271 - fix(deps): update all non-major dependencies (#16258) (7caef42), closes #16258
- fix(hmr): don't mutate module graph when collecting modules (#16302) (dfffea1), closes #16302
- fix(hmr): trigger hmr for missing file import errored module after file creation (#16303) (ffedc06), closes #16303
- fix(sourcemap): don't warn even if the sourcesContent is an empty string (#16273) (24e376a), closes #16273
- feat(hmr): reload when HTML file is created/deleted (#16288) (1f53796), closes #16288
v5.2.6
v5.2.5
- fix: avoid SSR requests in waitForRequestIdle (#16246) (7093f77), closes #16246
- docs: clarify enforce vs hook.order (#16226) (3a73e48), closes #16226
v5.2.4
v5.2.3
- fix: handle warmup request error correctly (#16223) (d7c5256), closes #16223
- fix: skip encode if is data uri (#16233) (8617e76), closes #16233
- fix(optimizer): fix
optimizeDeps.includeglob syntax for./*exports (#16230) (f184c80), closes #16230 - fix(runtime): fix sourcemap with
prepareStackTrace(#16220) (dad7f4f), closes #16220 - chore:
utf8replaced withutf-8(#16232) (9800c73), closes #16232
v5.2.2
v5.2.1
v5.2.0
- fix: update client.ts@cleanUrl to accomodate blob protocol (#16182) (1a3b1d7), closes #16182
- fix(assets): avoid splitting
,inside query parameter of image URI in srcset property (#16081) (50caf67), closes #16081 - chore(deps): update all non-major dependencies (#16186) (842643d), closes #16186
- perf(transformRequest): fast-path watch and sourcemap handling (#16170) (de60f1e), closes #16170
- docs: add
@shikiji/vitepress-twoslash(#16168) (6f8a320), closes #16168
v5.1.7
Please refer to CHANGELOG.md for details.
vuejs/language-tools (vue-tsc)
v2.0.7
[!NOTE] Hybrid Mode is now disabled by default, you need to enable
vue.server.hybridModein settings to enable it explicitly.
Features
- language-server: reintroducing full TS support and disable Hybrid Mode by default (#4119)
- vscode: check outdated
@vue/language-plugin-pugin doctor - vscode: significantly reduces the status bar space occupied
Bug Fixes
- vscode: vueCompilerOptions no longer prompts for deprecated options
- component-meta:
defineSlotsallows empty params (#4093) - thanks @Evertvdw - typescript-plugin: fault tolerance for named pipe servers json file (#4075) - thanks @Simon-He95
- language-core: generate
defineModelemits type on-demand (#4052) - thanks @so1ve - language-core: special treatment for number elements inside
v-for(#3859) - thanks @so1ve - language-plugin-pug: semantic tokens mapping failed (#4070)
Other Changes
- language-service update neovim lsp set up info (#4085) - thanks @CofCat456
- lint: add
tsllinter and auto fix workflow (#4100) - vscode: remove embedded language IDs (#4081) - thanks @remcohaszing
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.