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): all non-major dependencies #365

Merged
merged 1 commit into from
Oct 12, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@adonisjs/http-server 7.2.3 -> 7.2.5 age adoption passing confidence
@eslint/js (source) 9.8.0 -> 9.12.0 age adoption passing confidence
@types/node (source) 18.19.42 -> 18.19.55 age adoption passing confidence
@vercel/node (source) 3.2.7 -> 3.2.23 age adoption passing confidence
eslint (source) 9.8.0 -> 9.12.0 age adoption passing confidence
globals 15.9.0 -> 15.11.0 age adoption passing confidence
mocha (source) 10.7.0 -> 10.7.3 age adoption passing confidence
typedoc (source) 0.26.5 -> 0.26.9 age adoption passing confidence
typescript (source) 5.5.4 -> 5.6.3 age adoption passing confidence
typescript-eslint (source) 8.0.0 -> 8.8.1 age adoption passing confidence
undici (source) 6.19.5 -> 6.20.0 age adoption passing confidence

Release Notes

adonisjs/http-server (@​adonisjs/http-server)

v7.2.5: Ensure the server cannot be booted twice and routes are committed only once

Compare Source

Fixes https://github.com/adonisjs/inertia/issues/39

Bug Fixes
  • ensure server is booted only once and routes are committed once (bad9443)

Full Changelog: adonisjs/http-server@v7.2.4...v7.2.5

v7.2.4: Update cookie dependency

Compare Source

  • ci: add release workflow (14c20e7)
  • chore: update cookie dependency (066349b)

Full Changelog: adonisjs/http-server@v7.2.3...v7.2.4

eslint/eslint (@​eslint/js)

v9.12.0

Compare Source

Features

Bug Fixes

Documentation

  • ecbd522 docs: Mention code explorer (#​18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#​18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#​18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#​18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#​18944) (Jay)

Chores

v9.11.1

Compare Source

Bug Fixes

  • 20fd916 fix: add @eslint/core, @types/estree, & @types/json-schema deps (#​18938) (Nitin Kumar)
  • 2738322 fix: add missing types for require-atomic-updates rule (#​18937) (Kristóf Poduszló)
  • d71ff30 fix: add missing types for object-shorthand rule (#​18935) (Kristóf Poduszló)
  • 561cadc fix: add missing types for no-unsafe-negation rule (#​18932) (Kristóf Poduszló)
  • 8843656 fix: add missing types for no-underscore-dangle rule (#​18931) (Kristóf Poduszló)
  • 92cde5c fix: add missing types for no-shadow rule (#​18930) (Kristóf Poduszló)
  • b3cbe11 fix: add missing types for no-sequences rule (#​18929) (Kristóf Poduszló)
  • 976f77f fix: add missing types for no-unused-expressions rule (#​18933) (Kristóf Poduszló)

Documentation

  • 3eff709 docs: replace deprecated Linter.FlatConfig type with Linter.Config (#​18941) (Carlos Meira)

Chores

v9.11.0

Compare Source

v9.10.0

Compare Source

v9.9.1

Compare Source

Bug Fixes

  • 9bde90c fix: add logic to handle fixTypes in lintText() (#​18736) (Amaresh S M)

Documentation

Chores

v9.9.0

Compare Source

vercel/vercel (@​vercel/node)

v3.2.23

Compare Source

Patch Changes

v3.2.22

Compare Source

Patch Changes

v3.2.21

Compare Source

Patch Changes

v3.2.20

Compare Source

Patch Changes

v3.2.19

Compare Source

Patch Changes

v3.2.18

Compare Source

Patch Changes

v3.2.17

Compare Source

Patch Changes

v3.2.16

Compare Source

Patch Changes

v3.2.15

Compare Source

Patch Changes

v3.2.14

Compare Source

Patch Changes

v3.2.13

Compare Source

Patch Changes

v3.2.12

Compare Source

Patch Changes

v3.2.11

Compare Source

Patch Changes

v3.2.10

Compare Source

Patch Changes

v3.2.9

Compare Source

Patch Changes

v3.2.8

Compare Source

Patch Changes
sindresorhus/globals (globals)

v15.11.0

Compare Source

v15.10.0

Compare Source

mochajs/mocha (mocha)

v10.7.3

Compare Source

🩹 Fixes
TypeStrong/TypeDoc (typedoc)

v0.26.9

Compare Source

Features
  • Added headings option to control optional headings, #​2729.
  • Updated Chinese translations, #​2739.
  • Added a folder icon to page navigation elements which are not links, #​2741.
Bug Fixes
  • externalSymbolLinkMappings now uses the TypeScript reported link target if available, #​2725.
  • TypeDoc will no longer omit the modules page if a project contains only modules/documents, #​2730.
  • Fixed missing breadcrumbs on project page, #​2728.
  • TypeDoc will no longer render an empty readme page if no readme was found.
Thanks!

v0.26.8

Compare Source

Features
  • Updated Chinese translations, #​2706.
  • Exported constants no longer render the type and default value if they are the same, #​2717.
  • The HTML output now wraps tag blocks with <div> tags and includes the tag name in a class name, #​2723.
Bug Fixes
  • Correctly handle external link resolver link text when referencing an external symbol, #​2700.
  • Big integer literals are now supported as default values, #​2721.
  • Corrected handling of @link tags present in comments at the start of source files.
  • The index will now display when a module only contains documents, #​2722.
  • ReflectionSymbolId.pos no longer references the position before any doc comments for a symbol.
    This could cause typedoc-plugin-dt-links to produce links which didn't go to the expected location in a file.
Thanks!

v0.26.7

Compare Source

Features
  • Support TypeScript 5.6, #​2699.
  • Added customJs option to include a script tag in generated HTML output, #​2650.
  • Added markdownLinkExternal option to treat http[s]:// links in markdown documents and comments as external to be opened in a new tab, #​2679.
  • Added navigation.excludeReferences option to prevent re-exports from appearing in the left hand navigation, #​2685.
  • Added support for the @abstract tag, #​2692.
Bug Fixes
  • Fixed an issue where links in packages mode would be resolved incorrectly, #​2680.
  • @link tags to symbols which are not included in the documentation will produce invalid link warnings again, #​2681.
  • Fixed handling of @param tags on comments attached to function callback parameters, #​2683.
  • The alphabetical and alphabetical-ignoring-documents sort options now use localeCompare to sort, #​2684.
  • Fixed incorrect placement of parameter default values in some signatures with a this parameter, #​2698.
Thanks!

v0.26.6

Compare Source

Features
  • Use of the @extends block tag no longer produces warnings, #​2659.
    This tag should only be used in JavaScript projects to specify the type parameters used when extending a parent class. It will not be rendered.
  • Added new navigation.compactFolders option to prevent TypeDoc from compacting folders, similar to the VSCode option. #​2667.
Bug Fixes
  • The suppressCommentWarningsInDeclarationFiles option now correctly ignores warnings in .d.cts and .d.mts files, #​2647.
  • Restored re-exports in the page navigation menu, #​2671.
  • JSON serialized projects will no longer contain reflection IDs for other projects created in the same run. Gerrit0/typedoc-plugin-zod#6.
  • In packages mode the reflection ID counter will no longer be reset when converting projects. This previously could result in links to files not working as expected.
microsoft/TypeScript (typescript)

v5.6.3

Compare Source

v5.6.2

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.8.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.8.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.7.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.6.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.5.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.4.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.3.0

Compare Source

🚀 Features
  • eslint-plugin: [no-deprecation] add rule
❤️ Thank You
  • Abraham Guo
  • Daichi Kamiyama
  • Josh Goldberg ✨
  • Kim Sang Du
  • Sukka
  • Vida Xie

You can read about our versioning strategy and releases on our website.

v8.2.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.1.0

Compare Source

🚀 Features
  • typescript-eslint: add JSDoc comments on generated configs
❤️ Thank You
  • Aly Thobani
  • Brad Zacher
  • James
  • Josh Goldberg ✨
  • Joshua Chen
  • Olivier Zalmanski
  • YeonJuan
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

v8.0.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

nodejs/undici (undici)

v6.20.0

Compare Source

What's Changed

Full Changelog: nodejs/undici@v6.19.8...v6.20.0

v6.19.8

Compare Source

v6.19.7

Compare Source

Full Changelog: nodejs/undici@v6.19.6...v6.19.7

v6.19.6

Compare Source

Full Changelog: nodejs/undici@v6.19.5...v6.19.6


  • If you want to rebase/retry this PR, check this box

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 5, 2024
Copy link

github-actions bot commented Aug 5, 2024

Visit the preview URL for this PR (updated for commit dfa682a):

https://whatsappapijs--pr365-renovate-all-minor-p-x8aj525f.web.app

(expires Fri, 18 Oct 2024 23:55:44 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 80a8dc4ceea5c783aae1d47b75797ee5b6c2f4be

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 56e1a9d to 5d108f0 Compare August 9, 2024 21:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from ba1c1d7 to c7ecfd8 Compare August 19, 2024 18:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 483cc36 to f07d552 Compare August 28, 2024 20:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 574f95c to 7281411 Compare September 6, 2024 23:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from bf1a941 to b89422e Compare September 11, 2024 18:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b89422e to 6e648b9 Compare September 16, 2024 18:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from e281638 to b241254 Compare September 27, 2024 16:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 920f779 to 3824304 Compare October 7, 2024 22:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 0e88404 to 7d63db3 Compare October 11, 2024 23:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7d63db3 to dfa682a Compare October 11, 2024 23:55
@Secreto31126 Secreto31126 merged commit e63df02 into main Oct 12, 2024
8 checks passed
@Secreto31126 Secreto31126 deleted the renovate/all-minor-patch branch October 12, 2024 00:11
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.

1 participant