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

Update all non-major dependencies #463

Merged
merged 1 commit into from
Nov 28, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@edgedb/generate (source) 0.3.3 -> 0.4.1 age adoption passing confidence
@fastify/cookie 9.1.0 -> 9.2.0 age adoption passing confidence
@fastify/cors 8.4.0 -> 8.4.1 age adoption passing confidence
@types/node (source) 20.8.4 -> 20.10.0 age adoption passing confidence
@types/uuid (source) 9.0.5 -> 9.0.7 age adoption passing confidence
edgedb (source) 1.3.6 -> 1.4.1 age adoption passing confidence
eslint (source) 8.51.0 -> 8.54.0 age adoption passing confidence
fastify (source) 4.23.2 -> 4.24.3 age adoption passing confidence
mercurius (source) 13.1.0 -> 13.3.1 age adoption passing confidence
pino (source) 8.16.0 -> 8.16.2 age adoption passing confidence
pnpm (source) 8.9.0 -> 8.11.0 age adoption passing confidence
prettier (source) 3.0.3 -> 3.1.0 age adoption passing confidence
tsx 3.13.0 -> 3.14.0 age adoption passing confidence
typescript (source) 5.2.2 -> 5.3.2 age adoption passing confidence

Release Notes

edgedb/edgedb-js (@​edgedb/generate)

v0.4.1

Compare Source

v0.4.0

Compare Source

v0.3.4

Compare Source

fastify/fastify-cookie (@​fastify/cookie)

v9.2.0

Compare Source

What's Changed

Full Changelog: fastify/fastify-cookie@v9.1.0...v9.2.0

fastify/fastify-cors (@​fastify/cors)

v8.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-cors@v8.4.0...v8.4.1

eslint/eslint (eslint)

v8.54.0

Compare Source

Features

  • a7a883b feat: for-direction rule add check for condition in reverse order (#​17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#​17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#​17711) (Francesco Trotta)

Bug Fixes

  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#​17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#​17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#​17705) (Milos Djermanovic)

Documentation

  • becfdd3 docs: Make clear when rules are removed (#​17728) (Nicholas C. Zakas)
  • 05d6e99 docs: update "Submit a Pull Request" page (#​17712) (Francesco Trotta)
  • eb2279e docs: display info about deprecated rules (#​17749) (Percy Ma)
  • d245326 docs: Correct working in migrating plugin docs (#​17722) (Filip Tammergård)

Chores

v8.53.0

Compare Source

Features

  • 528e1c0 feat: Deprecate formatting rules (#​17696) (Nicholas C. Zakas)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#​17677) (Yonathan Randolph)

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation

  • ab8c60d docs: change position of return to top button (#​17688) (Tanuj Kanti)
  • 4fc44c0 docs: update twitter icon to new X icon (#​17687) (Tanuj Kanti)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#​17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#​17657) (Josh Goldberg ✨)

Chores

v8.52.0

Compare Source

Features

  • 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#​17611) (Yosuke Ota)

Bug Fixes

  • 5de9637 fix: Ensure shared references in rule configs are separated (#​17666) (Nicholas C. Zakas)
  • dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#​17649) (Francesco Trotta)

Documentation

  • 476d58a docs: Add note about invalid CLI flags when using flat config. (#​17664) (Nicholas C. Zakas)
  • 660ed3a docs: Plugin flat config migration guide (#​17640) (Nicholas C. Zakas)
  • a58aa20 docs: fix examples for several rules (#​17645) (Milos Djermanovic)
  • 179929b docs: Remove trailing newline from the code of Playground links (#​17641) (Francesco Trotta)
  • f8e5c30 docs: Update README (GitHub Actions Bot)
  • b7ef2f3 docs: Enable pretty code formatter output (#​17635) (Nicholas C. Zakas)
  • 0bcb9a8 docs: Fix syntax errors in rule examples (#​17633) (Francesco Trotta)
  • 61b9083 docs: Make no-continue example code work (#​17643) (Zhongyuan Zhou)
  • 9fafe45 docs: upgrade to 11ty 2.0 (#​17632) (Percy Ma)
  • ff8e4bf docs: Update README (GitHub Actions Bot)
  • fab249a docs: Update README (GitHub Actions Bot)
  • 392305b docs: Update no-irregular-whitespace and fix examples (#​17626) (Francesco Trotta)
  • 6b8acfb docs: Add real whitespace to no-trailing-spaces examples (#​17630) (Francesco Trotta)
  • 1000187 docs: Fix examples in unicode-bom (#​17631) (Francesco Trotta)
  • 000290c docs: Update README (GitHub Actions Bot)

Chores

fastify/fastify (fastify)

v4.24.3

Compare Source

What's Changed

Full Changelog: fastify/fastify@v4.24.2...v4.24.3

v4.24.2

Compare Source

What's Changed

Full Changelog: fastify/fastify@v4.24.1...v4.24.2

v4.24.1

Compare Source

What's Changed

Full Changelog: fastify/fastify@v4.24.0...v4.24.1

v4.24.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify@v4.23.2...v4.24.0

mercurius-js/mercurius (mercurius)

v13.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: mercurius-js/mercurius@v13.3.0...v13.3.1

v13.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: mercurius-js/mercurius@v13.2.2...v13.3.0

v13.2.2

Compare Source

What's Changed

Full Changelog: mercurius-js/mercurius@v13.2.1...v13.2.2

v13.2.1

Compare Source

What's Changed

Full Changelog: mercurius-js/mercurius@v13.2.0...v13.2.1

v13.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: mercurius-js/mercurius@v13.1.0...v13.2.0

pinojs/pino (pino)

v8.16.2

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino@v8.16.1...v8.16.2

v8.16.1

Compare Source

What's Changed

Full Changelog: pinojs/pino@v8.16.0...v8.16.1

pnpm/pnpm (pnpm)

v8.11.0

Compare Source

Minor Changes

  • (IMPORTANT) When the package tarballs aren't hosted on the same domain on which the registry (the server with the package metadata) is, the dependency keys in the lockfile should only contain /<pkg_name>@&#8203;<pkg_version, not <domain>/<pkg_name>@&#8203;<pkg_version>.

    This change is a fix to avoid the same package from being added to node_modules/.pnpm multiple times. The change to the lockfile is backward compatible, so previous versions of pnpm will work with the fixed lockfile.

    We recommend that all team members update pnpm in order to avoid repeated changes in the lockfile.

    Related PR: #​7318.

Patch Changes

  • pnpm add a-module-already-in-dev-deps will show a message to notice the user that the package was not moved to "dependencies" #​926.
  • The modules directory should not be removed if the registry configuration has changed.
  • Fix missing auth tokens in registries with paths specified (e.g. //npm.pkg.github.com/pnpm). #​5970 #​2933

Our Gold Sponsors

Our Silver Sponsors

v8.10.5

Compare Source

Patch Changes

  • Don't fail on an empty pnpm-workspace.yaml file #​7307.

Our Gold Sponsors

Our Silver Sponsors

v8.10.4

Compare Source

Patch Changes

  • Fixed out-of-memory exception that was happening on dependencies with many peer dependencies, when node-linker was set to hoisted #​6227.

Our Gold Sponsors

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 dependencies Pull requests that update a dependency file label Oct 16, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from e767db0 to 4d0e83a Compare October 24, 2023 02:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 95bb03f to eae1a8c Compare November 1, 2023 18:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 568e1b2 to 173ae07 Compare November 9, 2023 19:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from f225eab to ef4a069 Compare November 18, 2023 22:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 974aa19 to 3b3c160 Compare November 24, 2023 09:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3b3c160 to 7da92e0 Compare November 24, 2023 18:53
@beeequeue beeequeue merged commit bbe724d into master Nov 28, 2023
@beeequeue beeequeue deleted the renovate/all-minor-patch branch November 28, 2023 18:52
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
Development

Successfully merging this pull request may close these issues.

1 participant