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 #578

Merged
merged 1 commit into from Jul 4, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 21, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/module-builder 0.3.1 -> 0.4.0 age adoption passing confidence
@nuxt/types 2.16.3 -> 2.17.0 age adoption passing confidence
@size-limit/file 8.2.4 -> 8.2.6 age adoption passing confidence
@types/node (source) 16.18.31 -> 16.18.38 age adoption passing confidence
consola 3.1.0 -> 3.2.2 age adoption passing confidence
eslint (source) 8.41.0 -> 8.44.0 age adoption passing confidence
lint-staged 13.2.2 -> 13.2.3 age adoption passing confidence
mlly 1.2.1 -> 1.4.0 age adoption passing confidence
nuxt 2.16.3 -> 2.17.0 age adoption passing confidence
pathe 1.1.0 -> 1.1.1 age adoption passing confidence
playwright-chromium (source) 1.34.0 -> 1.35.1 age adoption passing confidence
release-it 15.10.3 -> 15.11.0 age adoption passing confidence
sass 1.62.1 -> 1.63.6 age adoption passing confidence
size-limit 8.2.4 -> 8.2.6 age adoption passing confidence
typescript (source) 5.0.4 -> 5.1.6 age adoption passing confidence
vitest ^0.31.0 -> ^0.32.0 age adoption passing confidence

Release Notes

nuxt/module-builder (@​nuxt/module-builder)

v0.4.0

Compare Source

Features
0.3.1 (2023-05-01)
Bug Fixes
  • extend nuxt/schema as well (796d6ab)
nuxt/nuxt.js (@​nuxt/types)

v2.17.0

Compare Source

2.17.0 is the next minor release for Nuxt 2.

✨ Highlights

Nuxt 2.17 comes with a few new features, including better support for new Vue 2.7 types, and supporting passing postcss config as a function.

It also includes support for Node 20+ and a fix for a dependency issue with the Babel preset that affected new installs.

👉 Changelog

compare changes

🚀 Enhancements
  • types: Support nuxt types for defineComponent (#​19789)
  • csp: Support generating nonce for scripts and links in ssr (#​9621)
  • webpack: Support passing function as postcssOptions (#​19495)
🔥 Performance
  • config: Avoid recursive md4 patching (7fab95252)
🩹 Fixes
  • Relax node engines upper constraint (010b539ed)
  • utils: Respect patterns within paths when sorting routes (#​20669)
  • vue-app: Skip page render early on error or navigation (#​20719)
  • babel-preset-app: Add explicit dep on used babel plugin (#​21488)
🏡 Chore
  • Reenable publishing 🙈 (4ce8b118e)
  • Exclude yaml exception vulnerability (build-time dep) (c8ed87a26)
  • Bump jest dependencies (#​20506)
  • Remove resolved advisories (98cd35665)
  • Skip publishing node_modules folder (8799cfacc)
  • Remove obsolete useWorkspaces option (27e450119)
✅ Tests
  • Add catchall path to route generation test (71c359516)
  • Update windows snapshot (4ec274ae2)
  • Update jest snapshots to remove escaped quotes (f93411c7c)
🤖 CI
❤️ Contributors
ai/size-limit (@​size-limit/file)

v8.2.6

Compare Source

  • Fixed npm release process.

v8.2.5

Compare Source

  • Fixed opening report in @size-limit/esbuild-why (by Yaroslav Chapelskyi).
  • Updated esbuild.
unjs/consola (consola)

v3.2.2

Compare Source

compare changes

🩹 Fixes
  • fancy: Add node 14 compatibility (#​204)
📦 Build
  • pkg: Add supported engines field (#​179)
❤️ Contributors

v3.2.1

Compare Source

compare changes

🩹 Fixes
  • box: Fix preset naming for singleThick (#​201)
  • fancy: Style underscore with surrounding spaces (#​203)
❤️ Contributors

v3.2.0

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • Inherit mocks (#​183)
  • Correct and improve return types for single and multi select prompts (#​197)
  • Preserve tag casing (#​190)
🏡 Chore
❤️ Contributors
eslint/eslint (eslint)

v8.44.0

Compare Source

Features

  • 1766771 feat: add es2023 and es2024 environments (#​17328) (Milos Djermanovic)
  • 4c50400 feat: add ecmaVersion: 2024, regexp v flag parsing (#​17324) (Milos Djermanovic)
  • 4d411e4 feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#​17270) (Percy Ma)
  • c8b1f4d feat: Move parserServices to SourceCode (#​17311) (Milos Djermanovic)
  • ef6e24e feat: treat unknown nodes as having the lowest precedence (#​17302) (Brad Zacher)
  • 1866e1d feat: allow flat config files to export a Promise (#​17301) (Milos Djermanovic)

Bug Fixes

  • a36bcb6 fix: no-unused-vars false positive with logical assignment operators (#​17320) (Gweesin Chan)
  • 7620b89 fix: Remove no-unused-labels autofix before potential directives (#​17314) (Francesco Trotta)
  • 391ed38 fix: Remove no-extra-semi autofix before potential directives (#​17297) (Francesco Trotta)

Documentation

Chores

v8.43.0

Compare Source

Features

  • 14581ff feat: directive prologue detection and autofix condition in quotes (#​17284) (Francesco Trotta)
  • e50fac3 feat: add declaration loc to message in block-scoped-var (#​17252) (Milos Djermanovic)
  • 1b7faf0 feat: add skipJSXText option to no-irregular-whitespace rule (#​17182) (Azat S)

Bug Fixes

  • 5338b56 fix: normalize cwd passed to ESLint/FlatESLint constructor (#​17277) (Milos Djermanovic)
  • 54383e6 fix: Remove no-extra-parens autofix for potential directives (#​17022) (Francesco Trotta)

Documentation

Chores

v8.42.0

Compare Source

Features

  • b8448ff feat: correct no-useless-return behaviour in try statements (#​16996) (Nitin Kumar)

Bug Fixes

  • a589636 fix: Config with ignores and without files should not always apply (#​17181) (Milos Djermanovic)
  • c4fad17 fix: Correct ignore message for "node_modules" subfolders (#​17217) (Francesco Trotta)

Documentation

  • 01d7142 docs: Update README (GitHub Actions Bot)
  • e5182b7 docs: Update README (GitHub Actions Bot)

Chores

okonet/lint-staged (lint-staged)

v13.2.3

Compare Source

Bug Fixes
  • the --diff option implies --no-stash (66a716d)
unjs/mlly (mlly)

v1.4.0

Compare Source

compare changes

🚀 Enhancements
  • findTypeImports for finding type imports (#​163)
  • Add parseNodeModulePath and lookupNodeModuleSubpath utils (#​89)
🩹 Fixes
  • Fix resolvePath return type (#​172)
  • findStaticImports: Support special chars in import specifiers (#​169)
🏡 Chore
✅ Tests
  • Add edge case test for findStaticImports (f0b120b)
❤️ Contributors

v1.3.0

Compare Source

compare changes

🚀 Enhancements
  • Update import-meta-url to v3 (208b323)
💅 Refactors
  • Remove deprecated notice from sync resolve utils (5223f5a)
📖 Documentation
  • Mention resolveSync and resolvePathSync utils (02a5efe)
🏡 Chore
❤️ Contributors
nuxt/nuxt (nuxt)

v2.17.0

Compare Source

2.17.0 is the next minor release for Nuxt 2.

✨ Highlights

Nuxt 2.17 comes with a few new features, including better support for new Vue 2.7 types, and supporting passing postcss config as a function.

It also includes support for Node 20+ and a fix for a dependency issue with the Babel preset that affected new installs.

👉 Changelog

compare changes

🚀 Enhancements
  • types: Support nuxt types for defineComponent (#​19789)
  • csp: Support generating nonce for scripts and links in ssr (#​9621)
  • webpack: Support passing function as postcssOptions (#​19495)
🔥 Performance
  • config: Avoid recursive md4 patching (7fab95252)
🩹 Fixes
  • Relax node engines upper constraint (010b539ed)
  • utils: Respect patterns within paths when sorting routes (#​20669)
  • vue-app: Skip page render early on error or navigation (#​20719)
  • babel-preset-app: Add explicit dep on used babel plugin (#​21488)
🏡 Chore
  • Reenable publishing 🙈 (4ce8b118e)
  • Exclude yaml exception vulnerability (build-time dep) (c8ed87a26)
  • Bump jest dependencies (#​20506)
  • Remove resolved advisories (98cd35665)
  • Skip publishing node_modules folder (8799cfacc)
  • Remove obsolete useWorkspaces option (27e450119)
✅ Tests
  • Add catchall path to route generation test (71c359516)
  • Update windows snapshot (4ec274ae2)
  • Update jest snapshots to remove escaped quotes (f93411c7c)
🤖 CI
❤️ Contributors
unjs/pathe (pathe)

v1.1.1

Compare Source

Microsoft/playwright (playwright-chromium)

v1.35.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/23622 - [Docs] Provide a description how to correctly use expect.configure with poll parameterhttps://github.com/microsoft/playwright/issues/236666 - [BUG] Live Trace does not work with Codespacehttps://github.com/microsoft/playwright/issues/2369393 - [BUG] attachment steps are not hidden inside expect.toHaveScreenshot()

Browser Versions
  • Chromium 115.0.5790.13
  • Mozilla Firefox 113.0
  • WebKit 16.4

This version was also tested against the following stable channels:

  • Google Chrome 114
  • Microsoft Edge 114

v1.35.0

Compare Source

Highlights
  • UI mode is now available in VSCode Playwright extension via a new "Show trace viewer" button:

    Playwright UI Mode

  • UI mode and trace viewer mark network requests handled with page.route() and browserContext.route() handlers, as well as those issued via the API testing:

    Trace Viewer

  • New option maskColor for methods page.screenshot(), locator.screenshot(), expect(page).toHaveScreenshot() and expect(locator).toHaveScreenshot() to change default masking color:

    await page.goto('https://playwright.dev');
    await expect(page).toHaveScreenshot({
      mask: [page.locator('img')],
      maskColor: '#​00FF00', // green
    });
  • New uninstall CLI command to uninstall browser binaries:

    $ npx playwright uninstall # remove browsers installed by this installation
    $ npx playwright uninstall --all # remove all ever-install Playwright browsers
  • Both UI mode and trace viewer now could be opened in a browser tab:

    $ npx playwright test --ui-port 0 # open UI mode in a tab on a random port
    $ npx playwright show-trace --port 0 # open trace viewer in tab on a random port
⚠️ Breaking changes
  • playwright-core binary got renamed from playwright to playwright-core. So if you use playwright-core CLI, make sure to update the name:

    $ npx playwright-core install # the new way to install browsers when using playwright-core

    This change does not affect @playwright/test and playwright package users.

Browser Versions
  • Chromium 115.0.5790.13
  • Mozilla Firefox 113.0
  • WebKit 16.4

This version was also tested against the following stable channels:

  • Google Chrome 114
  • Microsoft Edge 114

v1.34.3

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/23228 - [BUG] Getting "Please install @​playwright/test package..." after upgrading from 1.34.0 to 1.34.1

Browser Versions
  • Chromium 114.0.5735.26
  • Mozilla Firefox 113.0
  • WebKit 16.4

This version was also tested against the following stable channels:

  • Google Chrome 113
  • Microsoft Edge 113

v1.34.2

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/23225 - [BUG] VSCode Extension broken with Playwright 1.34.1

Browser Versions

  • Chromium 114.0.5735.26
  • Mozilla Firefox 113.0
  • WebKit 16.4

This version was also tested against the following stable channels:

  • Google Chrome 113
  • Microsoft Edge 113

v1.34.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/23186 - [BUG] Container image for v1.34.0 missing library for webkithttps://github.com/microsoft/playwright/issues/232066 - [BUG] Unable to install supported browsers for v1.34.0 from playwright-corhttps://github.com/microsoft/playwright/issues/2320707 - [BUG] importing ES Module JSX component is broken since 1.34

Browser Versions

  • Chromium 114.0.5735.26
  • Mozilla Firefox 113.0
  • WebKit 16.4

This version was also tested against the following stable channels:

  • Google Chrome 113
  • Microsoft Edge 113
release-it/release-it (release-it)

v15.11.0

Compare Source

v15.10.5

Compare Source

v15.10.4

Compare Source

sass/dart-sass (sass)

v1.63.6

Compare Source

JavaScript API
  • Fix import sass from 'sass' again after it was broken in the last release.
Embedded Sass
  • Fix the exports declaration in package.json.

v1.63.5

Compare Source

JavaScript API
  • Fix a bug where loading the package through both CJS require() and ESM
    import could crash on Node.js.
Embedded Sass
  • Fix a deadlock when running at high concurrency on 32-bit systems.

  • Fix a race condition where the embedded compiler could deadlock or crash if a
    compilation ID was reused immediately after the compilation completed.

v1.63.4

Compare Source

JavaScript API
  • Re-enable support for import sass from 'sass' when loading the package from
    an ESM module in Node.js. However, this syntax is now deprecated; ESM users
    should use import * as sass from 'sass' instead.

    On the browser and other ESM-only platforms, only import * as sass from 'sass' is supported.

  • Properly export the legacy API values TRUE, FALSE, NULL, and types from
    the ECMAScript module API.

Embedded Sass
  • Fix a race condition where closing standard input while requests are in-flight
    could sometimes cause the process to hang rather than shutting down
    gracefully.

  • Properly include the root stylesheet's URL in the set of loaded URLs when it
    fails to parse.

v1.63.3

Compare Source

JavaScript API
  • Fix loading Sass as an ECMAScript module on Node.js.

v1.63.2

Compare Source

  • No user-visible changes.

v1.63.1

Compare Source

  • No user-visible changes.

v1.63.0

Compare Source

JavaScript API
  • Dart Sass's JS API now supports running in the browser. Further details and
    instructions for use are in the README.
Embedded Sass
  • The Dart Sass embedded compiler is now included as part of the primary Dart
    Sass distribution, rather than a separate executable. To use the embedded
    compiler, just run sass --embedded from any Sass executable (other than the
    pure JS executable).

    The Node.js embedded host will still be distributed as the sass-embedded
    package on npm. The only change is that it will now provide direct access to a
    sass executable with the same CLI as the sass package.

  • The Dart Sass embedded compiler now uses version 2.0.0 of the Sass embedded
    protocol. See the spec for a full description of the
    protocol, and the changelog for a summary of
    changes since version 1.2.0.

  • The Dart Sass embedded compiler now runs multiple simultaneous compilations in
    parallel, rather than serially.

Microsoft/TypeScript (typescript)

v5.1.5: TypeScript 5.1.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.1.3: TypeScript 5.1.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

vitest-dev/vitest (vitest)

v0.32.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.32.3

Compare Source

   🚀 Features
   🐞 Bug Fixes

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.

@github-actions
Copy link

github-actions bot commented May 21, 2023

size-limit report 📦

Path Size
fixture: base 368.15 KB (+0.3% 🔺)
fixture: lazy 372.58 KB (+0.29% 🔺)
fixture: tracing 386.14 KB (+0.28% 🔺)
fixture: lazy+tracing 390.55 KB (+0.28% 🔺)

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ae10e76 to 980ae8c Compare May 23, 2023 06:10
@renovate renovate bot changed the title chore(deps): update devdependency @types/node to v16.18.32 chore(deps): update all non-major dependencies May 23, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from cb88fbd to a5b6078 Compare May 30, 2023 15:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from df54b7e to 2705760 Compare June 6, 2023 17:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from f0211dd to 001b3cc Compare June 13, 2023 16:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from bde1468 to 7b0bec7 Compare June 21, 2023 02:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 462570f to 12c87b5 Compare June 28, 2023 09:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3ffc3c6 to 1ba450f Compare July 3, 2023 11:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1ba450f to 0848bd1 Compare July 4, 2023 19:49
@rchl rchl merged commit 6ba7f19 into main Jul 4, 2023
7 checks passed
@rchl rchl deleted the renovate/all-minor-patch branch July 4, 2023 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant