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

Update all non-major dependencies #94

Merged
merged 2 commits into from
Jun 16, 2024
Merged

Update all non-major dependencies #94

merged 2 commits into from
Jun 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 28, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/chrome (source) 0.0.266 -> 0.0.268 age adoption passing confidence devDependencies patch
@types/node (source) 20.12.7 -> 20.14.2 age adoption passing confidence devDependencies minor
@types/react (source) 18.2.79 -> 18.3.3 age adoption passing confidence devDependencies minor
@types/react-dom (source) 18.2.25 -> 18.3.0 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 7.7.0 -> 7.13.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 7.7.0 -> 7.13.0 age adoption passing confidence devDependencies minor
Songmu/tagpr v1.2.0 -> v1.3.0 age adoption passing confidence action minor
actions/checkout v4.1.1 -> v4.1.7 age adoption passing confidence action patch
actions/create-github-app-token v1.9.3 -> v1.10.1 age adoption passing confidence action minor
eslint-plugin-react 7.34.1 -> 7.34.2 age adoption passing confidence devDependencies patch
eslint-plugin-react-hooks (source) 4.6.0 -> 4.6.2 age adoption passing confidence devDependencies patch
globals 15.0.0 -> 15.5.0 age adoption passing confidence devDependencies minor
node (source) 20.12.2 -> 20.14.0 age adoption passing confidence minor
plasmo (source) 0.85.2 -> 0.87.2 age adoption passing confidence dependencies minor
pnpm (source) 9.1.3 -> 9.3.0 age adoption passing confidence packageManager minor
prettier (source) 3.2.5 -> 3.3.2 age adoption passing confidence devDependencies minor
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence dependencies minor
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence dependencies minor
tailwindcss (source) 3.4.3 -> 3.4.4 age adoption passing confidence devDependencies patch
ts-pattern 5.1.1 -> 5.2.0 age adoption passing confidence devDependencies minor
vitest (source) 1.5.0 -> 1.6.0 age adoption passing confidence devDependencies minor

Release Notes

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

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.

v7.8.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-argument] handle tagged templates

  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check

  • eslint-plugin: [consistent-type-assertions] handle tagged templates

  • eslint-plugin: [no-unsafe-return] handle union types

  • eslint-plugin: [no-unused-vars] clear error report range

❤️ Thank You
  • auvred
  • Josh Goldberg ✨
  • jsfm01
  • Kim Sang Du
  • YeonJuan

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

v7.7.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment

  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type

  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish

  • eslint-plugin: [no-for-in-array] refine report location

  • eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type

❤️ Thank You
  • Abraham Guo
  • Kirk Waiblinger
  • YeonJuan

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

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

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.

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

Songmu/tagpr (Songmu/tagpr)

v1.3.0

Compare Source

actions/checkout (actions/checkout)

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

What's Changed

Full Changelog: actions/checkout@v4.1.4...v4.1.5

v4.1.4

Compare Source

v4.1.3

Compare Source

What's Changed

Full Changelog: actions/checkout@v4.1.2...v4.1.3

v4.1.2

Compare Source

actions/create-github-app-token (actions/create-github-app-token)

v1.10.1

Compare Source

Bug Fixes

v1.10.0

Compare Source

Features
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.34.2

Compare Source

Fixed
Changed
facebook/react (eslint-plugin-react-hooks)

v4.6.2

Compare Source

v4.6.1

Compare Source

sindresorhus/globals (globals)

v15.5.0

Compare Source

v15.4.0

Compare Source

v15.3.0

Compare Source

v15.2.0

Compare Source

v15.1.0

Compare Source

nodejs/node (node)

v20.14.0

Compare Source

v20.13.1: 2024-05-09, Version 20.13.1 'Iron' (LTS), @​marco-ippolito

Compare Source

2024-05-09, Version 20.13.1 'Iron' (LTS), @​marco-ippolito

Revert "tools: install npm PowerShell scripts on Windows"

Due to a regression in the npm installation on Windows, this commit reverts the change that installed npm PowerShell scripts on Windows.

Commits
  • [b7d80802cc] - Revert "tools: install npm PowerShell scripts on Windows" (marco-ippolito) #​52897

v20.13.0

Compare Source

PlasmoHQ/plasmo (plasmo)

v0.87.2

Compare Source

🚀 What's Changed

🤝 Sponsors

Full Changelog: PlasmoHQ/plasmo@v0.87.1...v0.87.2

v0.87.1

Compare Source

🚀 What's Changed

🤝 Sponsors

🥷 New Contributors

Full Changelog: PlasmoHQ/plasmo@v0.86.3...v0.87.1

v0.87.0

Compare Source

v0.86.3

Compare Source

🚀 What's Changed

🤝 Sponsors

Full Changelog: PlasmoHQ/plasmo@v0.86.2...v0.86.3

v0.86.2

Compare Source

🚀 What's Changed

🥷 New Contributors

🤝 Sponsors

Full Changelog: PlasmoHQ/plasmo@v0.86.1...v0.86.2

v0.86.1

Compare Source

🚀 What's Changed

🤝 Sponsors

Full Changelog: PlasmoHQ/plasmo@v0.86.0...v0.86.1

v0.86.0

Compare Source

🚀 What's Changed

🤝 Sponsors

🥷 New Contributors

Full Changelog: PlasmoHQ/plasmo@v0.85.2...v0.86.0

pnpm/pnpm (pnpm)

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

<

Configuration

📅 Schedule: Branch creation - "after 8am before 5pm on Monday" in timezone Asia/Tokyo, 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
Contributor Author

renovate bot commented Apr 28, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 14, reused 0, downloaded 9, added 0
Progress: resolved 22, reused 0, downloaded 14, added 0
Progress: resolved 26, reused 0, downloaded 15, added 0
Progress: resolved 42, reused 0, downloaded 27, added 0
Progress: resolved 56, reused 0, downloaded 38, added 0
Progress: resolved 67, reused 0, downloaded 45, added 0
Progress: resolved 109, reused 0, downloaded 89, added 0
Progress: resolved 151, reused 0, downloaded 131, added 0
Progress: resolved 205, reused 0, downloaded 196, added 0
Progress: resolved 267, reused 0, downloaded 254, added 0
Progress: resolved 340, reused 0, downloaded 320, added 0
Progress: resolved 426, reused 0, downloaded 401, added 0
Progress: resolved 466, reused 0, downloaded 412, added 0
Progress: resolved 508, reused 0, downloaded 465, added 0
Progress: resolved 548, reused 0, downloaded 473, added 0
Progress: resolved 609, reused 0, downloaded 524, added 0
Progress: resolved 633, reused 0, downloaded 551, added 0
Progress: resolved 698, reused 0, downloaded 551, added 0
Progress: resolved 752, reused 0, downloaded 567, added 0
Progress: resolved 752, reused 0, downloaded 659, added 0
Progress: resolved 777, reused 0, downloaded 666, added 0
Progress: resolved 886, reused 0, downloaded 690, added 0
Progress: resolved 909, reused 0, downloaded 793, added 0
Progress: resolved 1037, reused 0, downloaded 938, added 0
undefined
 ERR_PNPM_PATCH_NOT_APPLIED  The following patches were not applied: react-dom@18.2.0

Either remove them from "patchedDependencies" or update them to match packages in your dependencies.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from aadcc92 to d0c2dc7 Compare May 6, 2024 17:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 55a9583 to 349b0da Compare May 9, 2024 17:32
Copy link
Contributor Author

renovate bot commented May 9, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 26, reused 0, downloaded 0, added 0
Progress: resolved 35, reused 0, downloaded 0, added 0
Progress: resolved 115, reused 0, downloaded 0, added 0
Progress: resolved 181, reused 0, downloaded 0, added 0
Progress: resolved 265, reused 0, downloaded 0, added 0
Progress: resolved 439, reused 0, downloaded 0, added 0
Progress: resolved 598, reused 0, downloaded 0, added 0
Progress: resolved 717, reused 0, downloaded 0, added 0
Progress: resolved 787, reused 0, downloaded 0, added 0
undefined
 ERR_PNPM_PATCH_NOT_APPLIED  The following patches were not applied: react-dom@18.2.0

Either remove them from "patchedDependencies" or update them to match packages in your dependencies.
Progress: resolved 1020, reused 0, downloaded 0, added 0

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from e551809 to 3b42f25 Compare May 17, 2024 00:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from ad4bb84 to 8a00c1e Compare May 23, 2024 22:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9a2c26b to 95f54d3 Compare May 28, 2024 08:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 94c1182 to 8ff27b0 Compare June 4, 2024 00:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 3f78756 to 987a4be Compare June 11, 2024 06:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d5cb421 to 1a4f0f1 Compare June 13, 2024 19:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1a4f0f1 to 27c512e Compare June 16, 2024 01:00
Copy link
Contributor Author

renovate bot commented Jun 16, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@daku10 daku10 merged commit 17750f6 into main Jun 16, 2024
1 check passed
@daku10 daku10 deleted the renovate/all-minor-patch branch June 16, 2024 12:43
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