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 devdependencies (non-major) #251

Merged
merged 3 commits into from
Sep 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rushstack/heft (source) ^0.66.0 -> ^0.67.0 age adoption passing confidence
@types/node (source) 20.14.9 -> 20.16.3 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.15.0 -> 7.18.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.15.0 -> 7.18.0 age adoption passing confidence
eslint-config-next (source) 14.2.4 -> 14.2.7 age adoption passing confidence
eslint-config-turbo (source) 2.0.6 -> 2.1.1 age adoption passing confidence
eslint-plugin-import 2.29.1 -> 2.30.0 age adoption passing confidence
eslint-plugin-n 17.9.0 -> 17.10.2 age adoption passing confidence
eslint-plugin-prettier 5.1.3 -> 5.2.1 age adoption passing confidence
eslint-plugin-promise 7.0.0 -> 7.1.0 age adoption passing confidence
eslint-plugin-react 7.34.3 -> 7.35.1 age adoption passing confidence
prettier (source) 3.3.2 -> 3.3.3 age adoption passing confidence
turbo (source) 2.0.6 -> 2.1.1 age adoption passing confidence
typedoc (source) 0.26.3 -> 0.26.6 age adoption passing confidence
typescript (source) 5.5.3 -> 5.5.4 age adoption passing confidence
vite (source) 5.3.2 -> 5.4.2 age adoption passing confidence
vitest (source) 2.0.0 -> 2.0.5 age adoption passing confidence

Release Notes

microsoft/rushstack (@​rushstack/heft)

v0.67.0

Compare Source

Wed, 21 Aug 2024 05:43:04 GMT

Minor changes
  • Add a slashNormalizedBuildFolderPath property to HeftConfiguration.

v0.66.26

Compare Source

Mon, 12 Aug 2024 22:16:04 GMT

Version update only

v0.66.25

Compare Source

Fri, 02 Aug 2024 17:26:42 GMT

Version update only

v0.66.24

Compare Source

Sat, 27 Jul 2024 00:10:27 GMT

Patches
  • Include CHANGELOG.md in published releases again

v0.66.23

Compare Source

Wed, 24 Jul 2024 00:12:14 GMT

Version update only

v0.66.22

Compare Source

Wed, 17 Jul 2024 06:55:09 GMT

Version update only

v0.66.21

Compare Source

Wed, 17 Jul 2024 00:11:19 GMT

Version update only

v0.66.20

Compare Source

Tue, 16 Jul 2024 00:36:21 GMT

Patches
  • Update schemas/templates/heft.json to reflect new settings
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.

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.

vercel/next.js (eslint-config-next)

v14.2.7

Compare Source

v14.2.6

Compare Source

v14.2.5

Compare Source

vercel/turborepo (eslint-config-turbo)

v2.1.1: Turborepo v2.1.1

Compare Source

What's Changed

Docs
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.1.0...v2.1.1

v2.1.0: Turborepo v2.1.0

Compare Source

What's Changed

Docs
@​turbo/codemod
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.0.14...v2.1.0

v2.0.14: Turborepo v2.0.14

Compare Source

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.0.13...v2.0.14

v2.0.13: Turborepo v2.0.13

Compare Source

What's Changed

Docs
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.0.12...v2.0.13

v2.0.12: Turborepo v2.0.12

Compare Source

What's Changed

Docs
@​turbo/repository
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.0.11...v2.0.12

v2.0.11: Turborepo v2.0.11

Compare Source

What's Changed

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.0.10...v2.0.11

v2.0.10: Turborepo v2.0.10

Compare Source

What's Changed

Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.0.9...v2.0.10

v2.0.9: Turborepo v2.0.9

Compare Source

What's Changed

Examples
Changelog

Full Changelog: vercel/turborepo@v2.0.8...v2.0.9

v2.0.8: Turborepo v2.0.8

Compare Source

What's Changed

Examples
Changelog

Full Changelog: vercel/turborepo@v2.0.7...v2.0.8

v2.0.7: Turborepo v2.0.7

Compare Source

What's Changed

Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.0.6...v2.0.7

import-js/eslint-plugin-import (eslint-plugin-import)

v2.30.0

Compare Source

Added
  • [dynamic-import-chunkname]: add allowEmpty option to allow empty leading comments ([#​2942], thanks [[@&#

Configuration

📅 Schedule: Branch creation - "on the first day of the month" (UTC), 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.

Copy link

changeset-bot bot commented Aug 1, 2024

⚠️ No Changeset found

Latest commit: 64b352a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 5 times, most recently from ea94f7c to 516a995 Compare August 28, 2024 01:07
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from a7ae769 to 5850080 Compare September 3, 2024 01:02
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 5850080 to 5a71923 Compare September 3, 2024 08:26
@lukasIO lukasIO merged commit 04b8564 into main Sep 3, 2024
2 checks passed
@lukasIO lukasIO deleted the renovate/devdependencies-(non-major) branch September 3, 2024 09:10
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