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 gatsby monorepo #37366

Merged
merged 5 commits into from Jan 3, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/babel__code-frame (source) ^7.0.2 -> ^7.0.3 age adoption passing confidence
@types/better-queue (source) ^3.8.2 -> ^3.8.3 age adoption passing confidence
@types/bluebird (source) ^3.5.35 -> ^3.5.38 age adoption passing confidence
@types/common-tags (source) ^1.8.0 -> ^1.8.1 age adoption passing confidence
@types/jaeger-client (source) ^3.18.0 -> ^3.18.4 age adoption passing confidence
@types/jest (source) ^27.0.2 -> ^27.5.2 age adoption passing confidence
@types/lodash (source) ^4.14.170 -> ^4.14.191 age adoption passing confidence
@types/node (source) ^12.20.6 -> ^12.20.55 age adoption passing confidence
@types/node-fetch (source) ^2.5.10 -> ^2.6.2 age adoption passing confidence
@types/react (source) ^18.0.21 -> ^18.0.26 age adoption passing confidence
@types/signal-exit (source) ^3.0.0 -> ^3.0.1 age adoption passing confidence
@types/stack-trace (source) ^0.0.29 -> ^0.0.30 age adoption passing confidence
babel-jest ^27.2.1 -> ^27.5.1 age adoption passing confidence
danger ^10.6.4 -> ^10.9.0 age adoption passing confidence
dictionary-en (source) ^3.1.0 -> ^3.2.0 age adoption passing confidence
ignore ^5.1.8 -> ^5.2.4 age adoption passing confidence
jest (source) ^27.4.4 -> ^27.5.1 age adoption passing confidence
jest-junit ^12.2.0 -> ^12.3.0 age adoption passing confidence
node-notifier ^10.0.0 -> ^10.0.1 age adoption passing confidence
npm-packlist ^2.1.5 -> ^2.2.2 age adoption passing confidence
unified (source) ^9.2.0 -> ^9.2.2 age adoption passing confidence

Release Notes

facebook/jest

v27.5.1

Compare Source

Features
  • [jest-config] Support comments in JSON config file (#​12316)
  • [pretty-format] Expose ConvertAnsi plugin (#​12308)
Fixes
  • [expect] Add type definitions for asymmetric closeTo matcher (#​12304)
  • [jest-cli] Load binary via exported API (#​12315)
  • [jest-config] Replace jsonlint with parse-json (#​12316)
  • [jest-repl] Make module importable (#​12311 & #​12315)
Chore & Maintenance
  • [*] Avoid anonymous default exports (#​12313)

v27.5.0

Compare Source

Features
  • [expect] Add asymmetric matcher expect.closeTo (#​12243)
  • [jest-mock] Added mockFn.mock.lastCall to retrieve last argument (#​12285)
Fixes
  • [expect] Add a fix for .toHaveProperty('') (#​12251)
  • [jest-each, @​jest/globals] Allow passing ReadonlyArray type of a table to describe.each and test.each (#​12297)
  • [@jest/globals] Add missing options argument to jest.doMock typing (#​12292)
  • [jest-environment-node] Add atob and btoa (#​12269)
  • [jest-matcher-utils] Correct diff for expected asymmetric matchers (#​12264)
  • [jest-message-util] Fix .getTopFrame() (and toMatchInlineSnapshot()) with mjs files (#​12277)
Chore & Maintenance
  • [*] Update graceful-fs to ^4.2.9 (#​11749)
Performance
  • [jest-resolve] perf: skip error creation on not found stat calls (#​11749)

v27.4.6

Compare Source

Fixes
  • [jest-environment-node] Add AbortSignal (#​12157)
  • [jest-environment-node] Add Missing node global performance (#​12002)
  • [jest-runtime] Handle missing mocked property (#​12213)
  • [@jest/transform] Update dependency package pirates to 4.0.4 (#​12002)
Performance
  • jest-config perf: only register ts-node once when loading TS config files (#​12160)

v27.4.5

Compare Source

Fixes
  • [jest-worker] Stop explicitly passing process.env (#​12141)
danger/danger-js

v10.9.0

Compare Source

  • Prepare for release (34fe471)
  • Merge branch 'adjust-structured-diff-return-value' into main (06928e3)
  • Merge pull request #​1201 from berlysia/adjust-structured-diff-return-value (fb66c81)
  • Lock node-fetch to the latest 2.x (6303c88)
  • Merge pull request #​1198 from jonny133/jonny133-node-fetch-2_6_7 (9049848)
  • now structuredDiffForFile is well-typed (dc54972)
  • make structuredDiffForFile for BitBucketServer the same as the others (0b5865f)
  • Resolve node-fetch to 2.6.7 (ab77e3c)
  • Merge pull request #​1197 from danger/fb/fix-moved-json-crash (a7355a3)
  • Cleanup debug log (3411074)
  • Don't crash when danger.git.JSONDiffForFile encounters a moved JSON file (99e19f7)
  • Merge pull request #​1176 from Rouby/patch-1 (d896baf)
  • Merge branch 'main' into patch-1 (4804f80)
  • Merge branch 'main' of https://github.com/danger/danger-js into patch-1 (38a963e)
  • add changelog entry for pr 1176 (68ab2e9)
  • extend github api to send complete reviews (fb630ec)

v10.8.0

Compare Source

v10.7.1

Compare Source

v10.7.0

Compare Source

  • Adds support for XcodeCloud

v10.6.6

Compare Source

  • Fix for supporting Bitbucket Server personal repositories
  • GitLab: Added GitLabApi to danger.gitlab.api. - [@​shyim]
  • GitLab: Added label helper functions to danger.gitlab.api.addLabels and danger.gitlab.api.removeLabels. - [@​shyim]
kaelzhang/node-ignore

v5.2.4

Compare Source

  • PATCH fixes normal single asterisk and normal consecutive asterisks defined in gitignore spec (#​57)
  • PATCH invalid trailing backslash will not throw unexpectedly

An upgrade is recommended for all dependents


The following rules could be not properly parsed with previous ignore versions

**foo
*bar
qu*ux
abc\   # `ignore` would throw if no whitespace after `\`

v5.2.3

Compare Source

v5.2.2

Compare Source

v5.2.1

Compare Source

jest-community/jest-junit

v12.3.0

Compare Source

Fix displayName usage in templates by @​D4N14L - https://github.com/jest-community/jest-junit/pull/179

mikaelbr/node-notifier

v10.0.1

Compare Source

Fixes:

  • Fix custom path for windows #​382

Thanks to @​yoavain

npm/npm-packlist

v2.2.2

Compare Source

v2.2.1

Compare Source

v2.2.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 7am on the first day of the month" in timezone GMT, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the topic: automation Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot label Jan 1, 2023
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Jan 1, 2023
@LekoArts LekoArts removed the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Jan 3, 2023
@LekoArts LekoArts merged commit bbd6220 into master Jan 3, 2023
@LekoArts LekoArts deleted the renovate/gatsby-monorepo branch January 3, 2023 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: automation Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant