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

deps: update all non-major dependencies - autoclosed #3

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@achingbrain/nat-port-mapper 1.0.8 -> 1.0.12 age adoption passing confidence dependencies patch
@​constl/ipa 0.9.3 -> 0.9.16 age adoption passing confidence dependencies patch
@lassi-js/kili ^0.2.3 -> ^0.3.0 age adoption passing confidence dependencies minor
@types/node (source) ^20.8.8 -> ^20.9.0 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin 6.9.0 -> 6.11.0 age adoption passing confidence devDependencies minor
@vitejs/plugin-vue (source) 4.4.0 -> 4.4.1 age adoption passing confidence devDependencies patch
@vue/test-utils 2.4.1 -> 2.4.2 age adoption passing confidence devDependencies patch
crypto-js ^4.1.1 -> ^4.2.0 age adoption passing confidence dependencies minor
electron 27.0.2 -> 27.1.0 age adoption passing confidence devDependencies minor
eslint (source) 8.52.0 -> 8.53.0 age adoption passing confidence devDependencies minor
eslint-plugin-vue (source) 9.18.0 -> 9.18.1 age adoption passing confidence devDependencies patch
happy-dom 12.9.1 -> 12.10.3 age adoption passing confidence devDependencies minor
pnpm/action-setup v2.2.4 -> v2.4.0 age adoption passing confidence action minor
vue (source) 3.3.7 -> 3.3.8 age adoption passing confidence dependencies patch
vue-tsc 1.8.20 -> 1.8.22 age adoption passing confidence devDependencies patch
vuetify (source) ^3.3.23 -> ^3.4.1 age adoption passing confidence dependencies minor

Release Notes

achingbrain/nat-port-mapper (@​achingbrain/nat-port-mapper)

v1.0.12

Compare Source

Dependencies

v1.0.11

Compare Source

Dependencies

v1.0.10

Compare Source

Dependencies

v1.0.9

Compare Source

