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

Merged
merged 1 commit into from
Jun 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 12, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@azure/functions 4.4.0 -> 4.5.0 age adoption passing confidence
@azure/static-web-apps-cli 1.1.7 -> 1.1.9 age adoption passing confidence
@cloudflare/workers-types 4.20240502.0 -> 4.20240620.0 age adoption passing confidence
@types/node (source) 20.12.11 -> 20.14.8 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.8.0 -> 7.13.1 age adoption passing confidence
@typescript-eslint/parser (source) 7.8.0 -> 7.13.1 age adoption passing confidence
npm-run-all2 6.1.2 -> 6.2.0 age adoption passing confidence
pnpm (source) 9.1.0 -> 9.4.0 age adoption passing confidence
prettier (source) 3.2.5 -> 3.3.2 age adoption passing confidence
typescript (source) 5.4.5 -> 5.5.2 age adoption passing confidence
undici (source) 6.16.1 -> 6.19.2 age adoption passing confidence
vite (source) 5.2.11 -> 5.3.1 age adoption passing confidence
wrangler (source) 3.55.0 -> 3.61.0 age adoption passing confidence

Release Notes

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

v4.5.0

Compare Source

Added
  • Support for log hooks #​228. This feature requires Azure Functions Host v4.34+
  • Allow specifying worker capabilities during setup #​255
Fixed
  • Retry options were ignored #​250
azure/static-web-apps-cli (@​azure/static-web-apps-cli)

v1.1.9

Compare Source

What's Changed

New Contributors

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

v1.1.8

Compare Source

What's Changed

Features
Fixes

New Contributors

Full Changelog: Azure/static-web-apps-cli@v1.1.7...v1.1.8

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

v4.20240620.0

Compare Source

v4.20240614.0

Compare Source

v4.20240605.0

Compare Source

v4.20240603.0

Compare Source

v4.20240529.0

Compare Source

v4.20240524.0

Compare Source

v4.20240512.0

Compare Source

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

v7.13.1

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-readonly] refine report locations

  • eslint-plugin: [return-await] support explicit resource management

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

❤️ Thank You
  • Kirk Waiblinger
  • Yukihiro Hasegawa

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

v7.13.0

Compare Source

🚀 Features
  • typescript-estree: require import = require() argument to be a string literal

  • typescript-estree: forbid .body, .async, .generator on declare function

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index

🩹 Fixes
  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression

  • scope-manager: handle index signature in class

  • eslint-plugin: [init-declarations] refine report locations

  • eslint-plugin: [no-base-to-string] make error message more nuanced

  • eslint-plugin: [no-unsafe-assignment] be more specific about error types

  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option

❤️ Thank You
  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

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

v7.12.0

Compare Source

🚀 Features
  • eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals)

  • rule-tester: check for parsing errors in suggestion fixes

  • rule-tester: port checkDuplicateTestCases from ESLint

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

🩹 Fixes
  • no-useless-template-expression -> no-unnecessary-template-expression

  • eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check

  • eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining

  • eslint-plugin: [explicit-member-accessibility] refine report locations

  • eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declares

  • eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions

  • eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe

  • eslint-plugin: [member-ordering] also TSMethodSignature can be get/set

❤️ Thank You
  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

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

v7.11.0

Compare Source

🚀 Features
  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment
🩹 Fixes
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions
❤️ Thank You
  • Abraham Guo
  • auvred
  • Dom Armstrong
  • Kirk Waiblinger

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

v7.10.0

Compare Source

🚀 Features
  • eslint-plugin: [sort-type-constituents] support case sensitive sorting
🩹 Fixes
  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag
❤️ Thank You
  • auvred
  • Emanuel Hoogeveen
  • jsfm01
  • Kirk Waiblinger

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

v7.9.0

Compare Source

🩹 Fixes
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters
❤️ Thank You
  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

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

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

v7.13.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.13.0

Compare Source

🚀 Features
  • parser, typescript-estree: export withoutProjectParserOptions utility
❤️ Thank You
  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

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

v7.12.0

Compare Source

🩹 Fixes
  • types: correct typing ParserOptions
❤️ Thank You
  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

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

v7.11.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.10.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.9.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.

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

v6.2.0

Compare Source

Merged
  • Placeholder that unfolds into multiple tasks #134
  • 📝 add compatibility note for pnpm. #136
  • Upgrade: Bump codecov/codecov-action from 3 to 4 #131
pnpm/pnpm (pnpm)

v9.4.0

Compare Source

v9.3.0

Compare Source

Minor Changes

  • Semi-breaking. Dependency key names in the lockfile are shortened if they are longer than 1000 characters. We don't expect this change to affect many users. Affected users most probably can't run install successfully at the moment. This change is required to fix some edge cases in which installation fails with an out-of-memory error or "Invalid string length (RangeError: Invalid string length)" error. The max allowed length of the dependency key can be controlled with the peers-suffix-max-length setting #​8177.

Patch Changes

  • Set reporter-hide-prefix to true by default for pnpm exec. In order to show prefix, the user now has to explicitly set reporter-hide-prefix=false #​8174.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.2.0

Compare Source

Minor Changes

  • If package-manager-strict-version is set to true, pnpm will fail if its version doesn't exactly match the version in the "packageManager" field of package.json.

Patch Changes

  • Update @yarnpkg/pnp to the latest version, fixing issue with node: imports #​8161.
  • Deduplicate bin names to prevent race condition and corrupted bin scripts #​7833.
  • pnpm doesn't fail if its version doesn't match the one specified in the "packageManager" field of package.json #​8087.
  • exec now also streams prefixed output when --recursive or --parallel is specified just as run does #​8065.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.1.4

Compare Source

v9.1.3

Compare Source

v9.1.2

Compare Source

Patch Changes

  • Reduced memory usage during peer dependencies resolution #​8084.
  • Details in the pnpm licenses output are not misplaced anymore #​8071.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.1.1

Compare Source

prettier/prettier (prettier)

v3.3.2

Compare Source

diff

Fix handlebars path expressions starts with @ (#​16358 by @​Princeyadav05)
{{! Input }}
<div>{{@&#8203;x.y.z}}</div>

{{! Prettier 3.3.1 }}
<div>{{@&#8203;x}}</div>

{{! Prettier 3.3.2 }}
<div>{{@&#8203;x.y.z}}</div>

v3.3.1

Compare Source

diff

Preserve empty lines in front matter (#​16347 by @​fisker)
<!-- Input -->
---
foo:
  - bar1

  - bar2

  - bar3
---
Markdown

<!-- Prettier 3.3.0 -->

---
foo:
  - bar1
  - bar2
  - bar3
---

Markdown

<!-- Prettier 3.3.1 -->
---
foo:
  - bar1

  - bar2

  - bar3
---

Markdown
Preserve explicit language in front matter (#​16348 by @​fisker)
<!-- Input -->
---yaml
title: Hello
slug: home
---

<!-- Prettier 3.3.0 -->
---
title: Hello
slug: home
---

<!-- Prettier 3.3.1 -->
---yaml
title: Hello
slug: home
---
Avoid line breaks in import attributes (#​16349 by @​fisker)
// Input
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

// Prettier 3.3.0
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type:
  "json" };

// Prettier 3.3.1
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

v3.3.0

Compare Source

diff

🔗 Release Notes

Microsoft/TypeScript (typescript)

v5.5.2

Compare Source

nodejs/undici (undici)

v6.19.2

Compare Source

What's Changed

Full Changelog: nodejs/undici@v6.19.1...v6.19.2

v6.19.1

Compare Source

v6.19.0

Compare Source

What's Changed


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 has been generated by Mend Renovate. View repository job log here.

Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://happy-dune-0dd9a9003-61.westeurope.5.azurestaticapps.net

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 59426db to 2371c74 Compare May 13, 2024 13:45
@renovate renovate bot changed the title chore(deps): update pnpm to v9.1.1 chore(deps): update all non-major dependencies May 13, 2024
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://happy-dune-0dd9a9003-61.westeurope.5.azurestaticapps.net

Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://happy-dune-0dd9a9003-61.westeurope.5.azurestaticapps.net

Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://happy-dune-0dd9a9003-61.westeurope.5.azurestaticapps.net

Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://happy-dune-0dd9a9003-61.westeurope.5.azurestaticapps.net

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 68e5109 to 9007f4b Compare May 16, 2024 21:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9007f4b to 937624c Compare May 17, 2024 11:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 937624c to 5c04764 Compare May 20, 2024 21:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5c04764 to 491ba89 Compare May 21, 2024 06:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 491ba89 to 4b6ee1f Compare May 21, 2024 21:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4b6ee1f to 837d6ec Compare May 22, 2024 10:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 837d6ec to 0c4a4ca Compare May 27, 2024 09:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0c4a4ca to 5e6c131 Compare May 27, 2024 22:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 19b9407 to 2ad611b Compare June 15, 2024 00:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2ad611b to f57dcf1 Compare June 17, 2024 18:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f57dcf1 to 0c0f0e3 Compare June 17, 2024 21:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0c0f0e3 to 6f73f12 Compare June 18, 2024 02:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6f73f12 to b1eaab1 Compare June 18, 2024 08:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b1eaab1 to 2a442a9 Compare June 18, 2024 17:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2a442a9 to 96d6233 Compare June 19, 2024 18:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 96d6233 to c17f2b3 Compare June 20, 2024 19:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c17f2b3 to 8e06835 Compare June 20, 2024 22:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8e06835 to a93d5eb Compare June 22, 2024 07:54
@derkoe derkoe closed this Jun 22, 2024
@derkoe derkoe reopened this Jun 22, 2024
@derkoe derkoe merged commit acad60a into main Jun 22, 2024
7 of 10 checks passed
Copy link

sonarcloud bot commented Jun 22, 2024

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.

None yet

1 participant