Skip to content

fix(renovate): Update minor (minor) #94

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

darraghoriordan
Copy link
Owner

@darraghoriordan darraghoriordan commented Feb 2, 2025

This PR contains the following updates:

Package Type Update Change
@eslint/js (source) devDependencies minor 9.23.0 -> 9.25.1
@nestjs/core (source) dependencies minor 11.0.12 -> 11.1.0
@nestjs/microservices (source) dependencies minor 11.0.12 -> 11.1.0
@nestjs/platform-express (source) dependencies minor 11.0.12 -> 11.1.0
@typescript-eslint/eslint-plugin (source) devDependencies minor 8.28.0 -> 8.31.0
@typescript-eslint/parser (source) devDependencies minor 8.28.0 -> 8.31.0
auth0 dependencies minor 4.21.0 -> 4.22.0
dotenv dependencies minor 16.4.7 -> 16.5.0
eslint (source) devDependencies minor 9.23.0 -> 9.25.1
knip (source) devDependencies minor 5.46.2 -> 5.50.5
node (source) minor 22.13.1 -> 22.15.0
node (source) engines minor >=22.13.1 -> >=22.15.0
typescript-eslint (source) devDependencies minor 8.28.0 -> 8.31.0

Release Notes

eslint/eslint (@​eslint/js)

v9.25.1

Compare Source

Bug Fixes
  • cdc8e8c fix: revert directive detection in no-unused-expressions (#​19639) (sethamus)
Chores

v9.25.0

Compare Source

Features
  • dcd95aa feat: support TypeScript syntax in no-empty-function rule (#​19551) (sethamus)
  • 77d6d5b feat: support TS syntax in no-unused-expressions (#​19564) (Sweta Tanwar)
  • 90228e5 feat: support JSRuleDefinition type (#​19604) (루밀LuMir)
  • 59ba6b7 feat: add allowObjects option to no-restricted-properties (#​19607) (sethamus)
  • db650a0 feat: support TypeScript syntax in no-invalid-this rule (#​19532) (Tanuj Kanti)
  • 9535cff feat: support TS syntax in no-loop-func (#​19559) (Nitin Kumar)
Bug Fixes
  • 910bd13 fix: nodeTypeKey not being used in NodeEventGenerator (#​19631) (StyleShit)
Documentation
  • ca7a735 docs: update no-undef-init when not to use section (#​19624) (Tanuj Kanti)
  • 1b870c9 docs: use eslint-config-xo in the getting started guide (#​19629) (Nitin Kumar)
  • 5d4af16 docs: add types for multiple rule options (#​19616) (Tanuj Kanti)
  • e8f8d57 docs: Update README (GitHub Actions Bot)
  • a40348f docs: no-use-before-define tweaks (#​19622) (Kirk Waiblinger)
  • 0ba3ae3 docs: Update README (GitHub Actions Bot)
  • 865dbfe docs: ensure "learn more" deprecation links point to useful resource (#​19590) (Kirk Waiblinger)
  • f80b746 docs: add known limitations for no-self-compare (#​19612) (Nitin Kumar)
  • 865aed6 docs: Update README (GitHub Actions Bot)
Chores

v9.24.0

Compare Source

Features
  • 556c25b feat: support loading TS config files using --experimental-strip-types (#​19401) (Arya Emami)
  • 72650ac feat: support TS syntax in init-declarations (#​19540) (Nitin Kumar)
  • 03fb0bc feat: normalize patterns to handle "./" prefix in files and ignores (#​19568) (Pixel998)
  • 071dcd3 feat: support TS syntax in no-dupe-class-members (#​19558) (Nitin Kumar)
  • cd72bcc feat: Introduce a way to suppress violations (#​19159) (Iacovos Constantinou)
  • 2a81578 feat: support TS syntax in no-loss-of-precision (#​19560) (Nitin Kumar)
  • 30ae4ed feat: add new options to class-methods-use-this (#​19527) (sethamus)
  • b79ade6 feat: support TypeScript syntax in no-array-constructor (#​19493) (Tanuj Kanti)
Bug Fixes
  • b23d1c5 fix: deduplicate variable names in no-loop-func error messages (#​19595) (Nitin Kumar)
  • fb8cdb8 fix: use any[] type for context.options (#​19584) (Francesco Trotta)
Documentation
  • f857820 docs: update documentation for --experimental-strip-types (#​19594) (Nikolas Schröter)
  • 803e4af docs: simplify gitignore path handling in includeIgnoreFile section (#​19596) (Thomas Broyer)
  • 6d979cc docs: Update README (GitHub Actions Bot)
  • 82177e4 docs: Update README (GitHub Actions Bot)
  • e849dc0 docs: replace existing var with const (#​19578) (Sweta Tanwar)
  • 0c65c62 docs: don't pass filename when linting rule examples (#​19571) (Milos Djermanovic)
  • 6be36c9 docs: Update custom-rules.md code example of fixer (#​19555) (Yifan Pan)
Build Related
  • 366e369 build: re-enable Prettier formatting for package.json files (#​19569) (Francesco Trotta)
Chores
nestjs/nest (@​nestjs/core)

v11.1.0

Compare Source

v11.1.0 (2025-04-23)
Enhancements
Committers: 1

v11.0.21

Compare Source

v11.0.21 (2025-04-23)
Enhancements
Dependencies
Committers: 1

v11.0.20

Compare Source

What's Changed
New Contributors

Full Changelog: nestjs/nest@v11.0.19...v11.0.20

v11.0.19

Compare Source

v11.0.18

Compare Source

What's Changed

Full Changelog: nestjs/nest@v11.0.17...v11.0.18

v11.0.17

Compare Source

v11.0.16

Compare Source

v11.0.16 (2025-04-11)

v11.0.15

Compare Source

v11.0.15 (2025-04-10)
Bug fixes
Committers: 1

v11.0.14

Compare Source

v11.0.14 (2025-04-09)
Bug fixes
  • platform-fastify
Committers: 1

v11.0.13

Compare Source

v11.0.13 (2025-04-03)
Bug fixes
  • platform-fastify
  • microservices
    • #​14869 fix(microservices): do not re-create client connection once get client by service name (@​mingo023)
Dependencies
Committers: 2
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.31.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#​10979)
❤️ Thank You
  • Nicolas Le Cam

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

v8.30.1

Compare Source

🩹 Fixes
  • eslint-plugin: fix mistake with eslintrc config generation (#​11072)
❤️ Thank You

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

v8.30.0

Compare Source

🚀 Features
  • eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#​11032)
🩹 Fixes
  • eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#​10950)
❤️ Thank You

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

v8.29.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-deprecated] report on deprecated imported variable used as property (#​10998)
❤️ Thank You
  • Ronen Amiel

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

v8.29.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] create ignoreIfStatements option (#​11000)
🩹 Fixes
  • eslint-plugin: [no-array-constructor] remove optional chaining exemption (#​10963)
  • eslint-plugin: support arbitrary extensions in definition files (#​10957)
  • eslint-plugin: [prefer-for-of] fix false positive when using erasable type syntax within update expressions (#​10981)
  • eslint-plugin: [use-unknown-in-catch-callback-variable] remove fixable property (#​10993)
  • eslint-plugin: [no-unnecessary-condition] don't report on unnecessary optional array index access when noUncheckedIndexedAccess is enabled (#​10961)
❤️ Thank You

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.31.0

Compare Source

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

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

v8.30.1

Compare Source

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

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

v8.30.0

Compare Source

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

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

v8.29.1

Compare Source

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

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

v8.29.0

Compare Source

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

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

auth0/node-auth0 (auth0)

v4.22.0

Compare Source

Full Changelog

Added

⚠️ BREAKING CHANGES

Please look at #​1093 PR for changes
Updated response from Array to Array for /connections : 'GET' endpoint

motdotla/dotenv (dotenv)

v16.5.0

Compare Source

Added
  • 🎉 Added new sponsor Graphite - the AI developer productivity platform helping teams on GitHub ship higher quality software, faster.

[!TIP]
Become a sponsor

The dotenvx README is viewed thousands of times DAILY on GitHub and NPM.
Sponsoring dotenv is a great way to get in front of developers and give back to the developer community at the same time.

Changed
  • Remove _log method. Use _debug #​862
webpro-nl/knip (knip)

v5.50.5

Compare Source

  • Add jiti to "positionals" (resolves #​1033) (08a4688)
  • Group some scripts tests (edf56e0)
  • Fix starlight social config (cc51eaa)
  • Support ignoreUnresolved from top-level and root ws config (resolves #​1032) (852298b)
  • Update docs re. production mode (3b142b1)

v5.50.4

Compare Source

  • Don't exclude (dist) files with js ext from being source mapped (b39ac44)
  • Mark simple-git-hooks as used dependency when config exists (#​1027) (78f8cf4) - thanks @​azat-io!
  • Update docs dependencies (a8b44f6)

v5.50.3

Compare Source

  • Include empty named import declaration (d958e90)
  • Use pnpm workspaces over package.json workspaces (330e918)
  • Update comment (e8fcd87)
  • Revert and improve fix for #​1024 (3db59f7)

v5.50.2

Compare Source

v5.50.1

Compare Source

  • Revert "Remove unused TS config options"

This reverts commit d1686e2. (731fe7e)

v5.50.0

Compare Source

v5.49.0

Compare Source

v5.48.0

Compare Source

v5.47.0

Compare Source

v5.46.5

Compare Source

v5.46.4

Compare Source

  • fix: Fix the issue where the built-in Vue compiler only supports <scr… (#​997)
  • Update dependencies (16667d1)

v5.46.3

Compare Source

nodejs/node (node)

v22.15.0: 2025-04-23, Version 22.15.0 'Jod' (LTS), @​UlisesGascon prepared by @​RafaelGSS

Compare Source

Notable Changes
Commits

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone Australia/Melbourne.

🚦 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 has been generated by Renovate Bot.

@darraghoriordan darraghoriordan changed the title fix(renovate): Update dependency @darraghor/eslint-plugin-nestjs-typed to v5.2.1 fix(renovate): Update minor (minor) Feb 5, 2025
@darraghoriordan darraghoriordan force-pushed the renovate/minor branch 4 times, most recently from dbe0e04 to bb539a9 Compare February 12, 2025 21:25
@darraghoriordan darraghoriordan force-pushed the renovate/minor branch 7 times, most recently from 64ab65e to e19a318 Compare February 17, 2025 21:24
@darraghoriordan darraghoriordan changed the title fix(renovate): Update minor (minor) fix(renovate): Update Node.js to v22.14.0 Feb 17, 2025
@darraghoriordan darraghoriordan force-pushed the renovate/minor branch 2 times, most recently from ccdb195 to 33e7266 Compare February 24, 2025 21:24
@darraghoriordan darraghoriordan changed the title fix(renovate): Update Node.js to v22.14.0 fix(renovate): Update minor (minor) Feb 24, 2025
@darraghoriordan darraghoriordan force-pushed the renovate/minor branch 6 times, most recently from 94fc1ec to 54c8f0d Compare March 3, 2025 21:26
@darraghoriordan darraghoriordan force-pushed the renovate/minor branch 5 times, most recently from e6eee5d to 96b3975 Compare March 10, 2025 21:26
@darraghoriordan darraghoriordan force-pushed the renovate/minor branch 7 times, most recently from 4190de5 to 76c079f Compare March 26, 2025 21:26
@darraghoriordan darraghoriordan force-pushed the renovate/minor branch 3 times, most recently from 69e5731 to c199205 Compare March 29, 2025 05:26
@darraghoriordan darraghoriordan changed the title fix(renovate): Update minor (minor) fix(renovate): Update Node.js to v22.14.0 Mar 29, 2025
@darraghoriordan darraghoriordan changed the title fix(renovate): Update Node.js to v22.14.0 fix(renovate): Update minor (minor) Apr 3, 2025
@darraghoriordan darraghoriordan force-pushed the renovate/minor branch 7 times, most recently from 5677ccd to e7f80df Compare April 14, 2025 02:48
@darraghoriordan darraghoriordan force-pushed the renovate/minor branch 6 times, most recently from 2639b55 to 77b5448 Compare April 23, 2025 21:26
@darraghoriordan darraghoriordan force-pushed the renovate/minor branch 2 times, most recently from e6e2576 to ed769d9 Compare April 25, 2025 02:47
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.

1 participant