Bug Fixes
Dependencies
Trivial Changes
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.11.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-function-return-type] support JSX attributes in allowTypedFunctionExpressions (#​7553) (be2777c)
  • eslint-plugin: [no-unnecessary-qualifier] handle nested namespace id (#​7883) (a668f5b)
Features

You can read about our versioning strategy and releases on our website.

v6.10.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unused-vars] handle logical assignment (#​7854) (11e57c5)
  • eslint-plugin: [require-await] add support for "await using" (#​7866) (855abea)
Features
  • eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#​7849) (5e73a48)

You can read about our versioning strategy and releases on our website.

6.9.1 (2023-10-30)

Bug Fixes
  • eslint-plugin: [naming-convention] allow PascalCase for imports (#​7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#​7831) (31988e0)

You can read about our versioning strategy and releases on our website.

v6.9.1

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] allow PascalCase for imports (#​7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#​7831) (31988e0)

You can read about our versioning strategy and releases on our website.

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v4.4.1

vuejs/test-utils (@​vue/test-utils)

v2.4.2

Compare Source

What's Changed

Feat
Fix
Docs
Chore

New Contributors

Full Changelog: vuejs/test-utils@v2.4.1...v2.4.2

brix/crypto-js (crypto-js)

v4.2.0

Compare Source

electron/electron (electron)

v27.1.0: electron v27.1.0

Compare Source

Release Notes for v27.1.0

Features

  • Added keyboardLock to ses.setPermissionRequestHandler(handler). #​40459 (Also in 26, 28)

Fixes

  • Fixed "will-navigate" not being emitted when pressing links in chrome: pages. #​40524 (Also in 28)
  • Fixed a unexpectedly thrown error in some unsupported chrome extensions. #​40513 (Also in 26, 28)

Other Changes

  • Updated Chromium to 118.0.5993.144. #​40522

v27.0.4: electron v27.0.4

Compare Source

Release Notes for v27.0.4

Fixes

  • Fixed an issue where WebViews could sometimes crash on unload. #​40444 (Also in 26, 28)
  • Fixed rendering on Linux due to broken shader cache compilation with driver updates. #​40467

Other Changes

  • Updated Chromium to 118.0.5993.129. #​40417

v27.0.3: electron v27.0.3

Compare Source

Release Notes for v27.0.3

Fixes

Other Changes

  • Updated Chromium to 118.0.5993.120. #​40404
eslint/eslint (eslint)

v8.53.0

Compare Source

Features

  • 528e1c0 feat: Deprecate formatting rules (#​17696) (Nicholas C. Zakas)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#​17677) (Yonathan Randolph)

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation

  • ab8c60d docs: change position of return to top button (#​17688) (Tanuj Kanti)
  • 4fc44c0 docs: update twitter icon to new X icon (#​17687) (Tanuj Kanti)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#​17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#​17657) (Josh Goldberg ✨)

Chores

vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.18.1

Compare Source

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.18.0...v9.18.1

capricorn86/happy-dom (happy-dom)

v12.10.3

Compare Source

👷‍♂️ Patch fixes
  • Fix for week being wrong sometimes as it is not calculated as UTC in HTMLInputElement.valueAsDate(). (#​1144)

Thank you @​IGx89 for your contribution!

v12.10.2

Compare Source

👷‍♂️ Patch fixes
  • Element.cloneNode() should not clone scroll properties. (#​1148)

v12.10.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes wrong callback parameter order of "key" and "value" in FormData.forEach(). (#​1136)

Thank you @​armandabric for your contribution!

v12.10.0

Compare Source

🎨 Features
  • Adds support for Navigator.sendBeacon(). (#​309)
  • Adds support for the property Window.CSSStyleDeclaration. (#​309)

v12.9.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes Node 18.18.2+ support in @happy-dom/global-registrator by not binding classes to the global object. (#​1140)

Thank you @​IGx89 for your contribution!

pnpm/action-setup (pnpm/action-setup)

v2.4.0

Compare Source

Add ability to install standalone binary (https://github.com/pnpm/action-setup/pull/92).

v2.3.0

Compare Source

vuejs/core (vue)

v3.3.8

Compare Source

Bug Fixes
vuejs/language-tools (vue-tsc)

v1.8.22

Compare Source

  • fix: experimentalResolveStyleCssClasses: "always" not working (#​3689) - thanks @​maIIady
  • fix: __VLS_Prettify missing for dts build when uses withDefaults() (#​3691)

v1.8.21

Compare Source

Volar.js 1.10.5 updates:
vuetifyjs/vuetify (vuetify)

v3.4.1

Compare Source

🔧 Bug Fixes

v3.4.0

Compare Source

v3.4.0 (Blackguard)

VBottomSheet, VDataIterator, VDataTable, VDatePicker, VInfiniteScroll, VOtpInput, VSkeletonLoader, and VStepper have been moved from labs.


💪 Support Vuetify Development

Vuetify is an open source MIT project that has been made possible due to the generous contributions by our sponsors and backers. If you are interested in supporting this project, please consider:

📖 Table of Contents

📑 Upgrade guide

  • vuetify/labs imports for the above components should be changed to vuetify/components, or removed entirely if you're using auto-imports.
  • If you were using labs components, read the changelog to see if you need to make any other adjustments.
  • Support for browsers older than two years has been dropped.

💯 Release notes

Since 3.3.23
🚀 Features
🔧 Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.

@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9dbb2a1) 85.36% compared to head (f4d212e) 85.36%.
Report is 19 commits behind head on main.

❗ Current head f4d212e differs from pull request most recent head 5675dc2. Consider uploading reports for the commit 5675dc2 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #3   +/-   ##
=======================================
  Coverage   85.36%   85.36%           
=======================================
  Files           4        4           
  Lines          41       41           
  Branches       14       14           
=======================================
  Hits           35       35           
  Misses          5        5           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 7ba2ed7 to 3e2b46c Compare September 16, 2023 23:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from da5456e to ece273d Compare September 26, 2023 02:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 24fa5bb to 8c297d1 Compare October 3, 2023 11:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from d8677be to ec65cb0 Compare October 10, 2023 08:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from df3fc98 to f4d212e Compare October 16, 2023 08:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from af53c8e to e2ace67 Compare October 26, 2023 16:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 91fd7d9 to 9a77e0d Compare November 1, 2023 21:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from bbed958 to d05225d Compare November 10, 2023 17:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 2a2aba4 to ffb791b Compare November 14, 2023 22:15
@renovate renovate bot changed the title deps: update all non-major dependencies deps: update all non-major dependencies - autoclosed Nov 25, 2023
@renovate renovate bot closed this Nov 25, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch November 25, 2023 09:03
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

0 participants