Skip to content

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 Type Update
@azure/data-tables (source) 13.2.2 -> 13.3.0 age adoption passing confidence dependencies minor
@azure/functions 4.5.0 -> 4.6.1 age adoption passing confidence devDependencies minor
@azure/static-web-apps-cli 1.1.9 -> 1.1.10 age adoption passing confidence devDependencies patch
@cloudflare/workers-types 4.20240620.0 -> 4.20250214.0 age adoption passing confidence devDependencies minor
@types/eslint (source) 8.56.10 -> 8.56.12 age adoption passing confidence devDependencies patch
@types/node (source) 20.14.8 -> 20.17.19 age adoption passing confidence devDependencies minor
@types/node-fetch (source) 2.6.11 -> 2.6.12 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 7.13.1 -> 7.18.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 7.13.1 -> 7.18.0 age adoption passing confidence devDependencies minor
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence devDependencies patch
npm-run-all2 6.2.0 -> 6.2.6 age adoption passing confidence devDependencies patch
pnpm (source) 9.4.0 -> 9.15.5 age adoption passing confidence packageManager minor
pnpm/action-setup v4.0.0 -> v4.1.0 age adoption passing confidence action minor
prettier (source) 3.3.2 -> 3.5.2 age adoption passing confidence devDependencies minor
typescript (source) 5.5.2 -> 5.7.3 age adoption passing confidence devDependencies minor
undici (source) 6.19.2 -> 6.21.1 age adoption passing confidence devDependencies minor
vite (source) 5.3.1 -> 5.4.14 age adoption passing confidence devDependencies minor
wrangler (source) 3.61.0 -> 3.109.2 age adoption passing confidence devDependencies minor

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.20250214.0

Compare Source

v4.20250204.0

Compare Source

v4.20250129.0

Compare Source

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.5: pnpm 9.15.5

Compare Source

Patch Changes

  • Verify that the package name is valid when executing the publish command.
  • When running pnpm install, the preprepare and postprepare scripts of the project should be executed #​8989.
  • Quote args for scripts with shell-quote to support new lines (on POSIX only) #​8980.
  • Proxy settings should be respected, when resolving Git-hosted dependencies #​6530.
  • Replace strip-ansi with the built-in util.stripVTControlCharacters #​9009.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

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

@github-actions github-actions bot temporarily deployed to qwik-todos (Preview) June 24, 2024 19:10 Inactive
@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
@github-actions github-actions bot temporarily deployed to qwik-todos (Preview) June 24, 2024 22:15 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a8cea86 to 07132fc Compare June 25, 2024 18:16
@github-actions github-actions bot temporarily deployed to qwik-todos (Preview) June 25, 2024 18:16 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 07132fc to eabf3e6 Compare June 25, 2024 22:56
@github-actions github-actions bot temporarily deployed to qwik-todos (Preview) June 25, 2024 22:56 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eabf3e6 to 20b5335 Compare June 27, 2024 16:57
@github-actions github-actions bot temporarily deployed to qwik-todos (Preview) June 27, 2024 16:58 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 20b5335 to 2d5e138 Compare July 1, 2024 20:42
@github-actions github-actions bot temporarily deployed to qwik-todos (Preview) July 1, 2024 20:43 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2d5e138 to f592dcb Compare July 3, 2024 06:58
@github-actions github-actions bot temporarily deployed to qwik-todos (Preview) July 3, 2024 06:59 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f592dcb to e86a786 Compare July 3, 2024 11:33
@github-actions github-actions bot temporarily deployed to qwik-todos (Preview) July 3, 2024 11:34 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e86a786 to 3ec10bd Compare July 3, 2024 21:54
@github-actions github-actions bot temporarily deployed to qwik-todos (Preview) July 3, 2024 21:54 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3ec10bd to 7b90d5d Compare July 4, 2024 06:16
@github-actions github-actions bot temporarily deployed to qwik-todos (Preview) July 4, 2024 06:17 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7b90d5d to 1e23504 Compare July 4, 2024 17:05
@github-actions github-actions bot temporarily deployed to qwik-todos (Preview) July 4, 2024 17:06 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1e23504 to 496b375 Compare July 5, 2024 21:17
@github-actions github-actions bot temporarily deployed to qwik-todos (Preview) July 5, 2024 21:17 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 496b375 to cd6e6e3 Compare July 7, 2024 16:48
@github-actions github-actions bot temporarily deployed to qwik-todos (Preview) July 7, 2024 16:49 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cd6e6e3 to cb7f126 Compare July 8, 2024 19:14
@github-actions github-actions bot temporarily deployed to qwik-todos (Preview) July 8, 2024 19:15 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cb7f126 to 96918d0 Compare July 9, 2024 19:00
@github-actions github-actions bot temporarily deployed to qwik-todos (Preview) July 9, 2024 19:00 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 021c44e to c1dbc08 Compare January 29, 2025 21:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 3ca4b40 to 4dcd8dd Compare February 4, 2025 21:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 1c30b0e to 83ab496 Compare February 13, 2025 23:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 39f2f43 to 58f25c5 Compare February 18, 2025 18:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 58f25c5 to 1cddeb8 Compare February 22, 2025 07:14
Copy link

@github-actions github-actions bot temporarily deployed to qwik-todos (Preview) February 23, 2025 14:00 Inactive
@derkoe derkoe merged commit e3c3ff8 into main Feb 23, 2025
6 of 7 checks passed
@github-actions github-actions bot temporarily deployed to qwik-todos (Preview) February 23, 2025 14:03 Inactive
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.

1 participant