Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

chore(deps): update other minor updates#454

Merged
bdrhn9 merged 1 commit intomainfrom
renovate/other-minor-updates
Oct 18, 2024
Merged

chore(deps): update other minor updates#454
bdrhn9 merged 1 commit intomainfrom
renovate/other-minor-updates

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) ^2.27.7 -> ^2.27.9 age adoption passing confidence
@slack/web-api (source) ^7.3.4 -> ^7.6.0 age adoption passing confidence
@types/jest (source) ^29.5.12 -> ^29.5.13 age adoption passing confidence
@types/node (source) ^22.5.3 -> ^22.7.6 age adoption passing confidence
eslint (source) ^8.57.0 -> ^8.57.1 age adoption passing confidence
eslint-plugin-import ^2.30.0 -> ^2.31.0 age adoption passing confidence
husky ^9.1.5 -> ^9.1.6 age adoption passing confidence
pnpm (source) 9.9.0 -> 9.12.2 age adoption passing confidence
typescript (source) ^5.5.4 -> ^5.6.3 age adoption passing confidence
viem (source) ^2.21.1 -> ^2.21.29 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.27.9

Compare Source

Patch Changes

v2.27.8

Compare Source

slackapi/node-slack-sdk (@​slack/web-api)

v7.6.0

Compare Source

What's New

We've added support for a new Slack Connect invite automation API: conversations.requestShared.list. Use the list API as well as the approve and deny APIs to automate approval and denial of Slack Connect invites into your Slack workspaces. More details about this feature are available in our Governing Slack Connect invites docs.

Also, the response types for a few APIs were extended with a few new properties. Check out #​2071 for the minor details.

Changelog

59f200a web-api(feat): add support for conversations.requestShared.list API (#​2072)
01d9d2d web-api(feat): minor additions to some admin API response types (#​2071)

v7.5.0

Compare Source

What's Changed

We've released support for AI Assistants & Agents via @slack/web-api:

Full Changelog

571bc3a feat (web-api / types): Add support for assistant.threads.* API (#​2033)

v7.4.0

Compare Source

What's Changed

We've released two new APIs for use via @slack/web-api:

Full Changelog

a3a06ec web-api(feat): add support for conversations.requestShared approve , deny APIs (#​1843)

eslint/eslint (eslint)

v8.57.1

Compare Source

import-js/eslint-plugin-import (eslint-plugin-import)

v2.31.0

Compare Source

Added
Fixed
Changed
typicode/husky (husky)

v9.1.6

Compare Source

pnpm/pnpm (pnpm)

v9.12.2

Compare Source

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

Our Silver Sponsors

microsoft/TypeScript (typescript)

v5.6.3

Compare Source

v5.6.2

Compare Source

wevm/viem (viem)

v2.21.29

Compare Source

Patch Changes

v2.21.28

Compare Source

Patch Changes

v2.21.27

Compare Source

Patch Changes

v2.21.26

Compare Source

Patch Changes

v2.21.25

Compare Source

Patch Changes

v2.21.24

Compare Source

Patch Changes

v2.21.23

Compare Source

Patch Changes

v2.21.22

Compare Source

Patch Changes

v2.21.21

Compare Source

Patch Changes

v2.21.19

Compare Source

Patch Changes

v2.21.18

Compare Source

Patch Changes

v2.21.17

Compare Source

Patch Changes

v2.21.16

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "before 10am on the first day of the month" (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 requested a review from andreogle October 1, 2024 01:23
@renovate renovate Bot force-pushed the renovate/other-minor-updates branch 2 times, most recently from 5d15949 to a905ddf Compare October 3, 2024 04:12
@andreogle andreogle removed their request for review October 3, 2024 10:19
@renovate renovate Bot force-pushed the renovate/other-minor-updates branch 10 times, most recently from d5e6540 to 8851c8d Compare October 9, 2024 22:14
@renovate renovate Bot force-pushed the renovate/other-minor-updates branch 8 times, most recently from 488067e to e95c1c3 Compare October 17, 2024 03:07
@renovate renovate Bot force-pushed the renovate/other-minor-updates branch from e95c1c3 to 35378bd Compare October 18, 2024 02:23
@renovate renovate Bot force-pushed the renovate/other-minor-updates branch from 35378bd to dd8ed56 Compare October 18, 2024 12:41
@bdrhn9 bdrhn9 merged commit c75f717 into main Oct 18, 2024
@bdrhn9 bdrhn9 deleted the renovate/other-minor-updates branch October 18, 2024 12:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant