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

Update all non-major dependencies #135

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@formkit/vue (source) 1.6.0 -> 1.6.7 age adoption passing confidence dependencies patch
@fortawesome/fontawesome-svg-core (source) 6.5.1 -> 6.6.0 age adoption passing confidence dependencies minor
@fortawesome/free-brands-svg-icons (source) 6.5.1 -> 6.6.0 age adoption passing confidence dependencies minor
@fortawesome/free-regular-svg-icons (source) 6.5.1 -> 6.6.0 age adoption passing confidence dependencies minor
@fortawesome/free-solid-svg-icons (source) 6.5.1 -> 6.6.0 age adoption passing confidence dependencies minor
@fortawesome/vue-fontawesome 3.0.6 -> 3.0.8 age adoption passing confidence dependencies patch
@imengyu/vue3-context-menu 1.3.9 -> 1.4.2 age adoption passing confidence dependencies minor
@vitejs/plugin-vue (source) 5.0.4 -> 5.1.4 age adoption passing confidence devDependencies minor
body-parser 1.20.2 -> 1.20.3 age adoption passing confidence dependencies patch
cookie ^0.5.0 -> ^0.7.0 age adoption passing confidence dependencies minor
csv-parse (source) 5.5.5 -> 5.5.6 age adoption passing confidence dependencies patch
csv-stringify (source) 6.4.6 -> 6.5.1 age adoption passing confidence dependencies minor
eslint-plugin-import 2.29.1 -> 2.31.0 age adoption passing confidence devDependencies minor
eslint-plugin-vue (source) 9.24.0 -> 9.28.0 age adoption passing confidence devDependencies minor
express (source) 4.19.2 -> 4.21.1 age adoption passing confidence dependencies minor
mathieudutour/github-tag-action v6.1 -> v6.2 age adoption passing confidence action minor
mongoose (source) 7.6.10 -> 7.8.2 age adoption passing confidence dependencies minor
otpauth 9.2.2 -> 9.3.4 age adoption passing confidence dependencies minor
pinia 2.1.7 -> 2.2.4 age adoption passing confidence dependencies minor
qrcode.vue (source) 3.4.1 -> 3.5.0 age adoption passing confidence dependencies minor
sass 1.72.0 -> 1.79.4 age adoption passing confidence dependencies minor
semver ~7.5.2 -> ~7.6.0 age adoption passing confidence pnpm.overrides minor
socks ~2.7.3 -> ~2.8.0 age adoption passing confidence pnpm.overrides minor
vite (source) 5.2.6 -> 5.4.8 age adoption passing confidence devDependencies minor
vue (source) 3.4.21 -> 3.5.11 age adoption passing confidence dependencies minor
vue-router 4.3.0 -> 4.4.5 age adoption passing confidence dependencies minor

Release Notes

formkit/formkit (@​formkit/vue)

v1.6.7

Compare Source

🐛 Bug Fixes
  • Fixes compatibility with Vue 3.5.6 (#​1501)
  • Indicates compatibility with new v4 nuxt (#​1418)
  • Fixes casing for the type prop of datetime-local input (#​1486)
  • Keeps placeholder for null or undefined as well (#​1474)
💪 New features
  • New validation rules date_before_or_equal, date_after_or_equal, date_before_node, date_after_node

v1.6.6

Compare Source

🐛 Bug fixes
  • Fixes a bug that caused cleanup issues in Vue 3.5+ (#​1496).

v1.6.5

Compare Source

🐛 Bug fixes
  • Fixes a bug that causes the data-invalid attribute to not be removed when conditionally removing validation rules (#​1384).

v1.6.4

Compare Source

🐛 Bug fixes
  • Fixes a bug with validation rule observers that caused rules with external dependencies to stop firing when placed in a certain sequence (#​1371).
  • Fixes a bug that caused inputs with no validation rules to receive the data-invalid attribute on reset (regression in 1.6.3) (#​1376)

v1.6.3

Compare Source

💪 New Features

  • New clear on submit option for local storage
  • New context.state.passing property indicates whether or not a given input is passing all its validation rules.

🐛 Bug fixes

  • Fixes auto animate plugin for FormKit components (#​1354).
  • On multi-step inputs beforeStepChange is no longer called when the step cannot be advanced (#​1191).
  • Quickly typing into an input no longer causes an invalid state flicker (#​1324).

v1.6.2

Compare Source

🐛 Bug fixes
  • Widens unocss compatibility for the @formkit/themes package (#​1281).
  • Small German translation fix (#​1293).
  • Adds additional dependencies to the create-app cli command (#​1233).

v1.6.1

Compare Source

💪 New features
  • Adds new experimental (not documented) configuration option mergeStrategy to allow syncing between two nodes of the same name inside the same parent.
  • Improves tree shaking of @formkit/inputs package.
🐛 Bug fixes
  • Fixes FormKit’s monorepo builds script on windows environments (#​1270).
  • Floating label now works as a naked attribute.
  • Fixes a bug that could cause the floating label to interfere with Transition components.
  • Fixes a bug in findSection that did not properly return values from conditional branches.
FortAwesome/Font-Awesome (@​fortawesome/fontawesome-svg-core)

v6.6.0

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.5.2

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

FortAwesome/vue-fontawesome (@​fortawesome/vue-fontawesome)

v3.0.8

Compare Source

Changed
  • Updated package-lock.json to help fix faililng tests

v3.0.7

Compare Source

Changed
  • Updated nodejs version in .tool-versions
  • Updated Jest configuration for local testing
  • Removed an unused import in FontAwesomeLayers.test.js
  • Updated node-versions in ci.yml
  • Added additional exports in index.d.ts
  • Updated README.md for new Font Awesome Doc link

imengyu/vue3-context-menu (@​imengyu/vue3-context-menu)

v1.4.2

Compare Source

v1.4.1

Compare Source

v1.4.0

Compare Source

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

v5.1.4

v5.1.3

v5.1.2

v5.1.1

  • fix(plugin-vue): clear script cache if recall (f5eb5ac), closes #​431

v5.1.0

v5.0.5

expressjs/body-parser (body-parser)

v1.20.3

Compare Source

===================

  • deps: qs@6.13.0
  • add depth option to customize the depth level in the parser
  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
jshttp/cookie (cookie)

v0.7.2

Compare Source

v0.7.1: 0.7.1

Compare Source

Fixed

  • Allow leading dot for domain (#​174)
    • Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
  • Add fast path for serialize without options, use obj.hasOwnProperty when parsing (#​172)

v0.7.0: 0.7.0

Compare Source

v0.6.0

Compare Source

==================

  • Add partitioned option
adaltas/node-csv (csv-parse)

v5.5.6

Compare Source

Bug Fixes
adaltas/node-csv (csv-stringify)

v6.5.1

Compare Source

Note: Version bump only for package csv-stringify

v6.5.0

Compare Source

Features
import-js/eslint-plugin-import (eslint-plugin-import)

v2.31.0

Compare Source

Added
Fixed
Changed

v2.30.0

Compare Source

Added
Fixed
Changed
  • [Docs] no-extraneous-dependencies: Make glob pattern description more explicit ([#​2944], thanks [@​mulztob])
  • [no-unused-modules]: add console message to help debug [#​2866]
  • [Refactor] ExportMap: make procedures static instead of monkeypatching exportmap ([#​2982], thanks [@​soryy708])
  • [Refactor] ExportMap: separate ExportMap instance from its builder logic ([#​2985], thanks [@​soryy708])
  • [Docs] order: Add a quick note on how unbound imports and --fix ([#​2640], thanks [@​minervabot])
  • [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) ([#​2987], thanks [@​joeyguerra])
  • [actions] migrate OSX tests to GHA ([ljharb#37], thanks [@​aks-])
  • [Refactor] exportMapBuilder: avoid hoisting ([#​2989], thanks [@​soryy708])
  • [Refactor] ExportMap: extract "builder" logic to separate files ([#​2991], thanks [@​soryy708])
  • [Docs] [order]: update the description of the pathGroupsExcludedImportTypes option ([#​3036], thanks [@​liby])
  • [readme] Clarify how to install the plugin ([#​2993], thanks [@​jwbth])
vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.28.0

Compare Source

v9.27.0

Compare Source

v9.26.0

Compare Source

v9.25.0

Compare Source

v9.24.1

Compare Source

expressjs/express (express)

v4.21.1

Compare Source

v4.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

v4.20.0

Compare Source

==========

  • deps: serve-static@0.16.0
    • Remove link renderization in html while redirecting
  • deps: send@0.19.0
    • Remove link renderization in html while redirecting
  • deps: body-parser@0.6.0
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: path-to-regexp@0.1.10
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie
mathieudutour/github-tag-action (mathieudutour/github-tag-action)

v6.2

Compare Source

Automattic/mongoose (mongoose)

v7.8.2

Compare Source

==================

  • fix(projection): avoid setting projection to unknown exclusive/inclusive if elemMatch on a Date, ObjectId, etc. #​14894 #​14893

v7.8.1

Compare Source

==================

  • fix(query): handle casting $switch in $expr #​14761
  • docs(mongoose): remove out-of-date callback-based example for mongoose.connect() #​14811 #​14810

v7.8.0

Compare Source

v7.7.0

Compare Source

v7.6.13

Compare Source

v7.6.12

Compare Source

===================

v7.6.11

Compare Source

===================

  • fix(populate): avoid match function filtering out null values in populate result #​14518
  • fix(schema): support setting discriminator options in Schema.prototype.discriminator() #​14493 #​14448
  • fix(schema): deduplicate idGetter so creating multiple models with same schema doesn't result in multiple id getters #​14492 #​14457
hectorm/otpauth (otpauth)

v9.3.4

Compare Source

What's Changed

Full Changelog: hectorm/otpauth@v9.3.3...v9.3.4

v9.3.3

Compare Source

What's Changed

Full Changelog: hectorm/otpauth@v9.3.2...v9.3.3

[v9.3.2](https://redirect.github.com/hectorm/otpauth


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from fc46663 to e15bc2b Compare March 25, 2024 16:34
@JackBailey JackBailey mentioned this pull request Mar 26, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1f866f4 to 521e351 Compare March 29, 2024 09:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 638240a to 9400440 Compare April 8, 2024 15:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 9544e97 to b848535 Compare April 12, 2024 01:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 2bbbd49 to 7d7f706 Compare May 2, 2024 10:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from c87179f to 5944312 Compare May 11, 2024 02:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3e069cd to 79c4915 Compare May 16, 2024 23:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 79c4915 to 4182076 Compare May 22, 2024 02:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 2d4affa to 1434e53 Compare September 20, 2024 00:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from cb6b897 to aa7f18a Compare September 27, 2024 15:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 3578c54 to 840edc2 Compare October 3, 2024 19:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c3e00ff to 919093d Compare October 8, 2024 19:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 919093d to 02554a8 Compare October 9, 2024 10:28
Copy link

sonarcloud bot commented Oct 9, 2024

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.

0 participants