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

Merged
merged 1 commit into from
Sep 28, 2024

Conversation

hywax-assistant
Copy link
Collaborator

@hywax-assistant hywax-assistant commented Aug 15, 2024

This PR contains the following updates:

Package Type Update Change
@antfu/eslint-config devDependencies minor ^2.25.1 -> ^2.27.3
@commitlint/cli (source) devDependencies minor ^19.4.0 -> ^19.5.0
@commitlint/config-conventional (source) devDependencies minor ^19.2.2 -> ^19.5.0
@nuxtjs/color-mode devDependencies minor ^3.4.2 -> ^3.5.1
@nuxtjs/i18n (source) devDependencies minor ^8.3.3 -> ^8.5.5
@types/node (source) devDependencies minor ^20.14.15 -> ^20.16.10
@vite-pwa/nuxt devDependencies minor ^0.9.1 -> ^0.10.5
@vueuse/nuxt (source) dependencies minor ^11.0.0 -> ^11.1.0
changelogen devDependencies patch ^0.5.5 -> ^0.5.7
eslint (source) devDependencies minor ^9.9.0 -> ^9.11.1
husky devDependencies patch ^9.1.4 -> ^9.1.6
lint-staged devDependencies patch ^15.2.9 -> ^15.2.10
node final minor 20.16.0-alpine -> 20.17.0-alpine
node stage minor 20.16.0-alpine -> 20.17.0-alpine
nuxt (source) devDependencies minor ^3.12.4 -> ^3.13.2
typescript (source) devDependencies minor ^5.5.4 -> ^5.6.2
vitepress (source) devDependencies patch ^1.3.2 -> ^1.3.4
vue-tsc (source) devDependencies minor ^2.0.29 -> ^2.1.6
yaml (source) dependencies patch ^2.5.0 -> ^2.5.1

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v2.27.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.27.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.27.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.27.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.26.1

Compare Source

No significant changes

    View changes on GitHub

v2.26.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.25.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
conventional-changelog/commitlint (@​commitlint/cli)

v19.5.0

Compare Source

Features

19.4.1 (2024-08-28)

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

v19.4.1

Compare Source

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

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

v19.5.0

Compare Source

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

19.4.1 (2024-08-28)

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

19.2.2 (2024-04-14)

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

v19.4.1

Compare Source

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

nuxt-modules/color-mode (@​nuxtjs/color-mode)

v3.5.1

Compare Source

compare changes

🩹 Fixes
  • Synchronize Vue 2 & 3 component behaviour (#​285)
📖 Documentation
🏡 Chore
❤️ Contributors

v3.5.0

Compare Source

Features
3.4.4 (2024-08-16)
3.4.3 (2024-08-16)
Bug Fixes
3.4.2 (2024-06-24)
Bug Fixes
3.4.1 (2024-04-26)
Bug Fixes
  • add tilde to css selector for tailwind integration (#​259) (16ae123)

v3.4.4

Compare Source

nuxt-modules/i18n (@​nuxtjs/i18n)

v8.5.5

Compare Source

No significant changes

    View changes on GitHub

v8.5.4

Compare Source

This release removes version checks that prevent usage with Nuxt versions higher than 3.x.

The path resolution for langDir (relative to srcDir) and localeDetector (relative to rootDir) remain unchanged, to ease migration to v9 we recommend configuring experimental.restructureDir which will be enabled and set to i18n by default in the upcoming major release.

   🚀 Features
    View changes on GitHub

v8.5.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v8.5.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v8.5.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v8.5.0

Compare Source

   🚀 Features
    View changes on GitHub

v8.4.0

Compare Source

Configurable directory restructure

You can now enable and configure the directory restructure which will be the default in v9, check out the documentation for more details on the new directory restructure.

Locale iso property rename

In v9 we are changing the locale iso property to language, the old usage will keep on working in v8 but we have added deprecation warnings about this upcoming change, more details on why we're renaming the property can be found here.


   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vite-pwa/nuxt (@​vite-pwa/nuxt)

v0.10.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.10.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.10.3

Compare Source

No significant changes: add git+ prefix to repository url, bump vite pwa to 0.20.3

    View changes on GitHub

v0.10.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.10.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.10.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub
vueuse/vueuse (@​vueuse/nuxt)

v11.1.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v11.0.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v11.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
unjs/changelogen (changelogen)

v0.5.7

Compare Source

compare changes

🩹 Fixes
  • bump: Avoid using + for canary suffix (#​224)
❤️ Contributors

v0.5.6

Compare Source

compare changes

🚀 Enhancements
  • Add option to sign git tags (#​117)
  • git: Support parse git messages that have prefix emoji (#​146)
🩹 Fixes
  • github: Use bearer token (#​180)
  • Handle repo name with multiple segments (#​219)
  • Lowercase scope when filtering (#​199)
💅 Refactors
  • Replace execa with execSync (#​222)
  • Use human readable date for canary versions (#​223)
  • Update execCommand (68127be)
🏡 Chore
❤️ Contributors
eslint/eslint (eslint)

v9.11.1

Compare Source

Bug Fixes

  • 20fd916 fix: add @eslint/core, @types/estree, & @types/json-schema deps (#​18938) (Nitin Kumar)
  • 2738322 fix: add missing types for require-atomic-updates rule (#​18937) (Kristóf Poduszló)
  • d71ff30 fix: add missing types for object-shorthand rule (#​18935) (Kristóf Poduszló)
  • 561cadc fix: add missing types for no-unsafe-negation rule (#​18932) (Kristóf Poduszló)
  • 8843656 fix: add missing types for no-underscore-dangle rule (#​18931) (Kristóf Poduszló)
  • 92cde5c fix: add missing types for no-shadow rule (#​18930) (Kristóf Poduszló)
  • b3cbe11 fix: add missing types for no-sequences rule (#​18929) (Kristóf Poduszló)
  • 976f77f fix: add missing types for no-unused-expressions rule (#​18933) (Kristóf Poduszló)

Documentation

  • 3eff709 docs: replace deprecated Linter.FlatConfig type with Linter.Config (#​18941) (Carlos Meira)

Chores

v9.11.0

Compare Source

Features

  • ec30c73 feat: add "eslint/universal" to export Linter (#​18883) (唯然)
  • c591da6 feat: Add language to types (#​18917) (Nicholas C. Zakas)
  • 492eb8f feat: limit the name given to ImportSpecifier in id-length (#​18861) (Tanuj Kanti)
  • 19c6856 feat: Add no-useless-constructor suggestion (#​18799) (Jordan Thomson)
  • a48f8c2 feat: add type FormatterFunction, update LoadedFormatter (#​18872) (Francesco Trotta)

Bug Fixes

  • 5e5f39b fix: add missing types for no-restricted-exports rule (#​18914) (Kristóf Poduszló)
  • 8f630eb fix: add missing types for no-param-reassign options (#​18906) (Kristóf Poduszló)
  • d715781 fix: add missing types for no-extra-boolean-cast options (#​18902) (Kristóf Poduszló)
  • 2de5742 fix: add missing types for no-misleading-character-class options (#​18905) (Kristóf Poduszló)
  • c153084 fix: add missing types for no-implicit-coercion options (#​18903) (Kristóf Poduszló)
  • fa11b2e fix: add missing types for no-empty-function options (#​18901) (Kristóf Poduszló)
  • a0deed1 fix: add missing types for camelcase options (#​18897) (Kristóf Poduszló)

Documentation

  • e4e5709 docs: correct prefer-object-has-own type definition comment (#​18924) (Nitin Kumar)
  • 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#​18894) (Alix Royere)
  • 59cfc0f docs: clarify resultsMeta in LoadedFormatter type (#​18881) (Milos Djermanovic)
  • adcc50d docs: Update README (GitHub Actions Bot)
  • 4edac1a docs: Update README (GitHub Actions Bot)

Build Related

  • 959d360 build: Support updates to previous major versions (#​18871) (Milos Djermanovic)

Chores

v9.10.0

Compare Source

Features

  • 301b90d feat: Add types (#​18854) (Nicholas C. Zakas)
  • bcf0df5 feat: limit namespace import identifier in id-length rule (#​18849) (ChaedongIm)
  • 45c18e1 feat: add requireFlag option to require-unicode-regexp rule (#​18836) (Brett Zamir)
  • 183b459 feat: add error message for duplicate flags in no-invalid-regexp (#​18837) (Tanuj Kanti)
  • c69b406 feat: report duplicate allowed flags in no-invalid-regexp (#​18754) (Tanuj Kanti)

Documentation

  • bee0e7a docs: update README (#​18865) (Milos Djermanovic)
  • 5d80b59 docs: specify that ruleId can be null in custom formatter docs (#​18857) (Milos Djermanovic)
  • 156b1c3 docs: Update README (GitHub Actions Bot)
  • f6fdef9 docs: Update README (GitHub Actions Bot)
  • a20c870 docs: Update README (GitHub Actions Bot)
  • 90e699b docs: Update README (GitHub Actions Bot)

Chores

v9.9.1

Compare Source

Bug Fixes

  • 9bde90c fix: add logic to handle fixTypes in lintText() (#​18736) (Amaresh S M)

Documentation

Chores

typicode/husky (husky)

v9.1.6

Compare Source

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.5...v9.1.6

v9.1.5

Compare Source

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.4...v9.1.5

lint-staged/lint-staged (lint-staged)

v15.2.10

Compare Source

Patch Changes
nodejs/node (node)

v20.17.0: 2024-08-21, Version 20.17.0 'Iron' (LTS), @​marco-ippolito

Compare Source

module: support require()ing synchronous ESM graphs

This release adds require() support for synchronous ESM graphs under
the flag --experimental-require-module.

If --experimental-require-module is enabled, and the ECMAScript
module being loaded by require() meets the following requirements:

  • Explicitly marked as an ES module with a "type": "module" field in the closest package.json or a .mjs extension.
  • Fully synchronous (contains no top-level await).

require() will load the requested module as an ES Module, and return
the module name space object. In this case it is similar to dynamic
import() but is run synchronously and returns the name space object
directly.

Contributed by Joyee Cheung in #​51977

path: add matchesGlob method

Glob patterns can now be tested against individual paths via the path.matchesGlob(path, pattern) method.

Contributed by Aviv Keller in #​52881

stream: expose DuplexPair API

The function duplexPair returns an array with two items,
each being a Duplex stream connected to the other side:

const [ sideA, sideB ] = duplexPair();

Whatever is written to one stream is made readable on the other. It provides
behavior analogous to a network connection, where the data written by the client
becomes readable by the server, and vice-versa.

Contributed by Austin Wright in #​34111

Other Notable Changes
  • [8e64c02b19] - (SEMVER-MINOR) http: add diagnostics channel http.client.request.error (Kohei Ueno) #​54054
  • [ae30674991] - meta: add jake to collaborators (jakecastelli) #​54004
  • [4a3ecbfc9b] - (SEMVER-MINOR) stream: implement min option for ReadableStreamBYOBReader.read (Mattias Buelens) #​50888
Commits

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Hywax Assistant.

@hywax-assistant hywax-assistant added the dependencies Pull requests that update a dependency file label Aug 15, 2024
@hywax-assistant hywax-assistant force-pushed the renovate/all-minor-patch branch 7 times, most recently from b7d4c60 to 29d3def Compare August 22, 2024 19:00
@hywax-assistant hywax-assistant force-pushed the renovate/all-minor-patch branch 7 times, most recently from 9b3f851 to fe2c26a Compare August 29, 2024 19:00
@hywax-assistant hywax-assistant force-pushed the renovate/all-minor-patch branch 6 times, most recently from 668618e to 9069a58 Compare September 7, 2024 19:00
@hywax-assistant hywax-assistant force-pushed the renovate/all-minor-patch branch 5 times, most recently from 4ec9adc to decf52b Compare September 14, 2024 19:00
@hywax-assistant hywax-assistant force-pushed the renovate/all-minor-patch branch 4 times, most recently from a4d886d to 9a25d80 Compare September 21, 2024 19:00
@hywax-assistant hywax-assistant force-pushed the renovate/all-minor-patch branch 3 times, most recently from 2cc2fdd to e0850e2 Compare September 26, 2024 19:00
@hywax-assistant hywax-assistant merged commit bbcc744 into main Sep 28, 2024
3 checks passed
@hywax-assistant hywax-assistant deleted the renovate/all-minor-patch branch September 28, 2024 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant