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

Merged
merged 1 commit into from
Mar 29, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/eslint-parser (source) 7.19.1 -> 7.21.3 age adoption passing confidence devDependencies minor
@commitlint/cli (source) 17.4.2 -> 17.5.1 age adoption passing confidence devDependencies minor
@commitlint/config-conventional (source) 17.4.2 -> 17.4.4 age adoption passing confidence devDependencies patch
@nuxtjs/eslint-module 4.0.0 -> 4.0.2 age adoption passing confidence devDependencies patch
@nuxtjs/stylelint-module 5.0.0 -> 5.0.1 age adoption passing confidence devDependencies patch
commitlint (source) 17.4.2 -> 17.5.1 age adoption passing confidence devDependencies minor
core-js 3.27.2 -> 3.29.1 age adoption passing confidence devDependencies minor
deepmerge 4.3.0 -> 4.3.1 age adoption passing confidence dependencies patch
eslint (source) 8.34.0 -> 8.37.0 age adoption passing confidence devDependencies minor
eslint-plugin-sonarjs 0.18.0 -> 0.19.0 age adoption passing confidence devDependencies minor
jsdom 21.1.0 -> 21.1.1 age adoption passing confidence devDependencies patch
lint-staged 13.1.1 -> 13.2.0 age adoption passing confidence devDependencies minor
node 16.19.0 -> 16.19.1 age adoption passing confidence patch
nuxt 2.16.0 -> 2.16.3 age adoption passing confidence devDependencies patch
nuxt 2.16.0 -> 2.16.3 age adoption passing confidence dependencies patch
playwright (source) 1.30.0 -> 1.32.1 age adoption passing confidence devDependencies minor
postcss-nesting (source) 11.1.0 -> 11.2.2 age adoption passing confidence devDependencies minor
postcss-preset-env (source) 8.0.1 -> 8.2.0 age adoption passing confidence devDependencies minor
vitest 0.28.4 -> 0.29.8 age adoption passing confidence devDependencies minor
webpack-bundle-analyzer 4.7.0 -> 4.8.0 age adoption passing confidence devDependencies minor

Release Notes

babel/babel

v7.21.3

Compare Source

👓 Spec Compliance
🐛 Bug Fix
💅 Polish
🏠 Internal
🔬 Output optimization
conventional-changelog/commitlint (@​commitlint/cli)

v17.5.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.5.0

Compare Source

Note: Version bump only for package @​commitlint/cli

17.4.4 (2023-02-17)

Note: Version bump only for package @​commitlint/cli

17.4.3 (2023-02-13)

Note: Version bump only for package @​commitlint/cli

17.4.2 (2023-01-12)

Note: Version bump only for package @​commitlint/cli

17.4.1 (2023-01-09)

Note: Version bump only for package @​commitlint/cli

v17.4.4

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.4.3

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v17.4.4

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v17.4.3

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

nuxt-community/eslint-module

v4.0.2

Compare Source

compare changes

🩹 Fixes
📖 Documentation
🏡 Chore
❤️ Contributors

v4.0.1

Compare Source

compare changes

🩹 Fixes
🏡 Chore
❤️ Contributors
nuxt-community/stylelint-module

v5.0.1

Compare Source

compare changes

🩹 Fixes
🏡 Chore
❤️ Contributors
conventional-changelog/commitlint (commitlint)

v17.5.1

Compare Source

Note: Version bump only for package commitlint

v17.5.0

Compare Source

Note: Version bump only for package commitlint

17.4.4 (2023-02-17)

Note: Version bump only for package commitlint

17.4.3 (2023-02-13)

Note: Version bump only for package commitlint

17.4.2 (2023-01-12)

Note: Version bump only for package commitlint

17.4.1 (2023-01-09)

Note: Version bump only for package commitlint

v17.4.4

Compare Source

Note: Version bump only for package commitlint

v17.4.3

Compare Source

Note: Version bump only for package commitlint

zloirock/core-js

v3.29.1

Compare Source

v3.29.0

Compare Source

  • Added URLSearchParams.prototype.size getter, url/734
  • Allowed cloning resizable ArrayBuffers in the structuredClone polyfill
  • Fixed wrong export in /(stable|actual|full)/instance/unshift entries, #​1207
  • Compat data improvements:
    • Set methods proposal marked as supported from Bun 0.5.7
    • String.prototype.toWellFormed marked as fixed from Bun 0.5.7
    • Added Deno 1.31 compat data mapping

v3.28.0

Compare Source

3.28.0 - 2023.02.14
TehShrike/deepmerge

v4.3.1

Compare Source

  • Fix type definition for arrayMerge options. #​239
eslint/eslint

v8.37.0

Compare Source

Features

Bug Fixes

  • 619f3fd fix: correctly handle null default config in RuleTester (#​17023) (Brad Zacher)
  • 1fbf118 fix: getFirstToken/getLastToken on comment-only node (#​16889) (Francesco Trotta)
  • 129e252 fix: Fix typo in logical-assignment-operators rule description (#​17000) (Francesco Trotta)

Documentation

Chores

v8.36.0

Compare Source

Features

Bug Fixes

  • 92c1943 fix: correctly iterate files matched by glob patterns (#​16831) (Nitin Kumar)

Documentation

  • b98fdd4 docs: Update README (GitHub Actions Bot)
  • caf08ce docs: fix estree link in custom formatters docs (#​16967) (Milos Djermanovic)
  • 3398431 docs: Custom Parsers cleanup/expansion (#​16887) (Ben Perlmutter)
  • 19d3531 docs: Update README (GitHub Actions Bot)
  • b09a512 docs: detect and fix broken links (#​16837) (Nitin Kumar)

Chores

v8.35.0

Compare Source

Features

  • 8e34a04 feat: add afterHashbangComment option to lines-around-comment rule (#​16920) (SUZUKI Sosuke)
  • c8c0c71 feat: Move all and recommended configs into package. (#​16844) (Nicholas C. Zakas)
  • 71f6f0d feat: report more cases with ?? in no-constant-binary-expression (#​16826) (Daiki Nishikawa)

Bug Fixes

Documentation

Chores

SonarSource/eslint-plugin-sonarjs

v0.19.0

Compare Source

What's Changed

Full Changelog: SonarSource/eslint-plugin-sonarjs@0.18.0...0.19.0

jsdom/jsdom

v21.1.1

Compare Source

  • Fixed jsdom.reconfigure() to also adjust the URL as seen by the history API, so that e.g. history.replaceState(null, "") would not mess up the URL. (jdufresne)
  • Fixed location.hash = "" to leave any # in location.href.
  • Fixes a few bugs with CSS parsing by replacing cssom with rweb-cssom, since the latter is maintained. (seanparmelee)
okonet/lint-staged

v13.2.0

Compare Source

Bug Fixes
  • dependencies: replace colorette with chalk for better color support detection (f598725)
  • use index-based stash references for improved MSYS2 compatibility (#​1270) (60fcd99)
Features

v13.1.4

Compare Source

v13.1.3

Compare Source

v13.1.2

Compare Source

Bug Fixes
nodejs/node

v16.19.1: 2023-02-16, Version 16.19.1 'Gallium' (LTS), @​richardlau

Compare Source

This is a security release.

Notable Changes

The following CVEs are fixed in this release:

  • CVE-2023-23918: Node.js Permissions policies can be bypassed via process.mainModule (High)
  • CVE-2023-23919: Node.js OpenSSL error handling issues in nodejs crypto library (Medium)
  • CVE-2023-23920: Node.js insecure loading of ICU data through ICU_DATA environment variable (Low)

Fixed by an update to undici:

More detailed information on each of the vulnerabilities can be found in February 2023 Security Releases blog post.

This security release includes OpenSSL security updates as outlined in the recent
OpenSSL security advisory.

Commits
nuxt/nuxt

v2.16.3

Compare Source

2.16.3 is a patch release with bug fixes.

👉 Changelog

compare changes

🩹 Fixes
  • types: Add return type for error() (#​19044)
  • types: Bring types from less into namespace (#​19738)
  • types: Sync vue type augmentations with Vue 2.7 (#​19526)
  • config: Move preset to inner postcssOptions (#​19518)
  • webpack: Add node-fetch-native to externals list (#​19755)
🏡 Chore
  • Release all packages with latest tag except nuxt (4e9dcddcb)
  • examples: Use 2.x version of nuxt instead of latest (#​19737)
  • Lint package files (6ca842e36)
❤️ Contributors

v2.16.2

Compare Source

2.16.2 is a patch release with bug fixes.

✨ Highlights

The main change in this patch release is that we now patch the crypto node built-in during build to allow Nuxt 2 to be used on Node versions greater than Node 16, which should ease the pressure users feel after Node 16 reaches its own EOL this year.

Warning
This should not be taken for an endorsement of continuing to run with Webpack 4, which is out of date and has a number of dependencies with issues. I expect that number to continue to grow, and we will not be able to resolve all of them. I would strongly urge migrating to Nuxt 3 if possible and the team will do our best to make this possible over the course of the year ❤️

👉 Changelog

compare changes

🚀 Enhancements
  • types: Add basic types for Nuxt interface (#​9772)
🩹 Fixes
  • vue-renderer: Insert charset before title (#​18998)
  • types: Remove non-existent properties from context (#​19021)
  • Add minimum node 14.18 version constraint (#​19112)
  • config: Upgrade md4 -> md5 on node > 16 (#​19108)
  • vue-app: Handle promise rejection from asyncData (#​18585)
🏡 Chore
❤️ Contributors

v2.16.1

Compare Source

Nuxt 2.16.1 is a patch release with a couple of small bugfixes to last week's 2.16.0 release.

v2.16.0...v2.16.1

🩹 Fixes
  • deps: Downgrade @types packages depending on webpack 5 (#​18827)
  • config: Let webpack merge postcss plugins (#​18839)
  • types: Import Location from vue-router (#​18908)
🏡 Chore
  • Tag 2.x releases appropriately (aba93e9)
  • Revert node types to v16 (3d034a3)
  • Remove stub type definitions (daed62a)
❤️ Contributors
Microsoft/playwright

v1.32.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/21832 - [BUG] Trace is not opening on specific broken locatorhttps://github.com/microsoft/playwright/issues/218977 - [BUG] --ui fails to open with error reading mainFrame from an undefined this._pahttps://github.com/microsoft/playwright/issues/21918918 - [BUG]: UI mode, skipped tests not being fohttps://github.com/microsoft/playwright/issues/219411941 - [BUG] UI mode does not show webServer startup erhttps://github.com/microsoft/playwright/issues/2195321953 - [BUG] Parameterized tests are not displayed in the UI mode

Browser Versions

  • Chromium 112.0.5615.29
  • Mozilla Firefox 111.0
  • WebKit 16.4

This version was also tested against the following stable channels:

  • Google Chrome 111
  • Microsoft Edge 111

v1.32.0

Compare Source

📣 Introducing UI Mode (preview)

Playwright v1.32 updates

New UI Mode lets you explore, run and debug tests. Comes with a built-in watch mode.

Playwright UI Mode

Engage with a new flag --ui:

npx playwright test --ui

New APIs


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.

@renovate renovate bot changed the title chore(deps): update devdependency webpack-bundle-analyzer to v4.8.0 chore(deps): update all non-major dependencies Feb 13, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 59f8865 to cae5ca9 Compare February 17, 2023 16:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from b76a00c to 2414483 Compare February 28, 2023 16:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2c99936 to 46e9768 Compare March 2, 2023 22:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 8a4a618 to 8c8ca7e Compare March 14, 2023 16:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 51d34d3 to 3f1949f Compare March 17, 2023 16:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from c866b3e to 9c8ee1d Compare March 25, 2023 11:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d769e5d to c08a009 Compare March 28, 2023 17:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c08a009 to 398000d Compare March 28, 2023 23:43
@StephanGerbeth StephanGerbeth merged commit 8cb8ebb into main Mar 29, 2023
@StephanGerbeth StephanGerbeth deleted the renovate/all-minor-patch branch March 29, 2023 07:13
@github-actions
Copy link

🎉 This PR is included in version 2.1.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

None yet

1 participant