Skip to content

Update all non-major dependencies#61

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-non-major-dependencies
Open

Update all non-major dependencies#61
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-non-major-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 24, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
async-sema 3.0.0 -> 3.1.1 age adoption passing confidence
babel-jest 24.8.0 -> 24.9.0 age adoption passing confidence
hasha ^5.2.0 -> ^5.2.2 age adoption passing confidence
hot-module-replacement 3.0.3 -> 3.0.4 age adoption passing confidence
jest (source) 24.8.0 -> 24.9.0 age adoption passing confidence
jest-image-snapshot 2.9.0 -> 2.12.0 age adoption passing confidence
lerna (source) 3.16.4 -> 3.22.1 age adoption passing confidence
prettier (source) 1.18.2 -> 1.19.1 age adoption passing confidence
pretty-error 2.1.1 -> 2.1.2 age adoption passing confidence
source-map-support ^0.5.19 -> ^0.5.21 age adoption passing confidence
styled-jsx 3.2.1 -> 3.4.7 age adoption passing confidence
tmp 0.1.0 -> 0.2.1 age adoption passing confidence
tmp-promise 2.0.2 -> 2.1.1 age adoption passing confidence
tslint (source) ^5.18.0 -> ^5.20.1 age adoption passing confidence
yargs (source) 13.3.0 -> 13.3.2 age adoption passing confidence

Release Notes

vercel/async-sema

v3.1.1

Compare Source

Patches

v3.1.0

Compare Source

Minor Changes
  • Feat: expose tryAcquire(): e650137
Patches

v3.0.1

Compare Source

facebook/jest

v24.9.0

Compare Source

