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 dependencies (non-major) #53

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ocavue/eslint-config ^2.6.0 -> ^2.9.0 age adoption passing confidence
@types/node (source) ^20.16.2 -> ^20.16.11 age adoption passing confidence
eslint (source) ^9.9.1 -> ^9.12.0 age adoption passing confidence
jsdom ^24.1.3 -> ^25.0.1 age adoption passing confidence
pnpm (source) 9.9.0 -> 9.12.1 age adoption passing confidence
prosemirror-model ^1.22.3 -> ^1.23.0 age adoption passing confidence
prosemirror-transform ^1.10.0 -> ^1.10.1 age adoption passing confidence
prosemirror-view ^1.34.1 -> ^1.34.3 age adoption passing confidence
sugar-high ^0.7.0 -> ^0.7.1 age adoption passing confidence
tsup (source) ^8.2.4 -> ^8.3.0 age adoption passing confidence
typescript (source) ^5.5.4 -> ^5.6.3 age adoption passing confidence
vite (source) ^5.4.2 -> ^5.4.8 age adoption passing confidence
vitest (source) ^2.0.5 -> ^2.1.2 age adoption passing confidence

Release Notes

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

v2.9.0

Compare Source

Features

v2.8.1

Compare Source

Bug Fixes
  • disable @typescript-eslint/no-unnecessary-type-assertion for markdown (#​128) (2475b9d)

v2.8.0

Compare Source

Features
  • enable @typescript-eslint/no-unnecessary-type-assertion (eea1c40)

v2.7.0

Compare Source

Features
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

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

Our Silver Sponsors

prosemirror/prosemirror-model (prosemirror-model)

v1.23.0

Compare Source

New features

The new NodeType.isInGroup method can be used to query group membership.

prosemirror/prosemirror-transform (prosemirror-transform)

v1.10.1

Compare Source

Bug fixes

Fix an issue where a deleteRange heuristic could produce unexpected deletion shapes.

Make Transform.join convert between newlines and line break replacement nodes when necessary.

prosemirror/prosemirror-view (prosemirror-view)

v1.34.3

Compare Source

Bug fixes

Fix an issue that would, during some types of document updates, leave the document DOM in an improper form.

Handle the case where drag-selecting in Firefox creates a selection with multiple distinct ranges.

v1.34.2

Compare Source

Bug fixes

Fix pasting in Chrome with the require-trusted-types-for CSP enabled.

Fix an issue where, for some kinds of IME on Windows, pressing Enter while in a composition would execute the resulting command on the wrong selection, erasing some typed content.

egoist/tsup (tsup)

v8.3.0

Compare Source

Bug Fixes
Features
microsoft/TypeScript (typescript)

v5.6.3

Compare Source

v5.6.2

Compare Source

vitejs/vite (vite)

v5.4.8

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.7

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.6

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.5

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.4

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.3

Compare Source

@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from a95c604 to dfbc119 Compare October 2, 2024 14:01
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from dfbc119 to 450e924 Compare October 2, 2024 22:16
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 450e924 to 28291f6 Compare October 4, 2024 22:42
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 28291f6 to 7676252 Compare October 5, 2024 22:46
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 7676252 to 6629e4f Compare October 6, 2024 07:00
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 6629e4f to 26cc896 Compare October 7, 2024 10:01
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 26cc896 to 188cdd2 Compare October 7, 2024 15:27
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 188cdd2 to 54ac890 Compare October 9, 2024 01:47
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 54ac890 to 756b269 Compare October 10, 2024 09:44
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 756b269 to 74698f4 Compare October 11, 2024 05:36
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 74698f4 to 8c85dc0 Compare October 11, 2024 05:37
@ocavue ocavue merged commit 8a250d9 into master Oct 11, 2024
6 checks passed
@renovate renovate bot deleted the renovate/dependencies-non-major branch October 11, 2024 05:41
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.

1 participant