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

Merged
merged 1 commit into from Sep 20, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 18, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/eslint-parser (source) 7.18.9 -> 7.19.1 age adoption passing confidence
@commitlint/cli (source) 17.0.3 -> 17.1.2 age adoption passing confidence
@commitlint/config-conventional (source) 17.0.3 -> 17.1.0 age adoption passing confidence
commitlint (source) 17.0.3 -> 17.1.2 age adoption passing confidence
core-js 3.24.1 -> 3.25.2 age adoption passing confidence
dynamic-class-list 2.0.1 -> 2.0.2 age adoption passing confidence
eslint (source) 8.22.0 -> 8.23.1 age adoption passing confidence
h3 0.7.15 -> 0.7.21 age adoption passing confidence
listhen 0.2.15 -> 0.3.1 age adoption passing confidence
playwright (source) 1.25.0 -> 1.25.2 age adoption passing confidence
postcss-nesting (source) 10.1.10 -> 10.2.0 age adoption passing confidence
postcss-preset-env (source) 7.8.0 -> 7.8.2 age adoption passing confidence
sort-css-media-queries 2.0.4 -> 2.1.0 age adoption passing confidence
stylelint (source) 14.11.0 -> 14.12.0 age adoption passing confidence
vitest 0.22.1 -> 0.23.4 age adoption passing confidence
webpack-bundle-analyzer 4.6.0 -> 4.6.1 age adoption passing confidence

Release Notes

babel/babel

v7.19.1

Compare Source

🐛 Bug Fix
conventional-changelog/commitlint (@​commitlint/cli)

v17.1.2

Compare Source

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

v17.1.1

Compare Source

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

v17.1.0

Compare Source

Features

17.0.3 (2022-06-25)

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

17.0.2 (2022-06-01)

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

17.0.1 (2022-05-25)

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

v17.1.0

Compare Source

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

17.0.3 (2022-06-25)

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

17.0.2 (2022-06-01)

Bug Fixes
  • update dependency conventional-changelog-conventionalcommits to v5 (#​3201) (c20fd19)
conventional-changelog/commitlint (commitlint)

v17.1.2

Compare Source

Note: Version bump only for package commitlint

v17.1.1

Compare Source

Note: Version bump only for package commitlint

v17.1.0

Compare Source

Note: Version bump only for package commitlint

17.0.3 (2022-06-25)

Note: Version bump only for package commitlint

17.0.2 (2022-06-01)

Note: Version bump only for package commitlint

17.0.1 (2022-05-25)

Note: Version bump only for package commitlint

zloirock/core-js

v3.25.2

Compare Source

  • Considering document.all as a callable in some missed cases
  • Added Safari 16.0 compat data
  • Added iOS Safari 16.0 compat data mapping
  • Fixed some ancient iOS Safari versions compat data mapping

v3.25.1

Compare Source

  • Added some fixes and workarounds of FF30- typed arrays bug that does not properly convert objects to numbers
  • Added sideEffects field to core-js-pure package.json for better tree shaking, #​1117
  • Dropped semver dependency from core-js-compat
    • semver package (ironically) added a breaking change and dropped NodeJS 8 support in the minor 7.1 version, after that semver in core-js-compat was pinned to 7.0 since for avoiding breaking changes it should support NodeJS 8. However, since core-js-compat is usually used with other packages that use semver dependency, it causes multiple duplication of semver in dependencies. So I decided to remove semver dependency and replace it with a couple of simple helpers.
  • Added Bun 0.1.6-0.1.11 compat data
  • Added Deno 1.25 compat data mapping
  • Updated Electron 21 compat data mapping
  • Some stylistic changes, minor fixes, and improvements

v3.25.0

Compare Source

  • Added Object.prototype.__proto__ polyfill
    • It's optional, legacy, and in some cases (mainly because of developers' mistakes) can cause problems, but some libraries depend on it, and most code can't work without the proper libraries' ecosystem
    • Only for modern engines where this feature is missed (like Deno), it's not installed in IE10- since here we have no proper way setting of the prototype
    • Without fixes of early implementations where it's not an accessor since those fixes are impossible
    • Only for the global version
  • Considering document.all as an object in some missed cases, see ECMAScript Annex B 3.6
  • Avoiding unnecessary promise creation and validation result in %WrapForValid(Async)IteratorPrototype%.return, proposal-iterator-helpers/215
  • Fixed omitting the result of proxing .return in %IteratorHelperPrototype%.return, #​1116
  • Fixed the order creation of properties of iteration result object of some iterators (value should be created before done)
  • Fixed some cases of Safari < 13 bug - silent on non-writable array .length setting
  • Fixed ArrayBuffer.length in V8 ~ Chrome 27-
  • Relaxed condition of re-usage native WeakMap for internal states with multiple core-js copies
  • Availability cloning of FileList in the structuredClone polyfill extended to some more old engines versions
  • Some stylistic changes and minor fixes
  • Throwing a TypeError in core-js-compat / core-js-builder in case of passing invalid module names / filters for avoiding unexpected result, related to #​1115
  • Added missed NodeJS 13.2 to esmodules core-js-compat / core-js-builder target
  • Added Electron 21 compat data mapping
  • Added Oculus Browser 23.0 compat data mapping
tusharf5/dynamic-class-list

v2.0.2

Compare Source

  • Added types field to the package.json
eslint/eslint

v8.23.1

Compare Source

Bug Fixes
  • b719893 fix: Upgrade eslintrc to stop redefining plugins (#​16297) (Brandon Mills)
  • 734b54e fix: improve autofix for the prefer-const rule (#​16292) (Nitin Kumar)
  • 6a923ff fix: Ensure that glob patterns are normalized (#​16287) (Nicholas C. Zakas)
  • c6900f8 fix: Ensure globbing doesn't include subdirectories (#​16272) (Nicholas C. Zakas)
Documentation
  • 16cba3f docs: fix mobile double tap issue (#​16293) (Sam Chen)
  • e098b5f docs: keyboard control to search results (#​16222) (Shanmughapriyan S)
  • 1b5b2a7 docs: add Consolas font and prioritize resource loading (#​16225) (Amaresh S M)
  • 1ae8236 docs: copy & use main package version in docs on release (#​16252) (Jugal Thakkar)
  • 279f0af docs: Improve id-denylist documentation (#​16223) (Mert Ciflikli)
Chores

v8.23.0

Compare Source

Features

  • 3e5839e feat: Enable eslint.config.js lookup from CLI (#​16235) (Nicholas C. Zakas)
  • 30b1a2d feat: add allowEmptyCase option to no-fallthrough rule (#​15887) (Amaresh S M)
  • 43f03aa feat: no-warning-comments support comments with decoration (#​16120) (Lachlan Hunt)

Documentation

Chores

unjs/h3

v0.7.21

Compare Source

v0.7.20

Compare Source

🩹 Fixes
  • readBody, readRawBody: Use global symbol (#​174)
  • sendRedirect: Only encode required chars in meta tag (a9b992e)
❤️ Contributors
  • Christopher King
  • Pooya Parsa

v0.7.19

Compare Source

🩹 Fixes
  • Use named type imports from http (#​173)
🏡 Chore
❤️ Contributors
  • Daniel Roe
  • Pooya Parsa

v0.7.18

Compare Source

📦 Build
  • Hotfix for unbuild issue (1564761)
❤️ Contributors
  • Pooya Parsa

v0.7.17

Compare Source

🚀 Enhancements
  • Add H3Event, H3Response and H3Headers (#​119)
🩹 Fixes
  • sendRedirect: Avoid double encoding (04b432c)
🏡 Chore
  • Update deps and use changelogen (2c08445)
  • Update vitest setup (77eded0)
❤️ Contributors
  • Daniel Roe
  • Pooya Parsa
0.7.17 (2022-08-30)
Bug Fixes
  • sendRedirect: always encode location uri (01476ac)
0.7.16 (2022-08-23)
Bug Fixes
0.7.15 (2022-08-10)
Bug Fixes
0.7.14 (2022-08-08)
Features
0.7.13 (2022-08-01)
Features
  • send 204 response if null is returned from handler (#​154) (dbd465f)
  • sendRedirect: add refresh meta fallback for static generated responses (#​153) (606de3b)
0.7.12 (2022-07-21)
Bug Fixes
  • isError: use __h3_error__ class property to detect error (968bfee)
0.7.11 (2022-07-21)
Features
Bug Fixes
  • handleCacheHeaders: add max-age to the final object (#​142) (991d099)
0.7.10 (2022-06-17)
0.7.9 (2022-06-10)
Features
Bug Fixes
0.7.8 (2022-05-04)
Bug Fixes
  • handle typed H3Response (62aebf8)
0.7.7 (2022-05-04)
Bug Fixes
0.7.6 (2022-04-29)
Bug Fixes
0.7.5 (2022-04-27)
Bug Fixes
0.7.4 (2022-04-14)
Bug Fixes
  • handleCacheHeaders: small improvements (4fb9745)
0.7.3 (2022-04-12)
Features
  • router: allow registering multiple methods at once (#​92) (c26bd46)
0.7.2 (2022-04-08)
Features
  • add generic response type support for eventHandler (6fcdc22)
Bug Fixes
0.7.1 (2022-04-07)
Bug Fixes
  • router: compatibility matched params (07930bc)

v0.7.16

Compare Source

unjs/listhen

v0.3.1

Compare Source

v0.3.0

Compare Source

⚠ BREAKING CHANGES
  • certificate and selfsigned options are merged with https
Features
0.2.15 (2022-08-08)
Bug Fixes
  • deps: update get-port please (d0267d8)
0.2.14 (2022-08-08)
Features
  • update ger-port-please with verbose error (8e6f023)
Bug Fixes
0.2.13 (2022-06-15)
Bug Fixes
0.2.12 (2022-06-13)
Features
0.2.11 (2022-04-25)
Bug Fixes
0.2.10 (2022-04-16)
Bug Fixes
  • bundle xdg-open as an async chunk (890a4a9)
0.2.9 (2022-04-15)
Bug Fixes
0.2.8 (2022-04-07)
0.2.7 (2022-04-07)
Bug Fixes
  • update ssl keySize to 2048 (f63967b)
0.2.6 (2022-01-13)
Features
0.2.5 (2021-10-14)
Bug Fixes
0.2.4 (2021-04-13)
Features
  • allow recalling showURL (cd00e79)
0.2.3 (2021-04-05)
Bug Fixes
  • add \n to surrounding of listen message (b4b1300)
0.2.2 (2021-04-05)
Bug Fixes
  • add empty line to listening message (8381c49)
0.2.1 (2021-04-05)
Features
Microsoft/playwright

v1.25.2

Compare Source

Highlights

This patch includes the following bug fixes:

https://github.com/microsoft/playwright/issues/16937 - [REGRESSION]: session storage failing >= 1.25.0 in firefoxhttps://github.com/microsoft/playwright/issues/169555 - Not using channel on config file when Show and Reuse browser is checked

Browser Versions

  • Chromium 105.0.5195.19
  • Mozilla Firefox 103.0
  • WebKit 16.0

This version was also tested against the following stable channels:

  • Google Chrome 104
  • Microsoft Edge 104

v1.25.1

Compare Source

Highlights

This patch includes the following bug fixes:

https://github.com/microsoft/playwright/issues/16319 - [BUG] webServer.command esbuild fails with ESM and Yarnhttps://github.com/microsoft/playwright/issues/164600 - [BUG] Component test fails on 2nd run when SSL is usehttps://github.com/microsoft/playwright/issues/1666565 - [BUG] custom selector engines don't work when running in debug mode

Browser Versions
  • Chromium 105.0.5195.19
  • Mozilla Firefox 103.0
  • WebKit 16.0

This version was also tested against the following stable channels:

  • Google Chrome 104
  • Microsoft Edge 104
csstools/postcss-plugins (postcss-nesting)

v10.2.0

Compare Source

  • Added: TypeScript typings
csstools/postcss-plugins (postcss-preset-env)

v7.8.2

Compare Source

  • Update @csstools/postcss-cascade-layers to 1.1.0 (minor)
  • Update autoprefixer to 10.4.11 (patch)
  • Update postcss-custom-properties to 12.1.9 (patch)
  • Update postcss-nesting to 10.2.0 (minor)

v7.8.1

Compare Source

  • Update cssdb to 7.0.1 (patch)
  • Update @csstools/postcss-cascade-layers to 1.0.6 (patch)
dutchenkoOleg/sort-css-media-queries

v2.1.0

Compare Source

Minor version changes:

  • support "min-width: 0" expression on mobile-first sort
  • npm audit (devDependencies)
stylelint/stylelint

v14.12.0

Compare Source

vitest-dev/vitest

v0.23.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.23.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.23.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.23.0

Compare Source

   🚨 Breaking Changes
   🚀 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, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 6ff641e to 8164e9e Compare September 19, 2022 07:14
@StephanGerbeth StephanGerbeth merged commit 7e8c5f0 into main Sep 20, 2022
@StephanGerbeth StephanGerbeth deleted the renovate/all-minor-patch branch September 20, 2022 07:01
@github-actions
Copy link

🎉 This PR is included in version 2.0.21-beta.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link

🎉 This PR is included in version 2.0.21 🎉

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