Features
  • [expect] Highlight substring differences when matcher fails, part 1 (#​8448)
  • [expect] Highlight substring differences when matcher fails, part 2 (#​8528)
  • [expect] Improve report when mock-spy matcher fails, part 1 (#​8640)
  • [expect] Improve report when mock-spy matcher fails, part 2 (#​8649)
  • [expect] Improve report when mock-spy matcher fails, part 3 (#​8697)
  • [expect] Improve report when mock-spy matcher fails, part 4 (#​8710)
  • [expect] Throw matcher error when received cannot be jasmine spy (#​8747)
  • [expect] Improve report when negative CalledWith assertion fails (#​8755)
  • [expect] Improve report when positive CalledWith assertion fails (#​8771)
  • [expect] Display equal values for ReturnedWith similar to CalledWith (#​8791)
  • [expect, jest-snapshot] Change color from green for some args in matcher hints (#​8812)
  • [jest-snapshot] Highlight substring differences when matcher fails, part 3 (#​8569)
  • [jest-core] Improve report when snapshots are obsolete (#​8448)
  • [jest-cli] Improve chai support (with detailed output, to match jest exceptions) (#​8454)
  • [*] Manage the global timeout with --testTimeout command line argument. (#​8456)
  • [pretty-format] Render custom displayName of memoized components (#​8546)
  • [jest-validate] Allow maxWorkers as part of the jest.config.js (#​8565)
  • [jest-runtime] Allow passing configuration objects to transformers (#​7288)
  • [@jest/core, @​jest/test-sequencer] Support async sort in custom testSequencer (#​8642)
  • [jest-runtime, @​jest/fake-timers] Add jest.advanceTimersToNextTimer (#​8713)
  • [@jest-transform] Extract transforming require logic within jest-core into @jest-transform (#​8756)
  • [jest-matcher-utils] Add color options to matcherHint (#​8795)
  • [jest-circus/jest-jasmine2] Give clearer output for Node assert errors (#​8792)
  • [jest-runner] Export all types in the type signature of jest-runner (#​8825)
Fixes
  • [jest-cli] Detect side-effect only imports when running --onlyChanged or --changedSince (#​8670)
  • [jest-cli] Allow --maxWorkers to work with % input again (#​8565)
  • [babel-plugin-jest-hoist] Expand list of whitelisted globals in global mocks (#​8429)
  • [jest-core] Make watch plugin initialization errors look nice (#​8422)
  • [jest-snapshot] Prevent inline snapshots from drifting when inline snapshots are updated (#​8492)
  • [jest-haste-map] Don't throw on missing mapper in Node crawler (#​8558)
  • [jest-core] Fix incorrect passWithNoTests warning (#​8595)
  • [jest-snapshots] Fix test retries that contain snapshots (#​8629)
  • [jest-mock] Fix incorrect assignments when restoring mocks in instances where they originally didn't exist (#​8631)
  • [expect] Fix stack overflow when matching objects with circular references (#​8687)
  • [jest-haste-map] Workaround a node >=12.5.0 bug that causes the process not to exit after tests have completed and cancerous memory growth (#​8787)
Chore & Maintenance
  • [docs] Replace FlowType with TypeScript in CONTRIBUTING.MD code conventions
  • [jest-leak-detector] remove code repeat (#​8438)
  • [docs] Add example to jest.requireActual (#​8482)
  • [docs] Add example to jest.mock for mocking ES6 modules with the factory parameter (#​8550)
  • [docs] Add information about using jest.doMock with ES6 imports (#​8573)
  • [docs] Fix variable name in custom-matcher-api code example (#​8582)
  • [docs] Fix example used in custom environment docs (#​8617)
  • [docs] Updated react tutorial to refer to new package of react-testing-library (@​testing-library/react) (#​8753)
  • [docs] Updated imports of react-testing-library to @​testing-library/react in website (#​8757)
  • [jest-core] Add getVersion (moved from jest-cli) (#​8706)
  • [docs] Fix MockFunctions example that was using toContain instead of toContainEqual (#​8765)
  • [*] Make sure copyright header comment includes license (#​8783)
  • [*] Check copyright and license as one joined substring (#​8815)
  • [docs] Fix WatchPlugins jestHooks.shouldRunTestSuite example that receives an object (#​8784)
  • [*] Enforce LF line endings (#​8809)
  • [pretty-format] Delete obsolete link and simplify structure in README (#​8824)
  • [docs] Fix broken transform link on webpack page (#​9155)
Performance
  • [jest-watcher] Minor optimization for JestHook (#​8746)
  • [@jest/reporters] Prevent runaway CPU usage with --notify on macOS (#​8831)
sindresorhus/hasha

v5.2.2

Compare Source

v5.2.1

Compare Source

sidorares/hot-module-replacement

v3.0.4

Compare Source

americanexpress/jest-image-snapshot

v2.12.0

Compare Source

Adds the option to output diff base64 image string to console for failed tests.

Thanks @​DianaSuvorova for the contribution!

v2.11.1

Compare Source

This release contains a bug fix to allow default custom snapshot identifiers to be set up in configureToMatchImageSnapshot (https://github.com/americanexpress/jest-image-snapshot/issues/154).

Thanks to @​erbridge for the fix!

v2.11.0

Compare Source

v2.10.0

Compare Source

lerna/lerna

v3.22.1

Compare Source

Note: Version bump only for package lerna

v3.22.0

Compare Source

Note: Version bump only for package lerna

v3.21.0

Compare Source

Note: Version bump only for package lerna

3.20.2 (2020-01-02)

Note: Version bump only for package lerna

3.20.1 (2019-12-29)

Note: Version bump only for package lerna

v3.20.2

Compare Source

Note: Version bump only for package lerna

v3.20.1

Compare Source

Note: Version bump only for package lerna

v3.20.0

Compare Source

Features
  • cli: Add new info command to output information about local environment (#​2106) (7abfe43)

v3.19.0

Compare Source

Note: Version bump only for package lerna

3.18.5 (2019-11-20)

Note: Version bump only for package lerna

3.18.4 (2019-11-08)

Note: Version bump only for package lerna

3.18.3 (2019-10-22)

Note: Version bump only for package lerna

3.18.2 (2019-10-21)

Note: Version bump only for package lerna

3.18.1 (2019-10-15)

Note: Version bump only for package lerna

v3.18.5

Compare Source

Note: Version bump only for package lerna

v3.18.4

Compare Source

Note: Version bump only for package lerna

v3.18.3

Compare Source

Note: Version bump only for package lerna

v3.18.2

Compare Source

Note: Version bump only for package lerna

v3.18.1

Compare Source

Note: Version bump only for package lerna

v3.18.0

Compare Source

Features

v3.17.0

Compare Source

Note: Version bump only for package lerna

3.16.5 (2019-10-07)

Note: Version bump only for package lerna

3.16.4 (2019-07-24)

Note: Version bump only for package lerna

3.16.3 (2019-07-23)

Note: Version bump only for package lerna

3.16.2 (2019-07-22)

Note: Version bump only for package lerna

3.16.1 (2019-07-19)

Note: Version bump only for package lerna

v3.16.5

Compare Source

Note: Version bump only for package lerna

prettier/prettier

v1.19.1

Compare Source

diff

CLI
Fix --stdin regression in 1.19.0 (#​6894 by @​lydell)
// Prettier stable
$ echo "test" | prettier --stdin --parser babel
[error] regeneratorRuntime is not defined

// Prettier master
$ echo "test" | prettier --stdin --parser babel
test;
TypeScript
Fix formatting of union type as arrow function return type (#​6896 by @​thorn0)
// Input
export const getVehicleDescriptor = async (
  vehicleId: string,
): Promise<Collections.Parts.PrintedCircuitBoardAssembly['attributes'] | undefined> => {}

// Prettier stable
export const getVehicleDescriptor = async (
  vehicleId: string
): Promise<| Collections.Parts.PrintedCircuitBoardAssembly["attributes"]
| undefined> => {};

// Prettier master
export const getVehicleDescriptor = async (
  vehicleId: string
): Promise<
  Collections.Parts.PrintedCircuitBoardAssembly["attributes"] | undefined
> => {};

v1.19.0

Compare Source

diff

🔗 Release Notes

AriaMinaei/pretty-error

v2.1.2

Compare Source

evanw/node-source-map-support

v0.5.21

Compare Source

v0.5.20

Compare Source

vercel/styled-jsx

v3.4.7

Compare Source

Bug Fixes

v3.4.6

Compare Source

Bug Fixes

v3.4.5

Compare Source

Bug Fixes

v3.4.4

Compare Source

Bug Fixes

v3.4.3

Compare Source

Bug Fixes

v3.4.2

Compare Source

Bug Fixes
  • webpack: change webpack loader output to fix babel warnings (#​697) (e5c602b)

v3.4.1

Compare Source

Bug Fixes

v3.4.0

Compare Source

Features

v3.3.3

Compare Source

Bug Fixes
  • make styled-jsx/babel plugin respect the source type (#​684) (eb65f35)

v3.3.2

Compare Source

Bug Fixes
  • external: execute transforms before JSX transform (#​677) (eac1703)

v3.3.1

Compare Source

v3.3.0

Compare Source

Minor

  • Adds support for styleModule to configure the module that the transpiled files should import (#​629) - @​arcanis

v3.2.5

Compare Source

Patches

docs

v3.2.4

Compare Source

v3.2.3

Compare Source

v3.2.2

Compare Source

raszi/node-tmp

v0.2.1

Compare Source

🚀 Enhancement
🏠 Internal
Committers: 1

v0.2.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 2
benjamingr/tmp-promise

v2.1.1

Compare Source

v2.1.0

Compare Source

palantir/tslint

v5.20.1

Compare Source

No changes from v5.20.0, just re-released to correctly mark with the latest dist-tag on NPM.

v5.20.0

Compare Source

Thanks to our contributors!

  • Bas Bosman
  • Tanmoy Bhowmik
  • David Zulaica
  • Maxime Kjaer
  • @​guidsdo
  • Pavel Birukov
  • Josh Goldberg
  • Akshaya Srivatsa

v5.19.0

Compare Source

Thanks to our contributors!

  • Josh Pike
  • Tanmoy Bhowmik
  • Michael Withagen
  • Evgeniy Timokhov
  • Vitalij Krotov
  • Josh Goldberg
  • Veda
  • Guido
  • Robert Fink
  • Max Sysoev
yargs/yargs

v13.3.2

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate Bot added the renovate label Sep 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant