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

fix(deps): update all non-major dependencies #402

Merged
merged 1 commit into from Oct 27, 2022

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@npmcli/arborist ^6.0.0 -> ^6.1.0 age adoption passing confidence
@npmcli/run-script ^5.0.0 -> ^5.0.1 age adoption passing confidence
@types/node (source) ^18.7.14 -> ^18.11.7 age adoption passing confidence
@types/node (source) ^18.7.16 -> ^18.11.7 age adoption passing confidence
@types/semver (source) ^7.3.12 -> ^7.3.13 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.40.1 -> ^5.41.0 age adoption passing confidence
@typescript-eslint/parser ^5.40.1 -> ^5.41.0 age adoption passing confidence
eslint (source) ^8.25.0 -> ^8.26.0 age adoption passing confidence
jest (source) ^29.2.1 -> ^29.2.2 age adoption passing confidence
jest-circus ^29.2.1 -> ^29.2.2 age adoption passing confidence
jest-cli (source) ^29.2.1 -> ^29.2.2 age adoption passing confidence
libnpmpublish (source) ^7.0.0 -> ^7.0.1 age adoption passing confidence
npm-packlist ^7.0.1 -> ^7.0.2 age adoption passing confidence
nx (source) 15.0.0 -> 15.0.3 age adoption passing confidence
pacote ^15.0.3 -> ^15.0.4 age adoption passing confidence

Release Notes

npm/cli (@​npmcli/arborist)

v6.1.0

Compare Source

Features
Dependencies
npm/run-script

v5.0.1

Compare Source

Dependencies
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.41.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-base-to-string] ignore Error, URL, and URLSearchParams by default (#​5839) (96e1c6c)
  • type-utils: prevent stack overflow in isTypeReadonly (#​5860) (a6d8f7e), closes #​4476
Features
  • eslint-plugin: [no-unsafe-declaration-merging] switch to use scope analysis instead of type information (#​5865) (e70a10a)
  • eslint-plugin: add no-unsafe-declaration-merging (#​5840) (3728031)

5.40.1 (2022-10-17)

Bug Fixes
  • eslint-plugin: Skip missing 'rest' tuple type arguments in no-misused-promises (#​5809) (c5beaa2), closes #​5807
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.41.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

5.40.1 (2022-10-17)

Note: Version bump only for package @​typescript-eslint/parser

eslint/eslint

v8.26.0

Compare Source

Features

  • 4715787 feat: check Object.create() in getter-return (#​16420) (Yuki Hirasawa)
  • 28d1902 feat: no-implicit-globals supports exported block comment (#​16343) (Sosuke Suzuki)
  • e940be7 feat: Use ESLINT_USE_FLAT_CONFIG environment variable for flat config (#​16356) (Tomer Aberbach)
  • dd0c58f feat: Swap out Globby for custom globbing solution. (#​16369) (Nicholas C. Zakas)

Bug Fixes

  • df77409 fix: use baseConfig constructor option in FlatESLint (#​16432) (Milos Djermanovic)
  • 33668ee fix: Ensure that glob patterns are matched correctly. (#​16449) (Nicholas C. Zakas)
  • 740b208 fix: ignore messages without a ruleId in getRulesMetaForResults (#​16409) (Francesco Trotta)
  • 8f9759e fix: --ignore-pattern in flat config mode should be relative to cwd (#​16425) (Milos Djermanovic)
  • 325ad37 fix: make getRulesMetaForResults return a plain object in trivial case (#​16438) (Francesco Trotta)
  • a2810bc fix: Ensure that directories can be unignored. (#​16436) (Nicholas C. Zakas)
  • 35916ad fix: Ensure unignore and reignore work correctly in flat config. (#​16422) (Nicholas C. Zakas)

Documentation

  • 651649b docs: Core concepts page (#​16399) (Ben Perlmutter)
  • 631cf72 docs: note --ignore-path not supported with flat config (#​16434) (Andy Edwards)
  • 1692840 docs: fix syntax in examples for new config files (#​16427) (Milos Djermanovic)
  • d336cfc docs: Document extending plugin with new config (#​16394) (Ben Perlmutter)

Chores

facebook/jest

v29.2.2

Compare Source

Fixes
  • [@jest/test-sequencer] Make sure sharding does not produce empty groups (#​13476)
  • [jest-circus] Test marked as todo are shown as todo when inside a focussed describe (#​13504)
  • [jest-mock] Ensure mock resolved and rejected values are promises from correct realm (#​13503)
  • [jest-snapshot] Don't highlight passing asymmetric property matchers in snapshot diff (#​13480)
Chore & Maintenance
  • [docs] Update link to Jest 28 upgrade guide in error message (#​13483)
  • [jest-runner, jest-watcher] Update emittery (#​13490)
npm/cli (libnpmpublish)

v7.0.1

Compare Source

Dependencies
npm/npm-packlist

v7.0.2

Compare Source

Bug Fixes
nrwl/nx

v15.0.3

Compare Source

Bug Fixes
  • core: correctly dedup projects with different names (d2bec05)
  • misc: improve print-affected perf (#​12822) (58f96de)
  • misc: update the version check not to exclude v15 (e24632f)
Features

v15.0.2

Compare Source

Bug Fixes
  • core: globbing for project.json and package.json does not ignore dist correctly (2ed5d57)
  • core: inotify error does not propagate correctly (b403017)
  • expo: fixing broken tutorial link (#​12753) (5837715)
  • misc: fix broken tutorial link on npm page (#​12766) (9ca75db)
  • nx-cloud: update nx-cloud openapi reference link (#​12762) (e4c4fe0)
  • react: fix builder options for storybook plugin (#​12276) (13c465d)
Features
  • nxdev: redirects to send legacy tutorial links to new locations (#​12752) (8fcc2b4)

v15.0.1

Compare Source

Bug Fixes
Features
npm/pacote

v15.0.4

Compare Source

Dependencies

Configuration

📅 Schedule: Branch creation - "on Thursday" (UTC), 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.

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Oct 27, 2022
@ghiscoding ghiscoding merged commit 3feeea9 into lerna-lite:main Oct 27, 2022
@renovate-bot renovate-bot deleted the renovate/all-minor-patch branch October 27, 2022 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants