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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 16, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) ^13.1.0 -> ^13.2.1 age adoption passing confidence
@commitlint/config-conventional (source) ^13.1.0 -> ^13.2.0 age adoption passing confidence
@nuxt/eslint-config ^0.1.1 -> ^0.2.0 age adoption passing confidence
@nuxt/kit 3.7.3 -> 3.7.4 age adoption passing confidence
@nuxt/module-builder 0.5.1 -> 0.5.2 age adoption passing confidence
@nuxt/schema 3.7.3 -> 3.7.4 age adoption passing confidence
@nuxt/test-utils 3.7.3 -> 3.7.4 age adoption passing confidence
@nuxt/webpack-builder 3.7.3 -> 3.7.4 age adoption passing confidence
eslint (source) ^8.49.0 -> ^8.51.0 age adoption passing confidence
husky (source) ^7.0.1 -> ^7.0.4 age adoption passing confidence
less (source) ^4.1.3 -> ^4.2.0 age adoption passing confidence
less-loader ^11.1.2 -> ^11.1.3 age adoption passing confidence
npm (source) >=6.14.14 -> >=6.14.18 age adoption passing confidence
nuxt 3.7.3 -> 3.7.4 age adoption passing confidence
sass ^1.62.1 -> ^1.69.0 age adoption passing confidence
sass-loader ^13.3.1 -> ^13.3.2 age adoption passing confidence
stylus ^0.59.0 -> ^0.60.0 age adoption passing confidence
stylus-loader ^7.1.2 -> ^7.1.3 age adoption passing confidence
typescript (source) ^5.1.3 -> ^5.2.2 age adoption passing confidence
vitest 0.34.4 -> 0.34.6 age adoption passing confidence

Release Notes

nuxt/nuxt (@​nuxt/kit)

v3.7.4

Compare Source

3.7.4 is a regularly scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade

👉 Changelog

compare changes

🩹 Fixes
  • nuxt: Use original escapes/quotes in page re-exports (#​23191)
  • schema: Default devServer host to undefined (#​23206)
  • nuxt: Correct islandsTransform slot regex (#​23226)
  • nuxt: Handle vite preload-helper id with extension (#​23230)
  • nuxt: Load layer middlewares before project middlewares (#​22925)
  • nuxt: Don't incl overridden layer pages as nested children (#​23238)
  • vite: Explicitly set vite manifest path (#​23276)
  • nuxt: Experimental build manifest + client route rules (#​21641)
  • nuxt: Generate empty file when shim is disabled (#​23333)
  • nuxt: Apply right types to modules and their runtime files (#​23240)
  • nuxt: Add import protection for nuxt/* exports (#​23357)
  • nuxt: Detect nested pages with /index segments (#​23404)
  • schema: Ignore pnpm store directory (3510cedc3)
💅 Refactors
  • nuxt: Use built-in consola prompts (#​23205)
  • kit,nuxt,schema: Use consola and improve test dx (#​23302)
📖 Documentation
  • Add documentation on nuxt2 command (#​23211)
  • Clarify nuxi start command usage (#​23215)
  • Close code-block in migration guide (#​23224)
  • Typo on callHook method (#​23231)
  • nuxt: Remove hanging word in modules docs (#​23242)
  • Update latest node.js version to 20.x (#​23252)
  • Add more files to srcDir JSDoc (#​23250)
  • Add steps for contributing to docs locally (#​23270)
  • Add support details and update roadmap (#​21867, #​21893)
  • Add nuxtApp.runWithContext (#​23258)
  • Update 'scheduled' status name (#​23307)
  • Fix links to configuration options (#​23324)
  • Update link to devtools.nuxt.com (#​23350)
  • Add explicit await to clarify sendRedirect is async (#​23345)
  • Remove version from npm links to redirect to latest (#​23371)
  • Add tryUseNuxt to kit context utils list (#​23373)
🏡 Chore
🤖 CI
  • Add lychee link checker (#​23254)
  • Rename linkChecker job to link-checker (#​23319)
  • Don't run link checker on pushes to main (e0ddcfa9e)
❤️ Contributors
nuxt/module-builder (@​nuxt/module-builder)

v0.5.2

Compare Source

compare changes

💅 Refactors
📖 Documentation
🏡 Chore
❤️ Contributors
eslint/eslint (eslint)

v8.51.0

Compare Source

Features

  • 0a9c433 feat: Add --no-warn-ignored CLI option for flat config (#​17569) (Domantas Petrauskas)
  • 977e67e feat: logical-assignment-operators to report expressions with 3 operands (#​17600) (Yosuke Ota)

Bug Fixes

  • f976b2f fix: make rule severity case-sensitive in flat config (#​17619) (Milos Djermanovic)
  • 0edfe36 fix: Ensure crash error messages are not duplicated (#​17584) (Nicholas C. Zakas)
  • dd79abc fix: eslint-disable to be able to parse quoted rule names (#​17612) (Yosuke Ota)
  • d2f6801 fix: Ensure correct code path for && followed by ?? (#​17618) (Nicholas C. Zakas)

Documentation

  • ee5be81 docs: default to sourceType: "module" in rule examples (#​17615) (Francesco Trotta)
  • 1aa26df docs: Add more examples for multiline-ternary (#​17610) (George Ashiotis)
  • 47d0b44 docs: Update README (GitHub Actions Bot)
  • dbf831e docs: use generated og image (#​17601) (Percy Ma)
  • 1866da5 docs: Update README (GitHub Actions Bot)

Chores

v8.50.0

Compare Source

Features

  • 27d5a9e feat: add suggestions to array-callback-return (#​17590) (Tanuj Kanti)
  • f9082ff feat: flat-rule-tester make sure default config always matches (#​17585) (fnx)
  • 83914ad feat: Implement SourceCode#applyInlineConfig() (#​17351) (Nicholas C. Zakas)
  • 22a5582 feat: add rule no-object-constructor, deprecate no-new-object (#​17576) (Francesco Trotta)
  • 85a3d9e feat: allowVoid option in array-callback-return (#​17564) (Tanuj Kanti)

Bug Fixes

  • cc4d26b fix: Ensure deprecated context.parserServices warns (#​17593) (Nicholas C. Zakas)
  • 1ea4cfb fix: Ensure all RuleTester tests all deprecated context methods (#​17587) (Nicholas C. Zakas)
  • aa1b657 fix: wrong suggestion and message in no-misleading-character-class (#​17571) (Yosuke Ota)

Documentation

  • 1800537 docs: Fix and standardize JSX code examples (#​17591) (Francesco Trotta)
  • 48a44a7 docs: Add correct/incorrect tags to prefer-arrow-callback (#​17589) (Francesco Trotta)
  • 20893d4 docs: fix incorrect tag's place (#​17575) (Tanuj Kanti)
  • bd7a71f docs: Update README (GitHub Actions Bot)

Chores

npm/cli (npm)

v6.14.18

Compare Source

6.14.18 (2022-12-21)

DEPENDENCIES

v6.14.17

Compare Source

6.14.17 (2022-04-28)

DEPENDENCIES

v6.14.16

Compare Source

6.14.16 (2022-01-19)

CHORE
DEPENDENCIES

v6.14.15

Compare Source

6.14.15 (2021-08-23)

DEPENDENCIES
sass/dart-sass (sass)

v1.69.0

Compare Source

  • Add a meta.get-mixin() function that returns a mixin as a first-class Sass
    value.

  • Add a meta.apply() mixin that includes a mixin value.

  • Add a meta.module-mixins() function which returns a map from mixin names in
    a module to the first-class mixins that belong to those names.

  • Add a meta.accepts-content() function which returns whether or not a mixin
    value can take a content block.

  • Add support for the relative color syntax from CSS Color 5. This syntax
    cannot be used to create Sass color values. It is always emitted as-is in the
    CSS output.

Dart API
  • Deprecate Deprecation.calcInterp since it was never actually emitted as a
    deprecation.
Embedded Sass
  • Fix a rare race condition where the embedded compiler could freeze when a
    protocol error was immediately followed by another request.

v1.68.0

Compare Source

  • Fix the source spans associated with the abs-percent deprecation.
JS API
  • Non-filesystem importers can now set the nonCanonicalScheme field, which
    declares that one or more URL schemes (without :) will never be used for
    URLs returned by the canonicalize() method.

  • Add a containingUrl field to the canonicalize() and findFileUrl()
    methods of importers, which is set to the canonical URL of the stylesheet that
    contains the current load. For filesystem importers, this is always set; for
    other importers, it's set only if the current load has no URL scheme, or if
    its URL scheme is declared as non-canonical by the importer.

Dart API
  • Add AsyncImporter.isNonCanonicalScheme, which importers (async or sync) can
    use to indicate that a certain URL scheme will never be used for URLs returned
    by the canonicalize() method.

  • Add AsyncImporter.containingUrl, which is set during calls to the
    canonicalize() method to the canonical URL of the stylesheet that contains
    the current load. This is set only if the current load has no URL scheme, or
    if its URL scheme is declared as non-canonical by the importer.

Embedded Sass
  • The CalculationValue.interpolation field is deprecated and will be removed
    in a future version. It will no longer be set by the compiler, and if the host
    sets it it will be treated as equivalent to CalculationValue.string except
    that "(" and ")" will be added to the beginning and end of the string
    values.

  • Properly include TypeScript types in the sass-embedded package.

stylus/stylus (stylus)

v0.60.0

Compare Source

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

vitest-dev/vitest (vitest)

v0.34.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.34.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 62cd525 to f3ac55b Compare August 22, 2021 00:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 277ee5a to c95de30 Compare August 30, 2021 02:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b1e60e4 to 2bc4c77 Compare September 4, 2021 08:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 2ee1612 to a0219a7 Compare September 10, 2021 01:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f450815 to 2696a3d Compare March 16, 2023 22:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2696a3d to b952bed Compare March 24, 2023 22:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b952bed to aeca784 Compare April 17, 2023 13:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aeca784 to 55489ba Compare May 28, 2023 11:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from d27c13f to 8cdb8ff Compare June 14, 2023 01:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6f131bb to 9169a82 Compare June 21, 2023 23:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 87f2a52 to 2b690f6 Compare July 20, 2023 04:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2b690f6 to 49b1b03 Compare July 22, 2023 02:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6c6c196 to 6821e61 Compare August 5, 2023 19:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d19b6d0 to d52bb58 Compare August 10, 2023 00:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1d51dbe to 0e145d6 Compare August 19, 2023 01:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0e145d6 to 4e90d09 Compare August 30, 2023 06:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 73bde9d to 73db97c Compare September 14, 2023 05:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 89c0d65 to 14596b6 Compare October 6, 2023 21:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 14596b6 to 79a9840 Compare October 7, 2023 15:06
@renovate
Copy link
Contributor Author

renovate bot commented Oct 7, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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

0 participants