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

Merged
merged 1 commit into from
Oct 28, 2022
Merged

chore(deps): update devdependencies #1495

merged 1 commit into from
Oct 28, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ~18.8.4 -> ~18.11.7 age adoption passing confidence
@types/semver (source) ~7.3.12 -> ~7.3.13 age adoption passing confidence
cypress ~10.10.0 -> ~10.11.0 age adoption passing confidence
eslint-plugin-jsdoc ~39.3.23 -> ~39.3.25 age adoption passing confidence
sanitize-html ~2.7.2 -> ~2.7.3 age adoption passing confidence
vite (source) ~3.1.8 -> ~3.2.1 age adoption passing confidence

Release Notes

cypress-io/cypress

v10.11.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#​10-11-0

gajus/eslint-plugin-jsdoc

v39.3.25

Compare Source

Bug Fixes
  • update jsdoccomment and devDep. (94f784f)

v39.3.24

Compare Source

Bug Fixes
  • require-returns-check, require-yields-check: check for undefined/void within union; fixes #​925 (cfbdf8b)
apostrophecms/sanitize-html

v2.7.3

Compare Source

  • If allowedTags is falsy but not exactly false, then do not assume that all tags are allowed. Rather, allow no tags in this case, to be on the safe side. This matches the existing documentation and fixes issue #​176. Thanks to Kedar Chandrayan for the fix.
vitejs/vite

v3.2.1

Compare Source

v3.2.0

Compare Source

Main Changes
Multiple Entries for Library Mode

Library mode now supports multiple entries:

  lib: {
    entry: {
        primary: 'src/index.ts',
        secondary: 'src/secondary.ts'
    },
    formats: ['es', 'cjs']
  }
  // => primary.es.js, primary.cjs.js, secondary.es.js, secondary.cjs.js

Check out the PR #​7047, and the build.lib config docs

build.modulePreload options

Vite now allows filtering and modifying module preload dependencies for each entry and async chunk. experimental.renderBuiltUrl will also get called for preload asset paths. And build.modulePreload.resolveDependencies will be called both for JS dynamic imports preload lists and also for HTML preload lists for chunks imported from entry HTML files. Refer to the PR for more context #​9938 and check out the modulePreload config docs. Note: build.modulePreloadPolyfill is now deprecated, please migrate to build.modulePreload.polyfill.

Include Duplicate Assets in the Manifest

Laravel and other backends integrations will now get entries for every asset file, even if they have been de-duplicated. See #​9928 for more information.

Customizable ErrorOverlay

You can now customize the ErrorOverlay by using css parts. Check out the PR for more details: #​10234.

Features
Bug Fixes
Previous Changelogs
3.2.0-beta.4 (2022-10-24)

See 3.2.0-beta.4 changelog

3.2.0-beta.3 (2022-10-20)

See 3.2.0-beta.3 changelog

3.2.0-beta.2 (2022-10-14)

See 3.2.0-beta.2 changelog

3.2.0-beta.1 (2022-10-10)

See 3.2.0-beta.1 changelog

3.2.0-beta.0 (2022-10-05)

See 3.2.0-beta.0 changelog


Configuration

📅 Schedule: Branch creation - "before 3am 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, click this checkbox.

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 October 28, 2022 19:04
@renovate renovate bot added the c: dependencies Pull requests that adds/updates a dependency label Oct 28, 2022
@codecov
Copy link

codecov bot commented Oct 28, 2022

Codecov Report

Merging #1495 (388d4f4) into next (97ebd29) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             next    #1495   +/-   ##
=======================================
  Coverage   99.63%   99.63%           
=======================================
  Files        2165     2165           
  Lines      237147   237147           
  Branches     1021     1020    -1     
=======================================
  Hits       236285   236285           
  Misses        841      841           
  Partials       21       21           

@ST-DDT ST-DDT merged commit 036b4dd into next Oct 28, 2022
@ST-DDT ST-DDT deleted the renovate/devdependencies branch October 28, 2022 21:06
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
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants