Skip to content

chore(deps): update gatsby monorepo - #98

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/gatsby-monorepo
Open

chore(deps): update gatsby monorepo#98
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/gatsby-monorepo

Conversation

@renovate

@renovate renovate Bot commented Oct 1, 2021

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/babel__code-frame (source) ^7.0.2^7.27.0 age adoption passing confidence
@types/better-queue (source) ^3.8.2^3.8.6 age adoption passing confidence
@types/bluebird (source) ^3.5.35^3.5.42 age adoption passing confidence
@types/common-tags (source) ^1.8.0^1.8.4 age adoption passing confidence
@types/jaeger-client (source) ^3.18.0^3.18.7 age adoption passing confidence
@types/jest (source) ^27.0.2^27.5.2 age adoption passing confidence
@types/lodash (source) ^4.14.170^4.17.24 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.13 age adoption passing confidence
@types/normalize-path (source) ^3.0.0^3.0.2 age adoption passing confidence
@types/react (source) ^16.14.8^16.14.70 age adoption passing confidence
@​types/signal-exit ^3.0.0^3.0.4 age adoption passing confidence
@types/stack-trace (source) ^0.0.29^0.0.33 age adoption passing confidence
babel-jest (source) ^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.3.2 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
jest-silent-reporter ^0.5.0^0.6.0 age adoption passing confidence
js-yaml ^3.14.1^3.15.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
retext-indefinite-article ^2.0.1^2.0.3 age adoption passing confidence
retext-spell ^4.0.0^4.0.1 age adoption passing confidence
unified (source) ^9.2.0^9.2.2 age adoption passing confidence

Release Notes

jestjs/jest (babel-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)

New Contributors

Full Changelog: jestjs/jest@v27.5.0...v27.5.1

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)

New Contributors

Full Changelog: jestjs/jest@v27.4.7...v27.5.0

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)
New Contributors

Full Changelog: jestjs/jest@v27.4.5...v27.4.6

v27.4.5

Compare Source

Fixes

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

New Contributors

Full Changelog: jestjs/jest@v27.4.4...v27.4.5

danger/danger-js (danger)

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 (ignore)

v5.3.2

Compare Source

v5.3.1

Compare Source

v5.3.0

Compare Source

5.3.0

  • MINOR export Options interface (#​105)

An upgrade is safe for all dependents


It allows typing external methods which expect Options as a param, by importing the Options interface.

import {Options} from '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 (jest-junit)

v12.3.0

Compare Source

Fix displayName usage in templates by @​D4N14L - #​179

rickhanlonii/jest-silent-reporter (jest-silent-reporter)

v0.6.0: Support --showSeed

Compare Source

#​38

nodeca/js-yaml (js-yaml)

v3.15.0

Compare Source

Security
  • Backported maxTotalMergeKeys option.

v3.14.2

Compare Source

Security
  • Backported v4.1.1 fix to v3
mikaelbr/node-notifier (node-notifier)

v10.0.1

Compare Source

Fixes:

  • Fix custom path for windows #​382

Thanks to @​yoavain

npm/npm-packlist (npm-packlist)

v2.2.2

Compare Source

v2.2.1

Compare Source

v2.2.0

Compare Source

retextjs/retext-indefinite-article (retext-indefinite-article)

v2.0.3

Compare Source

  • 77c7e62 Fix to use a for unicycle

v2.0.2

Compare Source

retextjs/retext-spell (retext-spell)

v4.0.1

Compare Source

  • 43810a4 Fix support for caching nspell suggestions

Configuration

📅 Schedule: (in timezone GMT)

  • Branch creation
    • "before 7am on the first day of the month"
  • 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 force-pushed the renovate/gatsby-monorepo branch 3 times, most recently from 420eb26 to 47ceb70 Compare October 5, 2021 23:03
@renovate
renovate Bot force-pushed the renovate/gatsby-monorepo branch 5 times, most recently from e6aae52 to e3aba80 Compare October 13, 2021 22:45
@renovate
renovate Bot force-pushed the renovate/gatsby-monorepo branch 5 times, most recently from 73c61e0 to 7eecb66 Compare October 26, 2021 01:48
@renovate
renovate Bot force-pushed the renovate/gatsby-monorepo branch 8 times, most recently from 9229c23 to 9522633 Compare November 8, 2021 23:20
@renovate
renovate Bot force-pushed the renovate/gatsby-monorepo branch 2 times, most recently from 5153d26 to 9143ae6 Compare November 15, 2021 23:59
@renovate
renovate Bot force-pushed the renovate/gatsby-monorepo branch from 9143ae6 to 1800313 Compare December 9, 2021 00:08
@renovate
renovate Bot force-pushed the renovate/gatsby-monorepo branch 2 times, most recently from a060ed9 to 89c666a Compare December 21, 2021 00:32
@renovate
renovate Bot force-pushed the renovate/gatsby-monorepo branch 2 times, most recently from f750e69 to 409e069 Compare January 1, 2022 15:13
@renovate
renovate Bot force-pushed the renovate/gatsby-monorepo branch from 409e069 to 0e88ec6 Compare January 4, 2022 21:30
@renovate
renovate Bot force-pushed the renovate/gatsby-monorepo branch 3 times, most recently from fa40486 to 863796c Compare March 14, 2022 20:51
@renovate
renovate Bot force-pushed the renovate/gatsby-monorepo branch from 863796c to ab7a9c8 Compare March 29, 2022 17:21
@renovate
renovate Bot force-pushed the renovate/gatsby-monorepo branch 3 times, most recently from 27ba0ef to f08b9cd Compare April 19, 2022 02:09
@renovate
renovate Bot force-pushed the renovate/gatsby-monorepo branch 2 times, most recently from 9e6da2f to 4ab2833 Compare April 27, 2022 02:16
@renovate
renovate Bot force-pushed the renovate/gatsby-monorepo branch 4 times, most recently from 6e68886 to dcb8816 Compare May 13, 2022 19:03
@renovate
renovate Bot force-pushed the renovate/gatsby-monorepo branch from dcb8816 to 91b3327 Compare May 15, 2022 15:38
@renovate
renovate Bot force-pushed the renovate/gatsby-monorepo branch 2 times, most recently from 18b4720 to c14929f Compare May 31, 2022 22:46
@renovate
renovate Bot force-pushed the renovate/gatsby-monorepo branch from c14929f to 302784d Compare June 7, 2022 22:45
@renovate
renovate Bot force-pushed the renovate/gatsby-monorepo branch 3 times, most recently from 5797b4b to 80ef307 Compare June 16, 2022 23:18
@renovate
renovate Bot force-pushed the renovate/gatsby-monorepo branch from 80ef307 to 1500148 Compare July 27, 2022 23:00
@pieh
pieh force-pushed the master branch 2 times, most recently from ee1fe6c to a51e359 Compare August 11, 2022 07:35
@renovate renovate Bot changed the title chore(deps): update gatsby monorepo chore(deps): update gatsby monorepo - autoclosed Apr 3, 2023
@renovate renovate Bot closed this Apr 3, 2023
@renovate
renovate Bot deleted the renovate/gatsby-monorepo branch April 3, 2023 23:44
@renovate renovate Bot changed the title chore(deps): update gatsby monorepo - autoclosed chore(deps): update gatsby monorepo Apr 5, 2023
@renovate renovate Bot reopened this Apr 5, 2023
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