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

fix(deps): update all non-major dependencies #174

Merged
merged 1 commit into from
Sep 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@simplewebauthn/server (source) ^8.0.1 -> ^8.1.1 age adoption passing confidence
@types/clean-css (source) ^4.2.6 -> ^4.2.7 age adoption passing confidence
@types/cookie-parser (source) ^1.4.3 -> ^1.4.4 age adoption passing confidence
@types/cors (source) ^2.8.13 -> ^2.8.14 age adoption passing confidence
@types/lodash (source) ^4.14.197 -> ^4.14.198 age adoption passing confidence
@types/node (source) ^20.5.7 -> ^20.5.9 age adoption passing confidence
@types/qrcode (source) ^1.5.1 -> ^1.5.2 age adoption passing confidence
@types/ua-parser-js (source) ^0.7.36 -> ^0.7.37 age adoption passing confidence
@types/uuid (source) ^9.0.2 -> ^9.0.3 age adoption passing confidence
@typescript-eslint/eslint-plugin ^6.5.0 -> ^6.6.0 age adoption passing confidence
@typescript-eslint/parser ^6.5.0 -> ^6.6.0 age adoption passing confidence
@vite-pwa/assets-generator ^0.0.8 -> ^0.0.9 age adoption passing confidence
bullmq (source) ^4.8.0 -> ^4.9.0 age adoption passing confidence
express-rate-limit ^6.9.0 -> ^6.11.0 age adoption passing confidence
json-editor-vue ^0.10.6 -> ^0.10.14 age adoption passing confidence
mssql ^9.2.0 -> ^9.3.2 age adoption passing confidence
natural ^6.7.0 -> ^6.7.1 age adoption passing confidence
nodemailer (source) ^6.9.4 -> ^6.9.5 age adoption passing confidence
pnpm (source) 8.7.0 -> 8.7.4 age adoption passing confidence
rate-limit-redis ^3.0.2 -> ^3.1.0 age adoption passing confidence
terser (source) ^5.19.3 -> ^5.19.4 age adoption passing confidence
tsx ^3.12.7 -> ^3.12.8 age adoption passing confidence
unplugin-vue-components ^0.25.1 -> ^0.25.2 age adoption passing confidence
vanilla-jsoneditor ^0.18.2 -> ^0.18.3 age adoption passing confidence
vue-tsc ^1.8.8 -> ^1.8.10 age adoption passing confidence

Release Notes

MasterKale/SimpleWebAuthn (@​simplewebauthn/server)

v8.1.1

Compare Source

Packages
Changes
  • [server] Debug logger output from MetadataService has been disabled
    (#​434)

v8.1.0

Compare Source

Packages
Changes
  • [server] The expectedChallenge argument for verifyRegistrationResponse() and
    verifyAuthenticationResponse() methods now also accept asynchronous methods
    (#​432)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.6.0

Compare Source

Bug Fixes
  • eslint-plugin: [key-spacing] consider properties with parens and comments (#​7525) (7012279)

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.6.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

vite-pwa/assets-generator (@​vite-pwa/assets-generator)

v0.0.9

Compare Source

   🚀 Features
    View changes on GitHub
taskforcesh/bullmq (bullmq)

v4.9.0

Compare Source

Features
express-rate-limit/express-rate-limit (express-rate-limit)

v6.11.0

Compare Source

Added
  • Support for retrieving the current hit count and reset time for a given key
    from a store (See
    #​390).

v6.10.0

Compare Source

Added
  • Support for combined RateLimit header from the
    RateLimit header fields for HTTP standardization draft
    adopted by the IETF. Enable by setting standardHeaders: 'draft-7'
  • New standardHeaders: 'draft-6' option, treated equivalent to
    standardHeaders: true from previous releases. (true and false are still
    supported.)
  • New RateLimit-Policy header added when standardHeaders is set to
    'draft-6', 'draft-7', or true
  • Warning when using deprecated draft_polli_ratelimit_headers option
  • Warning when using deprecated onLimitReached option
  • Warning when totalHits value returned from Store is invalid
cloydlau/json-editor-vue (json-editor-vue)

v0.10.14

Compare Source

No significant changes

    View changes on GitHub

v0.10.13

Compare Source

No significant changes

    View changes on GitHub

v0.10.12

Compare Source

No significant changes

    View changes on GitHub

v0.10.11

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.10.10

Compare Source

No significant changes

    View changes on GitHub

v0.10.9

Compare Source

No significant changes

    View changes on GitHub

v0.10.8

Compare Source

   🐞 Bug Fixes
  • Try fixing 'simple-git-hooks: command not found' in some environment  -  by @​cloydlau (5c029)
    View changes on GitHub

v0.10.7

Compare Source

   🐞 Bug Fixes
  • jsonEditor.value could be undefined under some certain conditions in Vue 2.6 & 2.7  -  by @​cloydlau (10e62)
    View changes on GitHub
tediousjs/node-mssql (mssql)

v9.3.2

Compare Source

[fix] Fix bug with msnodesqlv8 connection strings ((#​1525)[https://github.com/tediousjs/node-mssql/pull/1525](https://github.com/tediousjs/node-mssql/pull/1525)5])

v9.3.1

Compare Source

Revoked - contained breaking changes

v9.3.0

Compare Source

[new] Add AAD connection support to connection strings ((#​1461)[https://github.com/tediousjs/node-mssql/pull/1461](https://github.com/tediousjs/node-mssql/pull/1461)1])

v9.2.1

Compare Source

[fix] Fix bug with msnodesqlv8 connection strings ((#​1525)[https://github.com/tediousjs/node-mssql/pull/1525](https://github.com/tediousjs/node-mssql/pull/1525)5])

NaturalNode/natural (natural)

v6.7.1: FIx http link to Github pages

Compare Source

nodemailer/nodemailer (nodemailer)

v6.9.5

Compare Source

Bug Fixes
  • license: Updated license year (da4744e)
pnpm/pnpm (pnpm)

v8.7.4

Compare Source

Patch Changes

  • Fix a bug causing the pnpm server to hang if a tarball worker was requested while another worker was exiting #​7041.
  • Fixes a regression published with pnpm v8.7.3. Don't hang while reading package.json from the content-addressable store #​7051.
  • Allow create scoped package with preferred version. #​7053
  • Reverting a change shipped in v8.7 that caused issues with the pnpm deploy command and "injected dependencies" #​6943.

Our Gold Sponsors

Our Silver Sponsors

v8.7.3

Compare Source

Patch Changes

  • Fix a bug causing errors to be printed as "Cannot read properties of undefined (reading 'code')" instead of the underlying reason when using the pnpm store server #​7032

Our Gold Sponsors

Our Silver Sponsors

v8.7.2

Compare Source

v8.7.1

Compare Source

Patch Changes

  • Fixed an issue with extracting some old versions of tarballs #​6991.
  • Side-effects cache will now be leveraged when running install in a workspace that uses dedicated lockfiles for each project #​6890.
  • Reduce concurrency in the pnpm -r publish command #​6968.
  • Improved the pnpm update --interactive output by grouping dependencies by type. Additionally, a new column has been added with links to the documentation for outdated packages #​6978.

Our Gold Sponsors

Our Silver Sponsors

wyattjoh/rate-limit-redis (rate-limit-redis)

v3.1.0

Compare Source

Changed
  • Retry the EVALSHA command if it fails the first time.
terser/terser (terser)

v5.19.4

Compare Source

  • Prevent creating very deeply nested ternaries from a long list of if..return
  • Prevent inlining classes into other functions, to avoid constructors being compared.
esbuild-kit/tsx (tsx)

v3.12.8

Compare Source

Bug Fixes
antfu/unplugin-vue-components (unplugin-vue-components)

v0.25.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
josdejong/svelte-jsoneditor (vanilla-jsoneditor)

v0.18.3

Compare Source

vuejs/language-tools (vue-tsc)

v1.8.10

Compare Source

  • feat: added Portuguese integration documentation (#​3535)
  • feat: exposed configFileName for createParsedCommandLineByJson() function (#​3456) - thanks @​qmhc
  • feat: support nested plugins (#​3530) - thanks @​so1ve
  • feat(vscode): add vue.server.runtime setting and support for Bun runtime
  • feat(vscode): add vue.server.path setting for customize server module path
  • fix: correctly hyphen-case props (#​3424) - thanks @​so1ve
  • fix: generic components should respect strictTemplates (#​3487) - thanks @​so1ve
  • fix(vue-component-type-helpers): correctly handle generic components when using ComponentExposed (#​3536) - thanks @​so1ve
Full-time Support by

WebContainer API is here.

Our Platinum Sponsors
The Intuitive Web Framework
The Progressive JavaScript Framework
Our Silver Sponsors

Add you via GitHub Sponsors or Open Collective

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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 4, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from b711926 to 9a29df1 Compare September 6, 2023 12:38
@lukashroch lukashroch merged commit 60c2d79 into master Sep 6, 2023
8 checks passed
@lukashroch lukashroch deleted the renovate/all-minor-patch branch September 6, 2023 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant