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 all non-major dependencies #28

Merged
merged 1 commit into from Nov 8, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) 17.1.2 -> 17.2.0 age adoption passing confidence
@commitlint/config-conventional (source) 17.1.0 -> 17.2.0 age adoption passing confidence
@​suger-tdy/eslint-config 1.1.12 -> 1.1.13 age adoption passing confidence
@types/lodash (source) 4.14.186 -> 4.14.188 age adoption passing confidence
@vitejs/plugin-vue (source) 3.1.2 -> 3.2.0 age adoption passing confidence
@vitejs/plugin-vue-jsx (source) 2.0.1 -> 2.1.1 age adoption passing confidence
@vue/test-utils 2.1.0 -> 2.2.1 age adoption passing confidence
cypress 10.10.0 -> 10.11.0 age adoption passing confidence
element-plus (source) 2.2.19 -> 2.2.20 age adoption passing confidence
eslint (source) 8.26.0 -> 8.27.0 age adoption passing confidence
husky (source) 8.0.1 -> 8.0.2 age adoption passing confidence
jsdom 20.0.1 -> 20.0.2 age adoption passing confidence
sass 1.55.0 -> 1.56.0 age adoption passing confidence
unplugin-auto-import 0.11.2 -> 0.11.4 age adoption passing confidence
unplugin-vue-components 0.22.8 -> 0.22.9 age adoption passing confidence
vite (source) 3.1.8 -> 3.2.3 age adoption passing confidence
vitest 0.24.3 -> 0.25.0 age adoption passing confidence
vue-router 4.1.5 -> 4.1.6 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v17.2.0

Compare Source

Features

17.1.2 (2022-08-29)

Note: Version bump only for package @​commitlint/cli

17.1.1 (2022-08-27)

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v17.2.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

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

v3.2.0

Compare Source

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

v2.1.1

Compare Source

v2.1.0

Compare Source

vuejs/test-utils

v2.2.1

Compare Source

What's Changed

Full Changelog: vuejs/test-utils@v2.2.0...v2.2.1

v2.2.0

Compare Source

What's Changed

Features
Fixes
Other

New Contributors

Full Changelog: vuejs/test-utils@v2.1.0...v2.2.0

cypress-io/cypress

v10.11.0

Compare Source

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

element-plus/element-plus

v2.2.20

Compare Source

2.2.20

2022-11-06

Features
Bug fixes
Refactors
eslint/eslint

v8.27.0

Compare Source

Features

  • f14587c feat: new no-new-native-nonconstructor rule (#​16368) (Sosuke Suzuki)
  • 978799b feat: add new rule no-empty-static-block (#​16325) (Sosuke Suzuki)
  • 69216ee feat: no-empty suggest to add comment in empty BlockStatement (#​16470) (Nitin Kumar)
  • 319f0a5 feat: use context.languageOptions.ecmaVersion in core rules (#​16458) (Milos Djermanovic)

Bug Fixes

  • c3ce521 fix: Ensure unmatched glob patterns throw an error (#​16462) (Nicholas C. Zakas)
  • 886a038 fix: handle files with unspecified path in getRulesMetaForResults (#​16437) (Francesco Trotta)

Documentation

  • ce93b42 docs: Stylelint property-no-unknown (#​16497) (Nick Schonning)
  • d2cecb4 docs: Stylelint declaration-block-no-shorthand-property-overrides (#​16498) (Nick Schonning)
  • 0a92805 docs: stylelint color-hex-case (#​16496) (Nick Schonning)
  • 74a5af4 docs: fix stylelint error (#​16491) (Milos Djermanovic)
  • 324db1a docs: explicit stylelint color related rules (#​16465) (Nick Schonning)
  • 94dc4f1 docs: use Stylelint for HTML files (#​16468) (Nick Schonning)
  • cc6128d docs: enable stylelint declaration-block-no-duplicate-properties (#​16466) (Nick Schonning)
  • d03a8bf docs: Add heading to justification explanation (#​16430) (Maritaria)
  • 8a15968 docs: add Stylelint configuration and cleanup (#​16379) (Nick Schonning)
  • 9b0a469 docs: note commit messages don't support scope (#​16435) (Andy Edwards)
  • 1581405 docs: improve context.getScope() docs (#​16417) (Ben Perlmutter)
  • b797149 docs: update formatters template (#​16454) (Milos Djermanovic)
  • 5ac4de9 docs: fix link to formatters on the Core Concepts page (#​16455) (Vladislav)
  • 33313ef docs: core-concepts: fix link to semi rule (#​16453) (coderaiser)
typicode/husky

v8.0.2

Compare Source

  • docs: remove deprecated npm set-script
jsdom/jsdom

v20.0.2

Compare Source

  • Fixed xhr.abort() to no longer give an exception when the constructed XMLHttpRequest was invalid. (whamtet)
  • Fixed event.getModifierState() on MouseEvent and KeyboardEvent instances to properly consult the ctrlKey, altKey, metaKey, and shiftKey properties of the event. (juzerzarif)
  • Fixed custom element creation to not be affected by any modifications to the window.customElements property. (bicknellr)
sass/dart-sass

v1.56.0

Compare Source

  • Potentially breaking change: To match the CSS spec, SassScript expressions
    beginning with not or ( are no longer supported at the beginning of
    parenthesized sections of media queries. For example,

    @​media (width >= 500px) and (not (grid))

    will now be emitted unchanged, instead of producing

    @​media (width >= 500px) and (false)

    See the Sass website for details.

  • Potentially breaking bug fix: Angle units like rad or turn are now
    properly converted to equivalent deg values for hsl(), hsla(),
    adjust-hue(), color.adjust(), and color.change().

    See the Sass website for
    details.

  • Fix indentation for selectors that span multiple lines in a @media query.

  • Emit a deprecation warning when passing $alpha values with units to
    color.adjust() or color.change(). This will be an error in Dart Sass
    2.0.0.

    See the Sass website for
    details.

  • Emit a deprecation warning when passing a $weight value with no units or
    with units other than % to color.mix(). This will be an error in Dart Sass
    2.0.0.

    See the Sass website for
    details.

  • Emit a deprecation warning when passing $n values with units to list.nth()
    or list.set-nth(). This will be an error in Dart Sass 2.0.0.

    See the Sass website for
    details.

  • Improve existing deprecation warnings to wrap /-as-division suggestions in
    calc() expressions.

  • Properly mark the warning for passing numbers with units to random() as a
    deprecation warning.

  • Fix a bug where @extend could behave unpredicatably when used along with
    meta.load-css() and shared modules that contained no CSS themselves but
    loaded CSS from other modules.

Dart API
  • Emit a deprecation warning when passing a sassIndex with units to
    Value.sassIndexToListIndex(). This will be an error in Dart Sass 2.0.0.
JS API
  • Importer results now validate whether contents is actually a string type.

  • Importer result argument errors are now rendered correctly.

antfu/unplugin-auto-import

v0.11.4

Compare Source

   🚀 Features
    View changes on GitHub

v0.11.3

Compare Source

   🚀 Features
    View changes on GitHub
antfu/unplugin-vue-components

v0.22.9

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vitejs/vite (vite)

v3.2.3

Compare Source

v3.2.2

Compare Source

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

Configuration

📅 Schedule: Branch creation - "after 6pm on sunday" in timezone Asia/Shanghai, 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 force-pushed the renovate/all-minor-patch branch 9 times, most recently from 604f8f6 to 5c628c4 Compare November 6, 2022 07:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9adca57 to 619e5d9 Compare November 7, 2022 16:37
@tangdaoyuan tangdaoyuan merged commit 8d830fc into master Nov 8, 2022
@renovate renovate bot deleted the renovate/all-minor-patch branch November 8, 2022 09:57
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.

None yet

1 participant