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 devdependencies #2688

Merged
merged 1 commit into from
Feb 26, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint-types/jsdoc (source) ~48.0.6 -> ~48.2.0 age adoption passing confidence
@types/node (source) ~20.11.19 -> ~20.11.20 age adoption passing confidence
@types/semver (source) ~7.5.7 -> ~7.5.8 age adoption passing confidence
@vueuse/core (source) ~10.7.2 -> ~10.8.0 age adoption passing confidence
cypress (source) ~13.6.4 -> ~13.6.6 age adoption passing confidence
eslint (source) ~8.56.0 -> ~8.57.0 age adoption passing confidence
eslint-plugin-jsdoc ~48.1.0 -> ~48.2.0 age adoption passing confidence
sanitize-html ~2.11.0 -> ~2.12.1 age adoption passing confidence
vite (source) ~5.1.3 -> ~5.1.4 age adoption passing confidence
vue (source) ~3.4.19 -> ~3.4.20 age adoption passing confidence

Release Notes

vueuse/vueuse (@​vueuse/core)

v10.8.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
cypress-io/cypress (cypress)

v13.6.6

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-6

v13.6.5

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-5

eslint/eslint (eslint)

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v48.2.0

Compare Source

Features
  • check-param-names: Add disableMissingParamChecks option (#​1206) (ba642e4)
apostrophecms/sanitize-html (sanitize-html)

v2.12.1

Compare Source

  • Do not parse sourcemaps in post-css. This fixes a vulnerability in which information about the existence or non-existence of files on a server could be disclosed via properly crafted HTML input when the style attribute is allowed by the configuration. Thanks to the Snyk Security team for the disclosure and to Dylan Armstrong for the fix.

v2.12.0

Compare Source

  • Introduced the allowedEmptyAttributes option, enabling explicit specification of empty string values for select attributes, with the default attribute set to alt. Thanks to Na for the contribution.

  • Clarified the use of SVGs with a new test and changes to documentation. Thanks to Gauav Kumar for the contribution.

  • Do not process source maps when processing style tags with PostCSS.

vitejs/vite (vite)

v5.1.4

Compare Source

vuejs/core (vue)

v3.4.20

Compare Source

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.

@renovate renovate bot requested a review from a team as a code owner February 26, 2024 01:27
@renovate renovate bot added the c: dependencies Pull requests that adds/updates a dependency label Feb 26, 2024
Copy link

codecov bot commented Feb 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.57%. Comparing base (1f73f49) to head (f2f0833).

Additional details and impacted files
@@           Coverage Diff            @@
##             next    #2688    +/-   ##
========================================
  Coverage   99.57%   99.57%            
========================================
  Files        2815     2815            
  Lines      250304   250304            
  Branches     1082      694   -388     
========================================
+ Hits       249228   249237     +9     
+ Misses       1076     1067     -9     

see 1 file with indirect coverage changes

ST-DDT
ST-DDT previously approved these changes Feb 26, 2024
@ST-DDT ST-DDT requested review from a team February 26, 2024 07:51
@ST-DDT ST-DDT added this to the vAnytime milestone Feb 26, 2024
@Shinigami92
Copy link
Member

Looks like there is only @eslint-types/jsdoc but not @eslint-types/typescript-eslint 🤔

Shinigami92
Shinigami92 previously approved these changes Feb 26, 2024
@ST-DDT
Copy link
Member

ST-DDT commented Feb 26, 2024

Looks like there is only @eslint-types/jsdoc but not @eslint-types/typescript-eslint 🤔

What are we supposed to do with that information?
Is that a problem and for whom? Do we have to wait?

ST-DDT
ST-DDT previously approved these changes Feb 26, 2024
@renovate renovate bot dismissed stale reviews from ST-DDT and Shinigami92 via f2f0833 February 26, 2024 08:10
@Shinigami92
Copy link
Member

Shinigami92 commented Feb 26, 2024

Maybe we don't specially to wait, maybe it is more an npm cache registry issue and I was too fast with the rebase.
I just wanted to align the 7.0.2 typescript-eslint package.

Or I question where the update for that @eslint-types/typescript-eslint lands, if not here 🤔

... 😲 ohh... it is because it is a major update!

@ST-DDT
Copy link
Member

ST-DDT commented Feb 26, 2024

... 😲 ohh... it is because it is a major update!

And we havent told renovate to do them, did we?

Maybe we should turn that on for all dependencies?

@Shinigami92 Shinigami92 merged commit 4b0bb49 into next Feb 26, 2024
16 checks passed
@Shinigami92 Shinigami92 deleted the renovate/devdependencies branch February 26, 2024 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: dependencies Pull requests that adds/updates a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants