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 #64

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@azure/data-tables (source) 13.2.2 -> 13.3.0 age adoption passing confidence
@azure/functions 4.5.0 -> 4.6.0 age adoption passing confidence
@azure/static-web-apps-cli 1.1.9 -> 1.1.10 age adoption passing confidence
@cloudflare/workers-types 4.20240620.0 -> 4.20250124.3 age adoption passing confidence
@types/eslint (source) 8.56.10 -> 8.56.12 age adoption passing confidence
@types/node (source) 20.14.8 -> 20.17.16 age adoption passing confidence
@types/node-fetch (source) 2.6.11 -> 2.6.12 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.13.1 -> 7.18.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.13.1 -> 7.18.0 age adoption passing confidence
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence
npm-run-all2 6.2.0 -> 6.2.6 age adoption passing confidence
pnpm (source) 9.4.0 -> 9.15.4 age adoption passing confidence
prettier (source) 3.3.2 -> 3.4.2 age adoption passing confidence
typescript (source) 5.5.2 -> 5.7.3 age adoption passing confidence
undici (source) 6.19.2 -> 6.21.1 age adoption passing confidence
vite (source) 5.3.1 -> 5.4.14 age adoption passing confidence
wrangler (source) 3.61.0 -> 3.105.1 age adoption passing confidence

Release Notes

Azure/azure-sdk-for-js (@​azure/data-tables)

v13.3.0

Compare Source

Azure/azure-functions-nodejs-library (@​azure/functions)

v4.6.0

Compare Source

Fixed

Full Changelog: Azure/azure-functions-nodejs-library@v4.5.1...v4.6.0

v4.5.1

Compare Source

Fixed
  • Fixed undefined HTTP params when streaming is enabled #​285
azure/static-web-apps-cli (@​azure/static-web-apps-cli)

v1.1.10

Compare Source

What's Changed

New Contributors

Full Changelog: Azure/static-web-apps-cli@v1.1.9...v1.1.10

cloudflare/workerd (@​cloudflare/workers-types)

v4.20250124.3

Compare Source

v4.20250121.0

Compare Source

v4.20250109.0

Compare Source

v4.20241230.0

Compare Source

v4.20241224.0

Compare Source

v4.20241218.0

Compare Source

v4.20241216.0

Compare Source

v4.20241214.0

Compare Source

v4.20241205.0

Compare Source

v4.20241202.0

Compare Source

v4.20241127.0

Compare Source

v4.20241112.0

Compare Source

v4.20241106.0

Compare Source

v4.20241022.0

Compare Source

v4.20241018.0

Compare Source

v4.20241011.0

Compare Source

v4.20241004.0

Compare Source

v4.20240925.0

Compare Source

v4.20240924.0

Compare Source

v4.20240919.0

Compare Source

v4.20240909.0

Compare Source

v4.20240903.0

Compare Source

v4.20240821.1

Compare Source

v4.20240815.0

Compare Source

v4.20240806.0

Compare Source

v4.20240729.0

Compare Source

v4.20240725.0

Compare Source

v4.20240722.0

Compare Source

v4.20240718.0

Compare Source

v4.20240712.0

Compare Source

v4.20240701.0

Compare Source

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

v7.18.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib

  • eslint-plugin: [unbound-method] report on destructuring in function parameters

  • eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types

  • eslint-plugin: [strict-boolean-expressions] support branded booleans

❤️ Thank You
  • auvred
  • Oliver Salzburg
  • Vinccool96
  • Yukihiro Hasegawa

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

v7.17.0

Compare Source

🚀 Features
  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7

  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never"

🩹 Fixes
  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more)

  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context

  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field

❤️ Thank You
  • Armano
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit

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

v7.16.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters
❤️ Thank You
  • Dan Vanderkam

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

v7.16.0

Compare Source

🚀 Features
  • rule-tester: stricter rule test validations

  • eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule

  • eslint-plugin: add support for nested namespaces to unsafe-member-access

  • eslint-plugin: [no-floating-promises] add checkThenables option

🩹 Fixes
  • deps: update dependency @​eslint-community/regexpp to v4.11.0

  • eslint-plugin: [no-floating-promises] add suggestions to tests from #​9263 checkThenables

  • website: react key error on internal pages of website

  • eslint-plugin: [restrict-template-expressions] don't report tuples if allowArray option is enabled

❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

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

v7.15.0

Compare Source

🚀 Features
  • eslint-plugin: [array-type] detect Readonly<string[]> case

  • eslint-plugin: back-port new rules around empty object types from v8

🩹 Fixes
  • disable EXPERIMENTAL_useProjectService in disabled-type-checked shared config

  • eslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any

  • eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any

❤️ Thank You
  • auvred
  • Kim Sang Du
  • rgehbt
  • Vinccool96

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

v7.14.1

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types

  • eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens

❤️ Thank You
  • Jake Bailey

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

v7.14.0

Compare Source

🚀 Features
  • support TypeScript 5.5
🩹 Fixes
  • eslint-plugin: [no-extraneous-class] handle abstract members

  • eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types

  • eslint-plugin: [no-invalid-this] support AccessorProperty

❤️ Thank You
  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

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

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

v7.18.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.

v7.17.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.

v7.16.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.

v7.16.0

Compare Source

🩹 Fixes
❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

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

v7.15.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.

v7.14.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.

v7.14.0

Compare Source

🚀 Features
  • support TypeScript 5.5
❤️ Thank You
  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

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

eslint/eslint (eslint)

v8.57.1

Compare Source

bcomnes/npm-run-all2 (npm-run-all2)

v6.2.6

Compare Source

Commits
  • Prevent a throw when looking up undefined results d928f9a

v6.2.5

Compare Source

v6.2.4

Compare Source

Merged
  • Switch to JS-based which command #154
Fixed
  • Switch to JS-based which command #153

v6.2.3

Compare Source

Commits
  • Merge pull request #​151 from bcomnes/fix-pnpm-agian c43fa2b
  • Avoid passing config fields as flags for pnpm dc2d7da

v6.2.2

Compare Source

Commits
  • Revert "Compatibility: npm, yarn and pnpm run scripts" fc35f0d

v6.2.1

Compare Source

Merged
  • Compatibility: npm, yarn and pnpm run scripts #143
  • Use neostandard + add more static code analysis #142
  • Upgrade: Bump c8 from 9.1.0 to 10.0.0 #141
  • Upgrade: Bump p-queue from 7.4.1 to 8.0.1 #138
pnpm/pnpm (pnpm)

v9.15.4: pnpm 9.15.4

Compare Source

Patch Changes

  • Ensure that recursive pnpm update --latest <pkg> updates only the specified package, with dedupe-peer-dependents=true.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.3

Compare Source

v9.15.2: pnpm 9.15.2

Compare Source

Patch Changes

  • Fixed publish/pack error with workspace dependencies with relative paths #​8904. It was broken in v9.4.0 (398472c).
  • Use double quotes in the command suggestion by pnpm patch on Windows #​7546.
  • Do not fall back to SSH, when resolving a git-hosted package if git ls-remote works via HTTPS #​8906.
  • Improve how packages with blocked lifecycle scripts are reported during installation. Always print the list of ignored scripts at the end of the output. Include a hint about how to allow the execution of those packages.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.1

Compare Source

v9.15.0

Compare Source

v9.14.4

Compare Source

v9.14.3

Compare Source

v9.14.2

Compare Source

Patch Changes

  • pnpm publish --json should work #​8788.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

v9.14.1

Compare Source

Minor Changes

  • Added support for pnpm pack --json to print packed tarball and contents in JSON format #​8765.

Patch Changes

  • pnpm exec should print a meaningful error message when no command is provided #​8752.
  • pnpm setup should remove the CLI from the target location before moving the new binary #​8173.
  • Fix ERR_PNPM_TARBALL_EXTRACT error while installing a dependency from GitHub having a slash in branch name #​7697.
  • Don't crash if the `use-node-ver

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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 45c873e to a8cea86 Compare June 24, 2024 22:14
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to v7.14.1 chore(deps): update all non-major dependencies Jun 24, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a8cea86 to 07132fc Compare June 25, 2024 18:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 07132fc to eabf3e6 Compare June 25, 2024 22:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eabf3e6 to 20b5335 Compare June 27, 2024 16:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 20b5335 to 2d5e138 Compare July 1, 2024 20:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2d5e138 to f592dcb Compare July 3, 2024 06:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f592dcb to e86a786 Compare July 3, 2024 11:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e86a786 to 3ec10bd Compare July 3, 2024 21:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3ec10bd to 7b90d5d Compare July 4, 2024 06:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7b90d5d to 1e23504 Compare July 4, 2024 17:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1e23504 to 496b375 Compare July 5, 2024 21:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 496b375 to cd6e6e3 Compare July 7, 2024 16:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cd6e6e3 to cb7f126 Compare July 8, 2024 19:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cb7f126 to 96918d0 Compare July 9, 2024 19:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d167aee to f2178e2 Compare December 24, 2024 18:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6a58102 to b0ec29d Compare December 31, 2024 11:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 13657eb to aee3ba8 Compare January 14, 2025 21:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from d4eb379 to 5a37ef6 Compare January 22, 2025 21:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1db2d1a to b2b8619 Compare January 24, 2025 17:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b2b8619 to f8313cf Compare January 24, 2025 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants