GrabarzUndPartner / nuxt-custom-elements

Publish your components as a custom-element standalone build.
https://grabarzundpartner.github.io/nuxt-custom-elements/
MIT License
80 stars 10 forks source link

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

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/webpack-builder 3.7.1 -> 3.7.3 age adoption passing confidence
nuxt 3.7.1 -> 3.7.3 age adoption passing confidence
playwright (source) 1.37.1 -> 1.38.0 age adoption passing confidence

Release Notes

nuxt/nuxt (@​nuxt/webpack-builder) ### [`v3.7.3`](https://togithub.com/nuxt/nuxt/releases/tag/v3.7.3) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.7.2...v3.7.3) > 3.7.3 is a hotfix release to address a regression introduced in 3.7.2. #### πŸ‘‰ Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v3.7.2...v3.7.3) ##### 🩹 Fixes - **nuxt:** Ensure plugins retain original order ([#​23174](https://togithub.com/nuxt/nuxt/pull/23174)) - **nuxt:** Allow importing server components from `#components` ([#​23188](https://togithub.com/nuxt/nuxt/pull/23188)) ##### πŸ’… Refactors - **nuxt:** Don't wrap server placeholders/client fallbacks ([#​21980](https://togithub.com/nuxt/nuxt/pull/21980)) ##### πŸ“– Documentation - Added missing leading slash ([#​23169](https://togithub.com/nuxt/nuxt/pull/23169)) - Update internal issue decision making flowchart link ([#​23162](https://togithub.com/nuxt/nuxt/pull/23162)) ##### ❀️ Contributors - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - Julien Huang ([@​huang-julien](https://togithub.com/huang-julien)) - Daniel Rivers ([@​DanielRivers](https://togithub.com/DanielRivers)) - Tech Genius ([@​TechGenius7777](https://togithub.com/TechGenius7777)) ### [`v3.7.2`](https://togithub.com/nuxt/nuxt/releases/tag/v3.7.2) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.7.1...v3.7.2) > 3.7.2 is a regularly scheduled patch release. #### βœ… Upgrading As usual, our recommendation for upgrading is to run: ```sh nuxi upgrade ``` #### πŸ‘‰ Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v3.7.1...v3.7.2) ##### 🩹 Fixes - **nuxt:** Scroll to top by default on dynamic routes ([#​22403](https://togithub.com/nuxt/nuxt/pull/22403)) - **nuxt:** Don't `joinURL` with remote sources on NuxtIsland ([#​23093](https://togithub.com/nuxt/nuxt/pull/23093)) - **nuxt:** Exclude `data-v` attrs from server component props ([#​23095](https://togithub.com/nuxt/nuxt/pull/23095)) - **nuxt:** Handle optional params within a path segment ([#​23070](https://togithub.com/nuxt/nuxt/pull/23070)) - **nuxt:** Include method when creating `useFetch` auto key ([#​23086](https://togithub.com/nuxt/nuxt/pull/23086)) - **vite:** Add css to manifest without `cssCodeSplit` ([#​23049](https://togithub.com/nuxt/nuxt/pull/23049)) - **nuxt:** Find parent routes by exact path match ([#​23040](https://togithub.com/nuxt/nuxt/pull/23040)) - **nuxt:** Load `spaLoadingTemplate` if file exists ([#​23048](https://togithub.com/nuxt/nuxt/pull/23048)) - **nuxt:** Handle unset spa-loading fallback ([#​23120](https://togithub.com/nuxt/nuxt/pull/23120)) - **kit:** Improve generated `tsconfig.json` defaults ([#​23121](https://togithub.com/nuxt/nuxt/pull/23121)) - **vite:** Remove dev styles injected via absolute path ([#​23126](https://togithub.com/nuxt/nuxt/pull/23126)) - **nuxt:** Default scanned layer components to priority `0` ([#​23127](https://togithub.com/nuxt/nuxt/pull/23127)) - **nuxt:** Allow granularly overriding pages in layers ([#​23134](https://togithub.com/nuxt/nuxt/pull/23134)) - **nuxt:** Respect layer order for other layer plugins ([#​23148](https://togithub.com/nuxt/nuxt/pull/23148)) - **nuxt:** Allow changing dirs within modules ([#​23133](https://togithub.com/nuxt/nuxt/pull/23133)) - **nuxt:** Allow overriding components + only warn if clash ([#​23156](https://togithub.com/nuxt/nuxt/pull/23156)) ##### πŸ“– Documentation - Remove 'caching' section from data fetching ([fe29948fe](https://togithub.com/nuxt/nuxt/commit/fe29948fe)) - Fix broken links on experimental features ([#​23052](https://togithub.com/nuxt/nuxt/pull/23052)) - Fix typo ([#​23060](https://togithub.com/nuxt/nuxt/pull/23060)) - Add `name` param to `PageMeta` interface description ([#​23107](https://togithub.com/nuxt/nuxt/pull/23107)) - Fix typo for `experimental.componentIslands` ([#​23138](https://togithub.com/nuxt/nuxt/pull/23138)) - Change NuxtLabs UI to Nuxt UI ([#​23150](https://togithub.com/nuxt/nuxt/pull/23150)) - Fix typo in `nuxi init` command ([#​23155](https://togithub.com/nuxt/nuxt/pull/23155)) ##### 🏑 Chore - **nuxt:** Update nuxi ([#​23145](https://togithub.com/nuxt/nuxt/pull/23145)) ##### πŸ€– CI - Test on node 20.5 rather than 20.6 ([#​23041](https://togithub.com/nuxt/nuxt/pull/23041)) - Update fixtures to node 18 ([#​23122](https://togithub.com/nuxt/nuxt/pull/23122)) - Unpin node 20 actions runners ([#​23135](https://togithub.com/nuxt/nuxt/pull/23135)) ##### ❀️ Contributors - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - ML ([@​ijkml](https://togithub.com/ijkml)) - Tech Genius ([@​TechGenius7777](https://togithub.com/TechGenius7777)) - Manthankumar Satani ([@​itsmnthn](https://togithub.com/itsmnthn)) - David Gonzalez ([@​davidglezz](https://togithub.com/davidglezz)) - Maxime Pauvert ([@​maximepvrt](https://togithub.com/maximepvrt)) - Dmitry Istomin ([@​tirojal](https://togithub.com/tirojal)) - Maxim ([@​MaxKostenko](https://togithub.com/MaxKostenko)) - Julien Huang ([@​huang-julien](https://togithub.com/huang-julien)) - Sma11X ([@​Sma11X](https://togithub.com/Sma11X)) - Michel EDIGHOFFER ([@​edimitchel](https://togithub.com/edimitchel))
Microsoft/playwright (playwright) ### [`v1.38.0`](https://togithub.com/microsoft/playwright/releases/tag/v1.38.0) [Compare Source](https://togithub.com/Microsoft/playwright/compare/v1.37.1...v1.38.0) #### UI Mode Updates ![Playwright UI Mode](https://togithub.com/microsoft/playwright/assets/746130/8ba27be0-58fd-4f62-8561-950480610369) 1. Zoom into time range. 2. Network panel redesign. #### New APIs - [`browserContext.on('weberror')`][browserContext.on('weberror')] - [`locator.pressSequentially()`][locator.pressSequentially()] - The [`reporter.onEnd()`][reporter.onEnd()] now reports `startTime` and total run `duration`. #### Deprecations - The following methods were deprecated: [`page.type()`][page.type()], [`frame.type()`][frame.type()], [`locator.type()`][locator.type()] and [`elementHandle.type()`][elementHandle.type()]. Please use [`locator.fill()`][locator.fill()] instead which is much faster. Use [`locator.pressSequentially()`][locator.pressSequentially()] only if there is a special keyboard handling on the page, and you need to press keys one-by-one. #### Breaking Changes: Playwright no longer downloads browsers automatically > \[!NOTE] > If you are using `@playwright/test` package, this change **does not** affect you. Playwright recommends to use `@playwright/test` package and download browsers via `npx playwright install` command. If you are following this recommendation, nothing has changed for you. However, up to v1.38, installing the `playwright` package instead of `@playwright/test` did automatically download browsers. This is no longer the case, and we recommend to explicitly download browsers via `npx playwright install` command. **v1.37 and earlier** `playwright` package was downloading browsers during `npm install`, while `@playwright/test` was not. **v1.38 and later** `playwright` and `@playwright/test` packages do not download browsers during `npm install`. **Recommended migration** Run `npx playwright install` to download browsers after `npm install`. For example, in your CI configuration: ```yml - run: npm ci - run: npx playwright install --with-deps ``` **Alternative migration option - not recommended** Add `@playwright/browser-chromium`, `@playwright/browser-firefox` and `@playwright/browser-webkit` as a dependency. These packages download respective browsers during `npm install`. Make sure you keep the version of all playwright packages in sync: ```json5 // package.json { "devDependencies": { "playwright": "1.38.0", "@​playwright/browser-chromium": "1.38.0", "@​playwright/browser-firefox": "1.38.0", "@​playwright/browser-webkit": "1.38.0" } } ``` ##### Browser Versions - Chromium 117.0.5938.62 - Mozilla Firefox 117.0 - WebKit 17.0 This version was also tested against the following stable channels: - Google Chrome 116 - Microsoft Edge 116 [`browserContext.on('weberror')`]: https://playwright.dev/docs/api/class-browsercontext#browser-context-event-web-error [`locator.pressSequentially()`]: https://playwright.dev/docs/api/class-locator#locator-press-sequentially [`reporter.onEnd()`]: https://playwright.dev/docs/api/class-reporter#reporter-on-end [`page.type()`]: https://playwright.dev/docs/api/class-page#page-type [`frame.type()`]: https://playwright.dev/docs/api/class-frame#frame-type [`locator.type()`]: https://playwright.dev/docs/api/class-locator#locator-type [`elementHandle.type()`]: https://playwright.dev/docs/api/class-elementhandle#element-handle-type [`locator.fill()`]: https://playwright.dev/docs/api/class-locator#locator-fill [`expect(value).toMatchSnapshot()`]: https://playwright.dev/docs/api/class-snapshotassertions#snapshot-assertions-to-match-snapshot-1 [`expect(page).toHaveScreenshot()`]: https://playwright.dev/docs/api/class-pageassertions#page-assertions-to-have-screenshot-1 [`expect(locator).toHaveScreenshot()`]: https://playwright.dev/docs/api/class-locatorassertions#locator-assertions-to-have-screenshot-1

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.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 2.0.0-beta.25 :tada:

The release is available on:

Your semantic-release bot :package::rocket: