nuxt / test-utils

๐Ÿงช Test utilities for Nuxt
http://nuxt.com/docs/getting-started/testing
MIT License
287 stars 74 forks source link

chore(deps): update all non-major dependencies #832

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@cucumber/cucumber 10.5.1 -> 10.6.0 age adoption passing confidence devDependencies minor
@nuxt/eslint-config (source) 0.3.9 -> 0.3.10 age adoption passing confidence devDependencies patch
@nuxt/module-builder 0.5.5 -> 0.6.0 age adoption passing confidence devDependencies minor
@playwright/test (source) 1.43.1 -> 1.44.0 age adoption passing confidence devDependencies minor
@vue/test-utils 2.4.5 -> 2.4.6 age adoption passing confidence devDependencies patch
actions/checkout v4.1.3 -> v4.1.4 age adoption passing confidence action patch
eslint (source) 9.1.1 -> 9.2.0 age adoption passing confidence devDependencies minor
playwright-core (source) 1.43.1 -> 1.44.0 age adoption passing confidence devDependencies minor
pnpm (source) 9.0.6 -> 9.1.0 age adoption passing confidence packageManager minor
rollup (source) 4.16.4 -> 4.17.2 age adoption passing confidence resolutions minor
rollup (source) 4.16.4 -> 4.17.2 age adoption passing confidence devDependencies minor
semver 7.6.0 -> 7.6.1 age adoption passing confidence devDependencies patch
vite (source) 5.2.10 -> 5.2.11 age adoption passing confidence resolutions patch
vite (source) 5.2.10 -> 5.2.11 age adoption passing confidence devDependencies patch
vue (source) ^3.4.25 -> ^3.4.27 age adoption passing confidence resolutions patch
vue-tsc (source) 2.0.14 -> 2.0.16 age adoption passing confidence devDependencies patch

Release Notes

cucumber/cucumber-js (@​cucumber/cucumber) ### [`v10.6.0`](https://togithub.com/cucumber/cucumber-js/blob/HEAD/CHANGELOG.md#1060---2024-04-25) [Compare Source](https://togithub.com/cucumber/cucumber-js/compare/v10.5.1...v10.6.0) ##### Added - Add `loader` option for ESM loader hooks [#​2399](https://togithub.com/cucumber/cucumber-js/pull/2399)
nuxt/eslint (@​nuxt/eslint-config) ### [`v0.3.10`](https://togithub.com/nuxt/eslint/releases/tag/v0.3.10) [Compare Source](https://togithub.com/nuxt/eslint/compare/v0.3.9...v0.3.10) ##### ย ย ย ๐Ÿž Bug Fixes - **module**: - Override `@eslint/js` config to keep the name consistent, fix [#​408](https://togithub.com/nuxt/eslint/issues/408) ย -ย  by [@​antfu](https://togithub.com/antfu) in [https://github.com/nuxt/eslint/issues/408](https://togithub.com/nuxt/eslint/issues/408) [(477ee)](https://togithub.com/nuxt/eslint/commit/477ee5c) - Get random port for config inspector, fix [#​406](https://togithub.com/nuxt/eslint/issues/406) ย -ย  by [@​antfu](https://togithub.com/antfu) in [https://github.com/nuxt/eslint/issues/406](https://togithub.com/nuxt/eslint/issues/406) [(07eac)](https://togithub.com/nuxt/eslint/commit/07eace1) ##### ย ย ย ย [View changes on GitHub](https://togithub.com/nuxt/eslint/compare/v0.3.9...v0.3.10)
nuxt/module-builder (@​nuxt/module-builder) ### [`v0.6.0`](https://togithub.com/nuxt/module-builder/blob/HEAD/CHANGELOG.md#v060) [Compare Source](https://togithub.com/nuxt/module-builder/compare/v0.5.5...v0.6.0) [compare changes](https://togithub.com/nuxt/module-builder/compare/v0.5.5...v0.6.0) ##### ๐Ÿš€ Enhancements - Generate `runtime/` dts based on nuxt `tsconfig` options ([#​255](https://togithub.com/nuxt/module-builder/pull/255)) - Add builder versions to `module.json` ([f8567a3](https://togithub.com/nuxt/module-builder/commit/f8567a3)) - Support transforming `jsx` ([4841f2e](https://togithub.com/nuxt/module-builder/commit/4841f2e)) ##### ๐Ÿฉน Fixes - โš ๏ธ Remove support for deprecated `RuntimeModuleHooks` interface ([#​228](https://togithub.com/nuxt/module-builder/pull/228)) - Add `-nightly` versions to externals ([0a88a87](https://togithub.com/nuxt/module-builder/commit/0a88a87)) - Ignore exporting type if it is not defined ([c308cc5](https://togithub.com/nuxt/module-builder/commit/c308cc5)) - Mark `runtime/` directory as external ([7a68e1e](https://togithub.com/nuxt/module-builder/commit/7a68e1e)) ##### ๐Ÿก Chore - **release:** V0.5.5 ([f158ffa](https://togithub.com/nuxt/module-builder/commit/f158ffa)) - Dedupe kit/schema/vue versions ([aa0a710](https://togithub.com/nuxt/module-builder/commit/aa0a710)) - Add root `dev:prepare` command ([c308a68](https://togithub.com/nuxt/module-builder/commit/c308a68)) - Migrate to eslint v9 ([#​250](https://togithub.com/nuxt/module-builder/pull/250)) - Improve internal type safety and enable strict mode ([78aa088](https://togithub.com/nuxt/module-builder/commit/78aa088)) - Tweak tsconfig settings ([404aae7](https://togithub.com/nuxt/module-builder/commit/404aae7)) - Add more type annotations ([ba0614b](https://togithub.com/nuxt/module-builder/commit/ba0614b)) ##### โœ… Tests - Update type testing step ([#​256](https://togithub.com/nuxt/module-builder/pull/256)) - Add inline snapshots for `runtime/` transforms ([#​257](https://togithub.com/nuxt/module-builder/pull/257)) - Update snapshot ([a39c183](https://togithub.com/nuxt/module-builder/commit/a39c183)) ##### ๐ŸŽจ Styles - Lint ([c15fd92](https://togithub.com/nuxt/module-builder/commit/c15fd92)) - Lint ([3b805ec](https://togithub.com/nuxt/module-builder/commit/3b805ec)) ##### โš ๏ธ Breaking Changes - โš ๏ธ Remove support for deprecated `RuntimeModuleHooks` interface ([#​228](https://togithub.com/nuxt/module-builder/pull/228)) ##### โค๏ธ Contributors - Daniel Roe ([@​danielroe](http://github.com/danielroe))
microsoft/playwright (@​playwright/test) ### [`v1.44.0`](https://togithub.com/microsoft/playwright/releases/tag/v1.44.0) [Compare Source](https://togithub.com/microsoft/playwright/compare/v1.43.1...v1.44.0) #### New APIs **Accessibility assertions** - [expect(locator).toHaveAccessibleName()](https://playwright.dev/docs/api/class-locatorassertions#locator-assertions-to-have-accessible-name) checks if the element has the specified accessible name: ```js const locator = page.getByRole('button'); await expect(locator).toHaveAccessibleName('Submit'); ``` - [expect(locator).toHaveAccessibleDescription()](https://playwright.dev/docs/api/class-locatorassertions#locator-assertions-to-have-accessible-description) checks if the element has the specified accessible description: ```js const locator = page.getByRole('button'); await expect(locator).toHaveAccessibleDescription('Upload a photo'); ``` - [expect(locator).toHaveRole()](https://playwright.dev/docs/api/class-locatorassertions#locator-assertions-to-have-role) checks if the element has the specified ARIA role: ```js const locator = page.getByTestId('save-button'); await expect(locator).toHaveRole('button'); ``` **Locator handler** - After executing the handler added with [page.addLocatorHandler()](https://playwright.dev/docs/api/class-page#page-add-locator-handler), Playwright will now wait until the overlay that triggered the handler is not visible anymore. You can opt-out of this behavior with the new `noWaitAfter` option. - You can use new `times` option in [page.addLocatorHandler()](https://playwright.dev/docs/api/class-page#page-add-locator-handler) to specify maximum number of times the handler should be run. - The handler in [page.addLocatorHandler()](https://playwright.dev/docs/api/class-page#page-add-locator-handler) now accepts the locator as argument. - New [page.removeLocatorHandler()](https://playwright.dev/docs/api/class-page#page-remove-locator-handler) method for removing previously added locator handlers. ```js const locator = page.getByText('This interstitial covers the button'); await page.addLocatorHandler(locator, async overlay => { await overlay.locator('#close').click(); }, { times: 3, noWaitAfter: true }); // Run your tests that can be interrupted by the overlay. // ... await page.removeLocatorHandler(locator); ``` **Miscellaneous options** - [`multipart`](https://playwright.dev/docs/api/class-apirequestcontext#api-request-context-fetch-option-multipart) option in `apiRequestContext.fetch()` now accepts [`FormData`](https://developer.mozilla.org/en-US/docs/Web/API/FormData) and supports repeating fields with the same name. ```js const formData = new FormData(); formData.append('file', new File(['let x = 2024;'], 'f1.js', { type: 'text/javascript' })); formData.append('file', new File(['hello'], 'f2.txt', { type: 'text/plain' })); context.request.post('https://example.com/uploadFiles', { multipart: formData }); ``` - `expect(callback).toPass({ intervals })` can now be configured by `expect.toPass.inervals` option globally in [testConfig.expect](https://playwright.dev/docs/api/class-testconfig#test-config-expect) or per project in [testProject.expect](https://playwright.dev/docs/api/class-testproject#test-project-expect). - `expect(page).toHaveURL(url)` now supports `ignoreCase` [option](https://playwright.dev/docs/api/class-pageassertions#page-assertions-to-have-url-option-ignore-case). - [testProject.ignoreSnapshots](https://playwright.dev/docs/api/class-testproject#test-project-ignore-snapshots) allows to configure per project whether to skip screenshot expectations. **Reporter API** - New method [suite.entries()](https://playwright.dev/docs/api/class-suite#suite-entries) returns child test suites and test cases in their declaration order. [suite.type](https://playwright.dev/docs/api/class-suite#suite-type) and [testCase.type](https://playwright.dev/docs/api/class-testcase#test-case-type) can be used to tell apart test cases and suites in the list. - [Blob](https://playwright.dev/docs/test-reporters#blob-reporter) reporter now allows overriding report file path with a single option `outputFile`. The same option can also be specified as `PLAYWRIGHT_BLOB_OUTPUT_FILE` environment variable that might be more convenient on CI/CD. - [JUnit](https://playwright.dev/docs/test-reporters#junit-reporter) reporter now supports `includeProjectInTestName` option. **Command line** - `--last-failed` CLI option for running only tests that failed in the previous run. First run all tests: ```sh $ npx playwright test Running 103 tests using 5 workers ... 2 failed [chromium] โ€บ my-test.spec.ts:8:5 โ€บ two โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ [chromium] โ€บ my-test.spec.ts:13:5 โ€บ three โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ 101 passed (30.0s) ``` Now fix the failing tests and run Playwright again with `--last-failed` option: ```sh $ npx playwright test --last-failed Running 2 tests using 2 workers 2 passed (1.2s) ``` #### Browser Versions - Chromium 125.0.6422.14 - Mozilla Firefox 125.0.1 - WebKit 17.4 This version was also tested against the following stable channels: - Google Chrome 124 - Microsoft Edge 124
vuejs/test-utils (@​vue/test-utils) ### [`v2.4.6`](https://togithub.com/vuejs/test-utils/releases/tag/v2.4.6) [Compare Source](https://togithub.com/vuejs/test-utils/compare/v2.4.5...v2.4.6) #### What's Changed - Fix/circular references in props cause maximum call stack size exceeded by [@​Evobaso-J](https://togithub.com/Evobaso-J) in [https://github.com/vuejs/test-utils/pull/2371](https://togithub.com/vuejs/test-utils/pull/2371) - chore(deps): update all non-major dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2374](https://togithub.com/vuejs/test-utils/pull/2374) - docs: setup the translation helper by [@​Jinjiang](https://togithub.com/Jinjiang) in [https://github.com/vuejs/test-utils/pull/2373](https://togithub.com/vuejs/test-utils/pull/2373) - chore: translate translation sync message in french by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/2377](https://togithub.com/vuejs/test-utils/pull/2377) - docs: synchronize the french docs by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/2378](https://togithub.com/vuejs/test-utils/pull/2378) - chore(deps): update dependency vite to v5.2.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2376](https://togithub.com/vuejs/test-utils/pull/2376) - chore(deps): pin dependency vitepress-translation-helper to 0.1.3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2379](https://togithub.com/vuejs/test-utils/pull/2379) - chore(deps): update dependency typescript to v5.4.3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2380](https://togithub.com/vuejs/test-utils/pull/2380) - chore(deps): update dependency vitepress-translation-helper to v0.2.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2381](https://togithub.com/vuejs/test-utils/pull/2381) - chore: update vitepress-translation-helper by [@​Jinjiang](https://togithub.com/Jinjiang) in [https://github.com/vuejs/test-utils/pull/2382](https://togithub.com/vuejs/test-utils/pull/2382) - chore(deps): update dependency vitepress to v1.0.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2383](https://togithub.com/vuejs/test-utils/pull/2383) - chore(deps): update dependency vitepress-translation-helper to v0.2.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2384](https://togithub.com/vuejs/test-utils/pull/2384) - fix: update attachTo type in MountingOptions interface by [@​taku-y-9308](https://togithub.com/taku-y-9308) in [https://github.com/vuejs/test-utils/pull/2375](https://togithub.com/vuejs/test-utils/pull/2375) - chore(deps): update all non-major dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2388](https://togithub.com/vuejs/test-utils/pull/2388) - docs(api): fix typo in attachTo anchor tag within isVisible by [@​matusekma](https://togithub.com/matusekma) in [https://github.com/vuejs/test-utils/pull/2351](https://togithub.com/vuejs/test-utils/pull/2351) - change vm to always provide global property by [@​taku-y-9308](https://togithub.com/taku-y-9308) in [https://github.com/vuejs/test-utils/pull/2386](https://togithub.com/vuejs/test-utils/pull/2386) - chore(deps): update dependency rollup to v4.13.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2389](https://togithub.com/vuejs/test-utils/pull/2389) - chore(deps): update dependency reflect-metadata to v0.2.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2391](https://togithub.com/vuejs/test-utils/pull/2391) - chore(deps): update all non-major dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2393](https://togithub.com/vuejs/test-utils/pull/2393) - chore(deps): update dependency vite to v5.2.8 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2396](https://togithub.com/vuejs/test-utils/pull/2396) - docs: fix missing equal sign by [@​w2xi](https://togithub.com/w2xi) in [https://github.com/vuejs/test-utils/pull/2398](https://togithub.com/vuejs/test-utils/pull/2398) - fix: renderStubDefaultSlot with scoped slots by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/2397](https://togithub.com/vuejs/test-utils/pull/2397) - docs(api): fix missing chars by [@​w2xi](https://togithub.com/w2xi) in [https://github.com/vuejs/test-utils/pull/2399](https://togithub.com/vuejs/test-utils/pull/2399) - docs: use innerHTML in teleport cleanup by [@​brc-dd](https://togithub.com/brc-dd) in [https://github.com/vuejs/test-utils/pull/2403](https://togithub.com/vuejs/test-utils/pull/2403) - feat: Added dynamic return for element getter by [@​nandi95](https://togithub.com/nandi95) in [https://github.com/vuejs/test-utils/pull/2406](https://togithub.com/vuejs/test-utils/pull/2406) - chore(deps): update all non-major dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2407](https://togithub.com/vuejs/test-utils/pull/2407) - chore(deps): update all non-major dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2408](https://togithub.com/vuejs/test-utils/pull/2408) - doc(api): fix missing char by [@​w2xi](https://togithub.com/w2xi) in [https://github.com/vuejs/test-utils/pull/2410](https://togithub.com/vuejs/test-utils/pull/2410) - chore(deps): update all non-major dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2412](https://togithub.com/vuejs/test-utils/pull/2412) - chore: use node v18 on netlify by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/2416](https://togithub.com/vuejs/test-utils/pull/2416) - fix(stubs): avoid warning on normalized props with Vue v3.4.22 by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/2413](https://togithub.com/vuejs/test-utils/pull/2413) - chore: use the packageManager field from package.json in github action by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/2417](https://togithub.com/vuejs/test-utils/pull/2417) - chore(deps): update pnpm to v9 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2415](https://togithub.com/vuejs/test-utils/pull/2415) - chore(deps): update all non-major dependencies to v3.4.23 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2418](https://togithub.com/vuejs/test-utils/pull/2418) - chore(deps): update all non-major dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2419](https://togithub.com/vuejs/test-utils/pull/2419) - chore(deps): update all non-major dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2420](https://togithub.com/vuejs/test-utils/pull/2420) - chore(deps): update all non-major dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2421](https://togithub.com/vuejs/test-utils/pull/2421) - Update index.md to fix typo and clarify `get` vs `find` behavior by [@​KatWorkGit](https://togithub.com/KatWorkGit) in [https://github.com/vuejs/test-utils/pull/2422](https://togithub.com/vuejs/test-utils/pull/2422) - fix: set global provides before running vue plugins by [@​danielroe](https://togithub.com/danielroe) in [https://github.com/vuejs/test-utils/pull/2423](https://togithub.com/vuejs/test-utils/pull/2423) - ci: add build on node v22 by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/2424](https://togithub.com/vuejs/test-utils/pull/2424) - chore(deps): update all non-major dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2426](https://togithub.com/vuejs/test-utils/pull/2426) - chore(deps): update dependency unplugin-vue-components to v0.27.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2427](https://togithub.com/vuejs/test-utils/pull/2427) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.12.8 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2429](https://togithub.com/vuejs/test-utils/pull/2429) - Fix/issue 2319 throw first error thrown during mount by [@​taku-y-9308](https://togithub.com/taku-y-9308) in [https://github.com/vuejs/test-utils/pull/2428](https://togithub.com/vuejs/test-utils/pull/2428) #### New Contributors - [@​Jinjiang](https://togithub.com/Jinjiang) made their first contribution in [https://github.com/vuejs/test-utils/pull/2373](https://togithub.com/vuejs/test-utils/pull/2373) - [@​taku-y-9308](https://togithub.com/taku-y-9308) made their first contribution in [https://github.com/vuejs/test-utils/pull/2375](https://togithub.com/vuejs/test-utils/pull/2375) - [@​matusekma](https://togithub.com/matusekma) made their first contribution in [https://github.com/vuejs/test-utils/pull/2351](https://togithub.com/vuejs/test-utils/pull/2351) - [@​w2xi](https://togithub.com/w2xi) made their first contribution in [https://github.com/vuejs/test-utils/pull/2398](https://togithub.com/vuejs/test-utils/pull/2398) - [@​brc-dd](https://togithub.com/brc-dd) made their first contribution in [https://github.com/vuejs/test-utils/pull/2403](https://togithub.com/vuejs/test-utils/pull/2403) - [@​KatWorkGit](https://togithub.com/KatWorkGit) made their first contribution in [https://github.com/vuejs/test-utils/pull/2422](https://togithub.com/vuejs/test-utils/pull/2422) **Full Changelog**: https://github.com/vuejs/test-utils/compare/v2.4.5...v2.4.6
actions/checkout (actions/checkout) ### [`v4.1.4`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v414) [Compare Source](https://togithub.com/actions/checkout/compare/v4.1.3...v4.1.4) - Disable `extensions.worktreeConfig` when disabling `sparse-checkout` by [@​jww3](https://togithub.com/jww3) in [https://github.com/actions/checkout/pull/1692](https://togithub.com/actions/checkout/pull/1692) - Add dependabot config by [@​cory-miller](https://togithub.com/cory-miller) in [https://github.com/actions/checkout/pull/1688](https://togithub.com/actions/checkout/pull/1688) - Bump the minor-actions-dependencies group with 2 updates by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1693](https://togithub.com/actions/checkout/pull/1693) - Bump word-wrap from 1.2.3 to 1.2.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1643](https://togithub.com/actions/checkout/pull/1643)
eslint/eslint (eslint) ### [`v9.2.0`](https://togithub.com/eslint/eslint/compare/v9.1.1...271e7ab1adc45a7b2f66cfea55a54e6048d9749a) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.1.1...v9.2.0)
pnpm/pnpm (pnpm) ### [`v9.1.0`](https://togithub.com/pnpm/pnpm/compare/v9.1.0-0...v9.1.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.0.6...v9.1.0)
rollup/rollup (rollup) ### [`v4.17.2`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4172) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.17.1...v4.17.2) *2024-04-30* ##### Bug Fixes - Fix tree-shaking problems when using spread arguments ([#​5503](https://togithub.com/rollup/rollup/issues/5503)) ##### Pull Requests - [#​5501](https://togithub.com/rollup/rollup/pull/5501): Slightly improve perf report ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5503](https://togithub.com/rollup/rollup/pull/5503): fix: rest element should deoptimize parameter values ([@​liuly0322](https://togithub.com/liuly0322)) ### [`v4.17.1`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4171) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.17.0...v4.17.1) *2024-04-29* ##### Bug Fixes - Prevent infinite recursions for certain constructor invocations ([#​5500](https://togithub.com/rollup/rollup/issues/5500)) ##### Pull Requests - [#​5500](https://togithub.com/rollup/rollup/pull/5500): fix: parameter variable infinite recursion error ([@​liuly0322](https://togithub.com/liuly0322)) ### [`v4.17.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4170) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.16.4...v4.17.0) *2024-04-27* ##### Features - Track function call arguments to optimize functions only called once or with the same literal values (re-release from 4.16.0) ([#​5483](https://togithub.com/rollup/rollup/issues/5483)) ##### Bug Fixes - Reduce browser WASM size to a fraction by changing optimization settings ([#​5494](https://togithub.com/rollup/rollup/issues/5494)) ##### Pull Requests - [#​5483](https://togithub.com/rollup/rollup/pull/5483): feature(fix): function parameter tracking ([@​liuly0322](https://togithub.com/liuly0322)) - [#​5488](https://togithub.com/rollup/rollup/pull/5488): Report performance in CI ([@​TrickyPi](https://togithub.com/TrickyPi)) - [#​5489](https://togithub.com/rollup/rollup/pull/5489): Create FUNDING.json ([@​BenJam](https://togithub.com/BenJam)) - [#​5492](https://togithub.com/rollup/rollup/pull/5492): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5493](https://togithub.com/rollup/rollup/pull/5493): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5494](https://togithub.com/rollup/rollup/pull/5494): Use opt-level=z for browser wasm ([@​sapphi-red](https://togithub.com/sapphi-red))
npm/node-semver (semver) ### [`v7.6.1`](https://togithub.com/npm/node-semver/blob/HEAD/CHANGELOG.md#761-2024-05-04) [Compare Source](https://togithub.com/npm/node-semver/compare/v7.6.0...v7.6.1) ##### Bug Fixes - [`c570a34`](https://togithub.com/npm/node-semver/commit/c570a348ffc6612af07fe94fa46b9affa5e4eff0) [#​704](https://togithub.com/npm/node-semver/pull/704) linting: no-unused-vars ([@​wraithgar](https://togithub.com/wraithgar)) - [`ad8ff11`](https://togithub.com/npm/node-semver/commit/ad8ff11dd200dac3a05097d9a82d1977ccfa1535) [#​704](https://togithub.com/npm/node-semver/pull/704) use internal cache implementation ([@​mbtools](https://togithub.com/mbtools)) - [`ac9b357`](https://togithub.com/npm/node-semver/commit/ac9b35769ab0ddfefd5a3af4a3ecaf3da2012352) [#​682](https://togithub.com/npm/node-semver/pull/682) typo in compareBuild debug message ([#​682](https://togithub.com/npm/node-semver/issues/682)) ([@​mbtools](https://togithub.com/mbtools)) ##### Dependencies - [`988a8de`](https://togithub.com/npm/node-semver/commit/988a8deb3ea76b9a314a740e66b5fc2f726822f8) [#​709](https://togithub.com/npm/node-semver/pull/709) uninstall `lru-cache` ([#​709](https://togithub.com/npm/node-semver/issues/709)) - [`3fabe4d`](https://togithub.com/npm/node-semver/commit/3fabe4dbfbd199fdb589c076a7f30bc1f18c6614) [#​704](https://togithub.com/npm/node-semver/pull/704) remove lru-cache ##### Chores - [`dd09b60`](https://togithub.com/npm/node-semver/commit/dd09b60da1e618335d7c269426345b336fd5f63d) [#​705](https://togithub.com/npm/node-semver/pull/705) bump [@​npmcli/template-oss](https://togithub.com/npmcli/template-oss) to 4.22.0 ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`ec49cdc`](https://togithub.com/npm/node-semver/commit/ec49cdcece9db0020d6829b246681ff65a393644) [#​701](https://togithub.com/npm/node-semver/pull/701) chore: chore: postinstall for dependabot template-oss PR ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`b236c3d`](https://togithub.com/npm/node-semver/commit/b236c3d2f357a16a733c96ec2ca8c57848b70091) [#​696](https://togithub.com/npm/node-semver/pull/696) add benchmarks ([#​696](https://togithub.com/npm/node-semver/issues/696)) ([@​H4ad](https://togithub.com/H4ad)) - [`692451b`](https://togithub.com/npm/node-semver/commit/692451bd6f75b38a71a99f39da405c94a5954a22) [#​688](https://togithub.com/npm/node-semver/pull/688) various improvements to README ([#​688](https://togithub.com/npm/node-semver/issues/688)) ([@​mbtools](https://togithub.com/mbtools)) - [`5feeb7f`](https://togithub.com/npm/node-semver/commit/5feeb7f4f63061e19a29087115b50cb04135b63e) [#​705](https://togithub.com/npm/node-semver/pull/705) postinstall for dependabot template-oss PR ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`074156f`](https://togithub.com/npm/node-semver/commit/074156f64fa91723fe1ae6af8cc497014b9b7aff) [#​701](https://togithub.com/npm/node-semver/pull/701) bump [@​npmcli/template-oss](https://togithub.com/npmcli/template-oss) from 4.21.3 to 4.21.4 ([@​dependabot](https://togithub.com/dependabot)\[bot])
vitejs/vite (vite) ### [`v5.2.11`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small5211-2024-05-02-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v5.2.10...v5.2.11) - feat: improve dynamic import variable failure error message ([#​16519](https://togithub.com/vitejs/vite/issues/16519)) ([f8feeea](https://togithub.com/vitejs/vite/commit/f8feeea)), closes [#​16519](https://togithub.com/vitejs/vite/issues/16519) - fix: dynamic-import-vars plugin normalize path issue ([#​16518](https://togithub.com/vitejs/vite/issues/16518)) ([f71ba5b](https://togithub.com/vitejs/vite/commit/f71ba5b)), closes [#​16518](https://togithub.com/vitejs/vite/issues/16518) - fix: scripts and styles were missing from built HTML on Windows ([#​16421](https://togithub.com/vitejs/vite/issues/16421)) ([0e93f58](https://togithub.com/vitejs/vite/commit/0e93f58)), closes [#​16421](https://togithub.com/vitejs/vite/issues/16421) - fix(deps): update all non-major dependencies ([#​16488](https://togithub.com/vitejs/vite/issues/16488)) ([2d50be2](https://togithub.com/vitejs/vite/commit/2d50be2)), closes [#​16488](https://togithub.com/vitejs/vite/issues/16488) - fix(deps): update all non-major dependencies ([#​16549](https://togithub.com/vitejs/vite/issues/16549)) ([2d6a13b](https://togithub.com/vitejs/vite/commit/2d6a13b)), closes [#​16549](https://togithub.com/vitejs/vite/issues/16549) - fix(dev): watch publicDir explicitly to include it outside the root ([#​16502](https://togithub.com/vitejs/vite/issues/16502)) ([4d83eb5](https://togithub.com/vitejs/vite/commit/4d83eb5)), closes [#​16502](https://togithub.com/vitejs/vite/issues/16502) - fix(preload): skip preload for non-static urls ([#​16556](https://togithub.com/vitejs/vite/issues/16556)) ([bb79c9b](https://togithub.com/vitejs/vite/commit/bb79c9b)), closes [#​16556](https://togithub.com/vitejs/vite/issues/16556) - fix(ssr): handle class declaration and expression name scoping ([#​16569](https://togithub.com/vitejs/vite/issues/16569)) ([c071eb3](https://togithub.com/vitejs/vite/commit/c071eb3)), closes [#​16569](https://togithub.com/vitejs/vite/issues/16569) - fix(ssr): handle function expression name scoping ([#​16563](https://togithub.com/vitejs/vite/issues/16563)) ([02db947](https://togithub.com/vitejs/vite/commit/02db947)), closes [#​16563](https://togithub.com/vitejs/vite/issues/16563)
vuejs/core (vue) ### [`v3.4.27`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3427-2024-05-06) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.26...v3.4.27) ##### Bug Fixes - **compat:** include legacy scoped slots ([#​10868](https://togithub.com/vuejs/core/issues/10868)) ([8366126](https://togithub.com/vuejs/core/commit/83661264a4ced3cb2ff6800904a86dd9e82bbfe2)), closes [#​8869](https://togithub.com/vuejs/core/issues/8869) - **compiler-core:** add support for arrow aysnc function with unbracketed ([#​5789](https://togithub.com/vuejs/core/issues/5789)) ([ca7d421](https://togithub.com/vuejs/core/commit/ca7d421e8775f6813f8943d32ab485e0c542f98b)), closes [#​5788](https://togithub.com/vuejs/core/issues/5788) - **compiler-dom:** restrict createStaticVNode usage with option elements ([#​10846](https://togithub.com/vuejs/core/issues/10846)) ([0e3d617](https://togithub.com/vuejs/core/commit/0e3d6178b02d0386d779720ae2cc4eac1d1ec990)), closes [#​6568](https://togithub.com/vuejs/core/issues/6568) [#​7434](https://togithub.com/vuejs/core/issues/7434) - **compiler-sfc:** handle keyof operator ([#​10874](https://togithub.com/vuejs/core/issues/10874)) ([10d34a5](https://togithub.com/vuejs/core/commit/10d34a5624775f20437ccad074a97270ef74c3fb)), closes [#​10871](https://togithub.com/vuejs/core/issues/10871) - **hydration:** handle edge case of style mismatch without style attribute ([f2c1412](https://togithub.com/vuejs/core/commit/f2c1412e46a8fad3e13403bfa78335c4f704f21c)), closes [#​10786](https://togithub.com/vuejs/core/issues/10786) ### [`v3.4.26`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3426-2024-04-29) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.25...v3.4.26) ##### Bug Fixes - **compiler-core:** fix bail constant for globals ([fefce06](https://togithub.com/vuejs/core/commit/fefce06b41e3b75de3d748dc6399628ec5056e78)) - **compiler-core:** remove unnecessary constant bail check ([09b4df8](https://togithub.com/vuejs/core/commit/09b4df809e59ef5f4bc91acfc56dc8f82a8e243a)), closes [#​10807](https://togithub.com/vuejs/core/issues/10807) - **runtime-core:** attrs should be readonly in functional components ([#​10767](https://togithub.com/vuejs/core/issues/10767)) ([e8fd644](https://togithub.com/vuejs/core/commit/e8fd6446d14a6899e5e8ab1ee394d90088e01844)) - **runtime-core:** ensure slot compiler marker writable ([#​10825](https://togithub.com/vuejs/core/issues/10825)) ([9c2de62](https://togithub.com/vuejs/core/commit/9c2de6244cd44bc5fbfd82b5850c710ce725044f)), closes [#​10818](https://togithub.com/vuejs/core/issues/10818) - **runtime-core:** properly handle inherit transition during clone VNode ([#​10809](https://togithub.com/vuejs/core/issues/10809)) ([638a79f](https://togithub.com/vuejs/core/commit/638a79f64a7e184f2a2c65e21d764703f4bda561)), closes [#​3716](https://togithub.com/vuejs/core/issues/3716) [#​10497](https://togithub.com/vuejs/core/issues/10497) [#​4091](https://togithub.com/vuejs/core/issues/4091) - **Transition:** re-fix [#​10620](https://togithub.com/vuejs/core/issues/10620) ([#​10832](https://togithub.com/vuejs/core/issues/10832)) ([accf839](https://togithub.com/vuejs/core/commit/accf8396ae1c9dd49759ba0546483f1d2c70c9bc)), closes [#​10632](https://togithub.com/vuejs/core/issues/10632) [#​10827](https://togithub.com/vuejs/core/issues/10827)
vuejs/language-tools (vue-tsc) ### [`v2.0.16`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2016-202451) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v2.0.15...v2.0.16) ##### Bug Fixes - **language-core:** virtual document language ID is not updated when changing SFC style block lang - **language-core:** correct logic for `defineSlots` destructuring ([#​4326](https://togithub.com/vuejs/language-tools/issues/4326)) - Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj) - **language-core:** ObjectDirective does not work with `defineSlots` ([#​4327](https://togithub.com/vuejs/language-tools/issues/4327)) - **language-service:** emmet not working in postcss style block ([https://github.com/volarjs/volar.js/issues/169](https://togithub.com/volarjs/volar.js/issues/169)) ##### Other Changes - Upgrade to [Volar 2.2](https://togithub.com/volarjs/volar.js/releases/tag/v2.2.0) - **language-core:** export `VueEmbeddedCode` ([#​4265](https://togithub.com/vuejs/language-tools/issues/4265)) - Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj) - **typescript-plugin:** expose `FileRegistry` to `project.program` ([#​3963](https://togithub.com/vuejs/language-tools/issues/3963)) - Thanks [@​zcf0508](https://togithub.com/zcf0508) - **vscode:** remove outdated formatters section ([#​4243](https://togithub.com/vuejs/language-tools/issues/4243)) - Thanks [@​BBboy01](https://togithub.com/BBboy01) ### [`v2.0.15`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2015-2024430) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v2.0.14...v2.0.15) ##### Features - Redesign additional extensions, VitePress, PetiteVue support ([#​4321](https://togithub.com/vuejs/language-tools/issues/4321)) - Fix custom file extensions not working in Hybrid Mode ([#​4251](https://togithub.com/vuejs/language-tools/issues/4251)) - **vscode:** prompt when Hybrid Mode is explicitly enabled but known incompatible extensions are installed - **language-core:** use internal options for directly exposing user props/emits types ([vuejs/core#10801](https://togithub.com/vuejs/core/pull/10801)) - **language-core:** support defineSlots destructuring ([#​4312](https://togithub.com/vuejs/language-tools/issues/4312)) - Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj) ##### Bug Fixes - **vscode:** when enabled VitePress support, extension not activated when opening markdown files - **language-core:** auto-complete not working in v-bind ##### Performance - **language-service:** emmet completion should not be blocked by TS type evaluation ([#​4298](https://togithub.com/vuejs/language-tools/issues/4298)) - **language-core:** simplify virtual code for intrinsic elements ##### Other Changes - Upgrade Volar from `v2.2.0-alpha.10` to `v2.2.0-alpha.12`: - Avoid extension crash when workspace TSDK does not exist - Fix template variables cannot be renamed at the first character in Hybrid Mode ([#​4297](https://togithub.com/vuejs/language-tools/issues/4297)) - Fix template virtual code mapping is misaligned in Windows in Hybrid Mode ([#​4297](https://togithub.com/vuejs/language-tools/issues/4297)) - Add `svelte.svelte-vscode` (>=108.4.0) to Hybrid Mode compatibility whitelist ([sveltejs/language-tools#2317](https://togithub.com/sveltejs/language-tools/pull/2317)) - **component-meta:** convert source code to TS - **language-core:** export `allCodeFeatures` ([#​4320](https://togithub.com/vuejs/language-tools/issues/4320)) - Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj)

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.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 month ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

โš  Warning: custom changes will be lost.