Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies (main) - autoclosed #209

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 17, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@nuxt/devtools (source) 1.1.5 -> 1.3.9 age adoption passing confidence devDependencies minor
@nuxt/eslint-config (source) 0.3.7 -> 0.5.0 age adoption passing confidence devDependencies minor
@nuxt/module-builder 0.5.5 -> 0.8.3 age adoption passing confidence devDependencies minor
actions/checkout v4.1.1 -> v4.1.7 age adoption passing confidence action patch
actions/setup-node v4.0.2 -> v4.0.3 age adoption passing confidence action patch
eslint (source) 9.0.0 -> 9.9.0 age adoption passing confidence devDependencies minor
happy-dom 14.7.1 -> 14.12.3 age adoption passing confidence devDependencies minor
playwright (source) 1.43.1 -> 1.46.0 age adoption passing confidence devDependencies minor
pnpm (source) 9.0.1 -> 9.7.1 age adoption passing confidence packageManager minor
typescript (source) 5.4.5 -> 5.5.4 age adoption passing confidence devDependencies minor
vitest (source) 2.0.4 -> 2.0.5 age adoption passing confidence devDependencies patch

Release Notes

nuxt/devtools (@​nuxt/devtools)

v1.3.9

Compare Source

Bug Fixes
  • capture for circular reference in state editor (841fd76)
  • introduce client.revision to trigger state editor update (418a22e)
  • modules: update compatibility check for Nuxt 3 and 4 (#​689) (2354da7)
  • use ofetch for fast-npm-meta (4188f8d)

v1.3.8

Compare Source

Performance Improvements
  • avoid deps on npm-registry-fetch, save install size (3d74691)

v1.3.7

Compare Source

Bug Fixes
Features
Performance Improvements
  • use npm-registry-fetch instead of pacote to deduce the package size (a049c52)

v1.3.6

Compare Source

Features

v1.3.5

Compare Source

Bug Fixes
  • downgrade module-builder (de79dc4)

v1.3.4

Compare Source

Bug Fixes

v1.3.3

Compare Source

Bug Fixes

v1.3.2

Compare Source

Bug Fixes

v1.3.1

Compare Source

Bug Fixes
  • module builder chunk path patch (87199a1)

v1.3.0

Compare Source

Bug Fixes
Features

v1.2.0

Compare Source

Bug Fixes

1.1.5 (2024-03-28)

Features

1.1.4 (2024-03-26)

Bug Fixes

1.1.3 (2024-03-21)

Bug Fixes

1.1.2 (2024-03-21)

Bug Fixes
Features

1.1.1 (2024-03-20)

Bug Fixes
nuxt/eslint (@​nuxt/eslint-config)

v0.5.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.4.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.3.13

Compare Source

   🚀 Features
    View changes on GitHub

v0.3.12

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.11

Compare Source

   🚀 Features
    View changes on GitHub

v0.3.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.9

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
nuxt/module-builder (@​nuxt/module-builder)

v0.8.3

Compare Source

compare changes

🩹 Fixes
  • build: Handle missing named type exports (#​331)
❤️ Contributors

v0.8.2

Compare Source

compare changes

🔥 Performance
  • Removed unnecessary hasTypeExport check (#​310)
🩹 Fixes
  • prepare: Override compatibilityDate (b9b27c3)
❤️ Contributors

v0.8.1

Compare Source

compare changes

🩹 Fixes
  • build: Export all types in stub mode (6b1970d)
🏡 Chore
❤️ Contributors

v0.8.0

Compare Source

compare changes

🩹 Fixes
  • ⚠️ Do not augment nuxt options inside module entry (#​295)
  • build: Do not export default as a type (d29337c)
  • build: Only generate import type statement if required (190bff4)
⚠️ Breaking Changes
  • ⚠️ Do not augment nuxt options inside module entry (#​295)
❤️ Contributors

v0.7.1

Compare Source

compare changes

🩹 Fixes
  • build: Declare ModuleOptions in correct place (#​283)
📖 Documentation
  • Update path for runtime js files (#​282)
❤️ Contributors

v0.7.0

Compare Source

compare changes

🚀 Enhancements
  • Auto generate module options from schema meta (#​33)
🩹 Fixes
  • Use tsconfck to resolve tsconfig compilerOptions (#​274)
  • ⚠️ Use .js extension for files in runtime/ directory (dbd05bb)
  • Resolve full path to runtime externals (#​275)
  • Include dist/runtime in externals list (0946c04)
📖 Documentation
  • Add types condition to export subpath (#​265)
🏡 Chore
✅ Tests
  • Add additional test for validity of types shared from runtime (afc4374)
🤖 CI
  • Adds reproduction workflow (0dc73bb)
⚠️ Breaking Changes
  • ⚠️ Use .js extension for files in runtime/ directory (dbd05bb)
❤️ Contributors

v0.6.0

Compare Source

compare changes

🚀 Enhancements
  • Generate runtime/ dts based on nuxt tsconfig options (#​255)
  • Add builder versions to module.json (f8567a3)
  • Support transforming jsx (4841f2e)
🩹 Fixes
  • ⚠️ Remove support for deprecated RuntimeModuleHooks interface (#​228)
  • Add -nightly versions to externals (0a88a87)
  • Ignore exporting type if it is not defined (c308cc5)
  • Mark runtime/ directory as external (7a68e1e)
🏡 Chore
  • release: V0.5.5 (f158ffa)
  • Dedupe kit/schema/vue versions (aa0a710)
  • Add root dev:prepare command (c308a68)
  • Migrate to eslint v9 (#​250)
  • Improve internal type safety and enable strict mode (78aa088)
  • Tweak tsconfig settings (404aae7)
  • Add more type annotations (ba0614b)
✅ Tests
  • Update type testing step (#​256)
  • Add inline snapshots for runtime/ transforms (#​257)
  • Update snapshot (a39c183)
🎨 Styles
⚠️ Breaking Changes
  • ⚠️ Remove support for deprecated RuntimeModuleHooks interface (#​228)
❤️ Contributors
actions/checkout (actions/checkout)

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

What's Changed

Full Changelog: actions/checkout@v4.1.4...v4.1.5

v4.1.4

Compare Source

v4.1.3

Compare Source

What's Changed

Full Changelog: actions/checkout@v4.1.2...v4.1.3

v4.1.2

Compare Source

actions/setup-node (actions/setup-node)

v4.0.3

Compare Source

eslint/eslint (eslint)

v9.9.0

Compare Source

Features

  • 41d0206 feat: Add support for TS config files (#​18134) (Arya Emami)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#​18716) (Dave)

Documentation

  • 9fe068c docs: how to author plugins with configs that extend other configs (#​18753) (Alec Gibson)
  • 48117b2 docs: add version support page in the side navbar (#​18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#​18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#​18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#​18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)

Chores

v9.8.0

Compare Source

v9.7.0

Compare Source

Features

  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#​18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#​18622) (Nitin Kumar)

Bug Fixes

  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#​18636) (Francesco Trotta)

Documentation

  • 9f416db docs: Add Powered by Algolia label to the search. (#​18633) (Amaresh S M)
  • c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#​18649) (Milos Djermanovic)
  • 6e79ac7 docs: loadESLint does not support option cwd (#​18641) (Francesco Trotta)

Chores

v9.6.0

Compare Source

v9.5.0

Compare Source

v9.4.0

Compare Source

v9.3.0

Compare Source

v9.2.0

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

capricorn86/happy-dom (happy-dom)

v14.12.3

Compare Source

👷‍♂️ Patch fixes
  • Element.insertBefore works when the node is already inserted - In task #​1429

v14.12.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem related to the cookie container using the wrong path when caching cookies - By @​matcic in task #​1455

v14.12.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem related to React click handler with preventDefault not preventing navigation - By @​amitdahan in task #​1464

v14.12.0

Compare Source

v14.11.4

Compare Source

v14.11.3

Compare Source

v14.11.2

Compare Source

v14.11.1

Compare Source

v14.11.0

Compare Source

🎨 Features

v14.10.3

Compare Source

👷‍♂️ Patch fixes
  • Adds check for if Window and MutationObserver has been destroyed when triggering listeners - By @​capricorn86 in task #​1436

v14.10.2

Compare Source

👷‍♂️ Patch fixes
  • HTMLAnchorElement, HTMLButtonElement, HTMLInputElement and HTMLLabelElement checked that click events triggering native behavior was of type PointerEvent, but should check that they are of type MouseEvent - By @​capricorn86 in task #​1397

v14.10.1

Compare Source

v14.10.0

Compare Source

🎨 Features
  • Adds support for Document.elementFromPoint() - By @​TreyVigus in task #​1400
    • The method will always return null as Happy DOM doesn't support rendering and can't calculate an element's position based on where it is rendered

v14.9.0

Compare Source

v14.8.3

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue related to Element.insertBefore() not removing comment node from previous ancestor - By @​mdafanasev in task #​1406

v14.8.2

Compare Source

v14.8.1

Compare Source

v14.8.0

Compare Source

🎨 Features
microsoft/playwright (playwright)

v1.46.0

Compare Source

v1.45.3

Compare Source

v1.45.2

Compare Source

v1.45.1

Compare Source

v1.45.0

Compare Source

v1.44.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/30779 - [REGRESSION]: When using video: 'on' with VSCode extension the browser got closed
https://github.com/microsoft/playwright/issues/30755 - [REGRESSION]: Electron launch with spaces inside executablePath didn't workhttps://github.com/microsoft/playwright/issues/307700 - [REGRESSION]: Mask elements outside of viewport when creating fullscreen screenshots didn't worhttps://github.com/microsoft/playwright/issues/3085858 - [REGRESSION]: ipv6 got shown instead of localhost in show-trace/show-report

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

v1.44.0

Compare Source

New APIs

Accessibility assertions

  • expect(locator).toHaveAccessibleName() checks if the element has the specified accessible name:

    const locator = page.getByRole('button');
    await expect(locator).toHaveAccessibleName('Submit');
  • expect(locator).toHaveAccessibleDescription() checks if the element has the specified accessible description:

    const locator = page.getByRole('button');
    await expect(locator).toHaveAccessibleDescription('Upload a photo');
  • expect(locator).toHaveRole() checks if the element has the specified ARIA role:

    const locator = page.getByTestId('save-button');
    await expect(locator).toHaveRole('button');

Locator handler

  • After executing the handler added with page.addLocatorHandler(), 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() to specify maximum number of times the handler should be run.
  • The handler in page.addLocatorHandler() now accepts the locator as argument.
  • New page.removeLocatorHandler() method for removing previously added locator handlers.
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 option in apiRequestContext.fetch() now accepts FormData and supports repeating fields with the same name.

    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 or per project in testProject.expect.

  • expect(page).toHaveURL(url) now supports ignoreCase option.

  • testProject.ignoreSnapshots allows to configure per project whether to skip screenshot expectations.

Reporter API

  • New method suite.entries() returns child test suites and test cases in their declaration order. suite.type and testCase.type can be used to tell apart test cases and suites in the list.
  • Blob 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 reporter now supports `i

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update pnpm to v9.0.2 (main) chore(deps): update all non-major dependencies (main) Apr 18, 2024
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch 9 times, most recently from 34a5a52 to 2599b2a Compare April 24, 2024 14:48
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch 5 times, most recently from 9df56b0 to d98c7fe Compare April 30, 2024 11:29
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch 7 times, most recently from c6ab7b9 to d5fa9f0 Compare May 9, 2024 16:24
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch 6 times, most recently from 357f444 to 7086f69 Compare May 17, 2024 00:17
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch 4 times, most recently from 35a184c to b5a82e3 Compare June 28, 2024 16:16
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch 4 times, most recently from 36558a3 to d7d46a8 Compare July 2, 2024 22:13
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch 3 times, most recently from a6b3af5 to 5fe7ebf Compare July 12, 2024 22:38
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch 4 times, most recently from 72eb31a to 8c3b987 Compare July 22, 2024 23:31
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch 4 times, most recently from ec1413a to 5dc445f Compare July 31, 2024 13:38
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch 4 times, most recently from 0d20845 to 7b527b8 Compare August 9, 2024 22:30
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch 2 times, most recently from 6c0524f to 46b01b5 Compare August 13, 2024 17:40
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from 46b01b5 to c8f4b41 Compare August 14, 2024 15:38
@renovate renovate bot changed the title chore(deps): update all non-major dependencies (main) chore(deps): update all non-major dependencies (main) - autoclosed Aug 16, 2024
@renovate renovate bot closed this Aug 16, 2024
@renovate renovate bot deleted the renovate/main-all-minor-patch branch August 16, 2024 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants