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

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 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ~3.2.2 -> ~3.7.3 age adoption passing confidence
@types/lodash (source) ^4.17.9 -> ^4.17.10 age adoption passing confidence
awesome-phonenumber ^7.1.0 -> ^7.2.0 age adoption passing confidence
awilix ^11.0.0 -> ^11.0.4 age adoption passing confidence
bullmq (source) ^5.14.0 -> ^5.15.0 age adoption passing confidence
cookie ^0.6.0 -> ^0.7.1 age adoption passing confidence
eslint (source) ^9.11.1 -> ^9.12.0 age adoption passing confidence
express-rate-limit ^7.4.0 -> ^7.4.1 age adoption passing confidence
pinia-plugin-persistedstate (source) ^4.0.2 -> ^4.1.1 age adoption passing confidence
pnpm (source) 9.9.0 -> 9.12.0 age adoption passing confidence
puppeteer (source) ^23.4.1 -> ^23.5.0 age adoption passing confidence
sequelize (source) ^6.37.3 -> ^6.37.4 age adoption passing confidence
vitest (source) ^2.1.1 -> ^2.1.2 age adoption passing confidence
winston ^3.14.2 -> ^3.15.0 age adoption passing confidence

Release Notes

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

v3.7.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.7.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • Disable antfu/no-top-level-await for markdown snippets  -  by @​antfu (a984c)
    View changes on GitHub

v3.7.1

Compare Source

   🚀 Features
    View changes on GitHub

v3.7.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • Disable explicit-function-return-type in markdown code  -  by @​antfu (60ffd)
  • Disable ts/explicit-function-return-type in vue files  -  by @​antfu (1788d)
    View changes on GitHub

v3.6.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.6.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.6.0

Compare Source

   🐞 Bug Fixes
  • perfectionist/sort-imports sort types always on top  -  by @​antfu (e2839)
    View changes on GitHub

v3.5.1

Compare Source

No significant changes

    View changes on GitHub

v3.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.4.1

Compare Source

No significant changes

    View changes on GitHub

v3.4.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.3.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.3.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.3.0

Compare Source

   🚀 Features
    View changes on GitHub
grantila/awesome-phonenumber (awesome-phonenumber)

v7.2.0

Compare Source

Features
  • upstream: bumped libphonenumber to 8.13.47 (155e56d)
jeffijoe/awilix (awilix)

v11.0.4

Compare Source

  • Undo all exports changes as it broke downstream consumers

v11.0.3

Compare Source

  • Add lib to exports lists

v11.0.2

Compare Source

  • Add default entry in every export

v11.0.1

Compare Source

  • Add "exports" field to package.json
taskforcesh/bullmq (bullmq)

v5.15.0

Compare Source

Features
jshttp/cookie (cookie)

v0.7.1: 0.7.1

Compare Source

Fixed

  • Allow leading dot for domain (#​174)
    • Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
  • Add fast path for serialize without options, use obj.hasOwnProperty when parsing (#​172)

v0.7.0: 0.7.0

Compare Source

eslint/eslint (eslint)

v9.12.0

Compare Source

Features

Bug Fixes

Documentation

  • ecbd522 docs: Mention code explorer (#​18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#​18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#​18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#​18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#​18944) (Jay)

Chores

express-rate-limit/express-rate-limit (express-rate-limit)

v7.4.1

Compare Source

You can view the changelog here.

prazdevs/pinia-plugin-persistedstate (pinia-plugin-persistedstate)

v4.1.1

Compare Source

compare changes

🩹 Fixes
  • Bump deep-pick-omit to 1.2.1 (fixes falsy value persistence) (7be6b42)
❤️ Contributors

v4.1.0

Compare Source

compare changes

🚀 Enhancements
📖 Documentation
  • Update Nuxt links in README.md (#​340)
🏡 Chore
❤️ Contributors
pnpm/pnpm (pnpm)

v9.12.0: pnpm 9.12

Compare Source

Minor Changes
  • Fix peer dependency resolution dead lock #​8570. This change might change some of the keys in the snapshots field inside pnpm-lock.yaml but it should happen very rarely.

  • pnpm outdated command supports now a --sort-by=name option for sorting outdated dependencies by package name #​8523.

  • Added the ability for overrides to remove dependencies by specifying "-" as the field value #​8572. For example, to remove lodash from the dependencies, use this configuration in package.json:

    {
      "pnpm": {
        "overrides": {
          "lodash": "-"
        }
      }
    }
Patch Changes
  • Fixed an issue where pnpm list --json pkg showed "private": false for a private package #​8519.
  • Packages with libc that differ from pnpm.supportedArchitectures.libc are not downloaded #​7362.
  • Prevent ENOENT errors caused by running store prune in parallel #​8586.
  • Add issues alias to pnpm bugs #​8596.
Platinum Sponsors
Gold Sponsors
Our Silver Sponsors

v9.11.0

Compare Source

v9.10.0: pnpm 9.10

Compare Source

Minor Changes

  • Support for a new CLI flag, --exclude-peers, added to the list and why commands. When --exclude-peers is used, peer dependencies are not printed in the results, but dependencies of peer dependencies are still scanned #​8506.

  • Added a new setting to package.json at pnpm.auditConfig.ignoreGhsas for ignoring vulnerabilities by their GHSA code #​6838.

    For instance:

    {
      "pnpm": {
        "auditConfig": {
          "ignoreGhsas": [
            "GHSA-42xw-2xvc-qx8m",
            "GHSA-4w2v-q235-vp99",
            "GHSA-cph5-m8f7-6c5x",
            "GHSA-vh95-rmgr-6w4m"
          ]
        }
      }
    }

Patch Changes

  • Throw an exception if pnpm switches to the same version of itself.
  • Reduce memory usage during peer dependencies resolution.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

puppeteer/puppeteer (puppeteer)

v23.5.0: puppeteer: v23.5.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 23.4.1 to 23.5.0
sequelize/sequelize (sequelize)

v6.37.4

Compare Source

Bug Fixes
vitest-dev/vitest (vitest)

v2.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
winstonjs/winston (winston)

v3.15.0

Compare Source


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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 25, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 23 times, most recently from 935c810 to d8dedb4 Compare August 31, 2024 22:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 9268e81 to d724af2 Compare September 3, 2024 01:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 21 times, most recently from d89dba5 to 346d4c4 Compare October 2, 2024 16:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 7e7497f to b54333c Compare October 4, 2024 21:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b54333c to 55ff0f9 Compare October 5, 2024 06:55
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.

0 participants