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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 3, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^2.26.0 -> ^2.27.3 age adoption passing confidence
@types/node (source) ^22.4.0 -> ^22.7.5 age adoption passing confidence
@types/nodemailer (source) ^6.4.15 -> ^6.4.16 age adoption passing confidence
@types/pg (source) ^8.11.6 -> ^8.11.10 age adoption passing confidence
@types/ssh2-sftp-client (source) ^9.0.3 -> ^9.0.4 age adoption passing confidence
axios (source) ^1.7.4 -> ^1.7.7 age adoption passing confidence
eslint (source) ^9.9.0 -> ^9.12.0 age adoption passing confidence
execa ^9.3.1 -> ^9.4.0 age adoption passing confidence
form-data ^4.0.0 -> ^4.0.1 age adoption passing confidence
lint-staged ^15.2.9 -> ^15.2.10 age adoption passing confidence
nodemailer (source) ^6.9.14 -> ^6.9.15 age adoption passing confidence
pg (source) ^8.12.0 -> ^8.13.0 age adoption passing confidence
pg-promise ^11.9.1 -> ^11.10.0 age adoption passing confidence
pnpm (source) 9.7.1 -> 9.12.1 age adoption passing confidence
tsup (source) ^8.2.4 -> ^8.3.0 age adoption passing confidence
tsx (source) ^4.17.0 -> ^4.19.1 age adoption passing confidence
winston ^3.14.2 -> ^3.15.0 age adoption passing confidence

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
axios/axios (axios)

v1.7.7

Compare Source

Bug Fixes
  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#​6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#​5731) (364993f)
Contributors to this release

v1.7.6

Compare Source

Bug Fixes
Contributors to this release

v1.7.5

Compare Source

Bug Fixes
  • adapter: fix undefined reference to hasBrowserEnv (#​6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#​6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#​6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#​6533) (550d885)
Contributors to this release
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

v9.11.1

Compare Source

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

v9.9.1

Compare Source

sindresorhus/execa (execa)

v9.4.0

Compare Source

Features

  • We've created a separate package called nano-spawn. It is similar to Execa but with fewer features, for a much smaller package size. More info.

Bug fixes

Documentation

form-data/form-data (form-data)

v4.0.1

Compare Source

Fixes
  • npmignore temporary build files (#​532)
  • move util.isArray to Array.isArray (#​564)
Tests
  • migrate from travis to GHA
lint-staged/lint-staged (lint-staged)

v15.2.10

Compare Source

Patch Changes
nodemailer/nodemailer (nodemailer)

v6.9.15

Compare Source

Bug Fixes
brianc/node-postgres (pg)

v8.13.0

Compare Source

vitaly-t/pg-promise (pg-promise)

v11.10.0

Compare Source

  • All dependencies updated, including the node-postgres driver.
  • DEV dependency pg-query-stream has been moved into peerDependencies.
pnpm/pnpm (pnpm)

v9.12.1: pnpm 9.12.1

Compare Source

Patch Changes

  • pnpm update --latest should not update the automatically installed peer dependencies #​6657.
  • pnpm publish should be able to publish from a local tarball #​7950.
  • The pnpx command should work correctly on Windows, when pnpm is installed via the standalone installation script #​8608.
  • Prevent EBUSY errors caused by creating symlinks in parallel dlx processes #​8604.
  • Fix maximum call stack size exceeded error related to circular workspace dependencies #​8599.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

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


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 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Jul 3, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 58fc7d0 to 497f17e Compare July 10, 2023 18:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 253b97b to 7f7bf92 Compare July 14, 2023 16:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 1f972fc to febc238 Compare July 23, 2023 18:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from a78a59b to 0ce89da Compare August 1, 2023 08:30
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update actions/setup-node action to v3.7.0 Aug 2, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 67acff1 to 5cf329d Compare August 2, 2023 13:34
@renovate renovate bot changed the title chore(deps): update actions/setup-node action to v3.7.0 chore(deps): update all non-major dependencies Aug 2, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5cf329d to f873e26 Compare August 2, 2023 18:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 654c38e to d68fe0b Compare September 6, 2024 21:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d87cb73 to df9ee6c Compare September 14, 2024 01:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from f40f3ea to bd2ec50 Compare September 23, 2024 22:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 7e62503 to 6f53a02 Compare September 27, 2024 18:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 1ce9fd1 to 0b9757c Compare October 8, 2024 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants