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 npm dependencies (patch) #143

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

Conversation

alma-renovate-bot[bot]
Copy link
Contributor

@alma-renovate-bot alma-renovate-bot bot commented Sep 23, 2024

This PR contains the following updates:

Package Type Update Change Age Confidence
@formatjs/cli devDependencies patch 6.3.5 -> 6.3.15 age confidence
@octokit/core devDependencies patch 6.1.2 -> 6.1.4 age confidence
@types/node (source) devDependencies patch 22.8.4 -> 22.8.7 age confidence
@types/react (source) dependencies patch 18.3.12 -> 18.3.18 age confidence
@types/react-dom (source) dependencies patch 18.3.1 -> 18.3.5 age confidence
eslint-plugin-prettier devDependencies patch 5.2.1 -> 5.2.3 age confidence
eslint-plugin-react devDependencies patch 7.37.2 -> 7.37.4 age confidence
husky devDependencies patch 9.1.6 -> 9.1.7 age confidence
lint-staged devDependencies patch 15.2.10 -> 15.2.11 age confidence
react-intl (source) dependencies patch 6.8.4 -> 6.8.9 age confidence
react-modal dependencies patch 3.16.1 -> 3.16.3 age confidence
rollup (source) devDependencies patch 4.24.3 -> 4.24.4 age confidence
ts-essentials devDependencies patch 10.0.2 -> 10.0.4 age confidence
ts-jest (source) devDependencies patch 29.2.5 -> 29.2.6 age confidence
typescript (source) devDependencies patch 5.7.2 -> 5.7.3 age confidence

Release Notes

formatjs/formatjs (@​formatjs/cli)

v6.3.15

Compare Source

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

v6.3.14

Compare Source

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

v6.3.13

Compare Source

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

v6.3.12

Compare Source

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

v6.3.11

Compare Source

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

v6.3.10

Compare Source

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

v6.3.9

Compare Source

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

v6.3.8

Compare Source

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

v6.3.7

Compare Source

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

v6.3.6

Compare Source

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

octokit/core.js (@​octokit/core)

v6.1.4

Compare Source

Bug Fixes
  • deps: bump Octokit dependencies vulnerable to ReDos (#​723) (582d8bd)

v6.1.3

Compare Source

Bug Fixes
  • deps: bump Octokit dependencies to fix Deno compat (#​715) (e2b21bb)
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.2.3

Compare Source

Patch Changes

v5.2.2

Compare Source

Patch Changes
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.4

Compare Source

Fixed

v7.37.3

Compare Source

Fixed
Changed
  • [Tests] [jsx-no-script-url]: Improve tests (#​3849 @​radu2147)
  • [Docs] fix broken links: [default-props-match-prop-types], [jsx-boolean-value], [jsx-curly-brace-presence], [jsx-no-bind], [no-array-index-key], [no-is-mounted], [no-render-return-value], [require-default-props] (#​3841 @​bastiendmt)
typicode/husky (husky)

v9.1.7

Compare Source

What's Changed

New Contributors

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

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

v15.2.11

Compare Source

Patch Changes
  • #​1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #​1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.

reactjs/react-modal (react-modal)

v3.16.3

Compare Source

  • a5c0cf4 removing restriction on node engines.

v3.16.2

Compare Source

  • b91c724 updade react and react-dom peer dependencies.
  • a275399 simplify PR template.
  • 588f26b contributing requirements now just need a corresponding issue... on GitHub board
  • 449398d remove discussion note from readme.
  • e4841d6 chore: update shouldCloseOnOverlayClick doc
  • 6724a04 Fix tests
  • 7c1d947 Fix badge
  • 96a81be Comment the ellipsis in code blocks in docs/index.md
  • aff8b91 [added] add nodejs version restriction to package.json
  • 321966e [changed] change Miscellaneous related nodejs version text
  • 8dc2347 [added] add Miscellaneous section to the contributions.md file
  • f9bc6a0 [fixed] strict matching for tabbable nodes
  • e7c4a63 downgrade node version on github action.
  • 1a8f562 running tests on github actions
rollup/rollup (rollup)

v4.24.4

Compare Source

2024-11-04

Bug Fixes
  • Ensure mutations by handlers in Proxy definitions are always respected when tree-shaking (#​5713)
Pull Requests
ts-essentials/ts-essentials (ts-essentials)

v10.0.4

Compare Source

Patch Changes
  • ecb490b: Head<Type> no longer includes an extraneous | undefined when instantiated with a union of empty and
    non-empty tuple, like [] | [1, 2]
  • 859d85c: MarkOptional<Type, Keys> is now assignable to Partial<Type>
  • dda4def: Tail<Type> now works with readonly arrays and also correctly returns the tail for tuples with all optional
    members. Additionally, it now acts as an identity for non-tuple arrays, i.e., it returns Type when Type is a
    non-tuple array, such as string[], number[], etc.
  • d02bf22: Fix MarkRequired<Type, Keys> & MarkWritable<Type, Keys> types when Keys is any
  • d3b56d7: Prettify the output of Mark-* and Merge types

v10.0.3

Compare Source

Patch Changes
  • cc7b838: ReadonlyKeys<Type> and WritableKeys<Type> now return only the readonly and writable keys, respectively,
    for arrays and tuples
  • d6867ea: Prettify<Type> returns the same type when the type parameter is a function
  • bc51ac5: OptionalKeys<Type> returns never for primitives and returns only optional indices for arrays and tuples
  • d0ad79f: Improve Paths performance by limiting the depth of paths to 7 (default)
  • 162fd9d: Add Paths<Type, { anyArrayIndexAccessor: '*' }>, a string literal representing a catch-all or "wildcard"
    when indexing on arrays.
kulshekhar/ts-jest (ts-jest)

v29.2.6

Compare Source

microsoft/TypeScript (typescript)

v5.7.3: TypeScript 5.7.3

Compare Source

For release notes, check out the release announcement.

Downloads are available on npm


Configuration

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

🚦 Automerge: Enabled.

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 has been generated by Renovate Bot.

@alma-renovate-bot alma-renovate-bot bot requested a review from a team September 23, 2024 10:22
@alma-renovate-bot alma-renovate-bot bot changed the title chore(deps): update dependency @types/react to v17.0.82 chore(deps): update npm dependencies (patch) Sep 30, 2024
@alma-renovate-bot alma-renovate-bot bot force-pushed the renovate/patch-npm-dependencies branch 2 times, most recently from 9ecea1b to b68d0cc Compare October 7, 2024 10:18
@alma-renovate-bot alma-renovate-bot bot force-pushed the renovate/patch-npm-dependencies branch from b68d0cc to 80f1f0d Compare October 14, 2024 10:19
Copy link

@alma-renovate-bot alma-renovate-bot bot force-pushed the renovate/patch-npm-dependencies branch 2 times, most recently from 36387f1 to 5000da8 Compare December 2, 2024 10:24
Copy link

sonarqubecloud bot commented Dec 2, 2024

@alma-renovate-bot alma-renovate-bot bot force-pushed the renovate/patch-npm-dependencies branch from 5000da8 to b62b32a Compare January 13, 2025 10:24
@alma-renovate-bot alma-renovate-bot bot force-pushed the renovate/patch-npm-dependencies branch from b62b32a to 9d94e10 Compare February 10, 2025 10:23
@alma-renovate-bot alma-renovate-bot bot force-pushed the renovate/patch-npm-dependencies branch from 9d94e10 to f79e37c Compare February 17, 2025 10:23
@alma-renovate-bot alma-renovate-bot bot force-pushed the renovate/patch-npm-dependencies branch from f79e37c to 24adca8 Compare February 24, 2025 10:20
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.

0 participants