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 dependencies (non-major) #1222

Merged
merged 2 commits into from
Jun 23, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 21, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@easyops-cn/docusaurus-search-local (source) ^0.44.0 -> ^0.44.2 age adoption passing confidence
@eslint-react/eslint-plugin (source) ^1.5.15 -> ^1.5.16 age adoption passing confidence
@stylistic/eslint-plugin (source) ^2.2.0 -> ^2.2.2 age adoption passing confidence
@types/node (source) ^20.14.2 -> ^20.14.8 age adoption passing confidence
@typescript-eslint/utils (source) ^7.13.0 -> ^7.13.1 age adoption passing confidence
eslint-plugin-jsx-a11y ^6.8.0 -> ^6.9.0 age adoption passing confidence
eslint-plugin-react ^7.34.2 -> ^7.34.3 age adoption passing confidence
globals ^15.5.0 -> ^15.6.0 age adoption passing confidence
pnpm (source) 9.3.0 -> 9.4.0 age adoption passing confidence
prettier-plugin-tailwindcss ^0.6.4 -> ^0.6.5 age adoption passing confidence
stylelint-config-standard ^36.0.0 -> ^36.0.1 age adoption passing confidence
ts-jest (source) ^29.1.4 -> ^29.1.5 age adoption passing confidence
typescript (source) ^5.4.5 -> ^5.5.2 age adoption passing confidence
typescript-eslint (source) ^7.13.0 -> ^7.13.1 age adoption passing confidence
undici (source) ^6.19.0 -> ^6.19.2 age adoption passing confidence
web-vitals ^4.1.1 -> ^4.2.0 age adoption passing confidence
webpack ^5.92.0 -> ^5.92.1 age adoption passing confidence

Release Notes

easyops-cn/docusaurus-search-local (@​easyops-cn/docusaurus-search-local)

v0.44.2

Compare Source

Bug Fixes
  • manually make the search bar be LTR even if in RTL (a5c7184)

v0.44.1

Compare Source

Bug Fixes
Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

v1.5.16

Compare Source

🐞 Fixes
  • Fix debug rules not exporting correctly in @eslint-react/eslint-plugin.
🪄 Improvements
  • Remove rule prefer-shorthand-boolean from recommended presets.
  • Remove rule prefer-shorthand-fragment from recommended presets.
  • Remove rule prefer-destructuring-assignment from recommended presets.
eslint-stylistic/eslint-stylistic (@​stylistic/eslint-plugin)

v2.2.2

Compare Source

Bug Fixes
Documentation
Chores

v2.2.1

Compare Source

Bug Fixes
  • indent: correct indentation in chained methods calls with generics (#​424) (4ba8b08)
  • indent: handle undefined node.decorators when tsParser is not configured (#​422) (3d63054)
typescript-eslint/typescript-eslint (@​typescript-eslint/utils)

v7.13.1

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

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

jsx-eslint/eslint-plugin-jsx-a11y (eslint-plugin-jsx-a11y)

v6.9.0

Compare Source

Fixed
  • [Fix] img-redundant-alt: fixed multibyte character support #969
  • [meta] fix changelog links #960
Commits
  • [New] add support for Flat Config 6b5f096
  • Revert "[Fix] isNonInteractiveElement: Upgrade aria-query to 5.3.0 and axobject-query to 3.2.1" 75d5dd7
  • [Robustness] use safe-regex-test 4c7e781
  • [actions] update actions/checkout 51a1ca7
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register, eslint-doc-generator, object.entries 1271ac1
  • [Dev Deps] update @babel/cli, @babel/core, @babel/register, aud, eslint-plugin-import, npmignore, object.assign 540cb7a
  • [Deps] update @babel/runtime, array-includes, es-iterator-helpers, hasown, object.fromentries, safe-regex-test 5d14408
  • [Deps] pin aria-query and axobject-query, add ls-engines test to CI 32fd82c
  • [Dev Deps] update @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, eslint-doc-generator d1b4114
  • [Fix] ensure summary remains non-interactive 6a048da
  • [Deps] remove @babel/runtime 0a98ad8
  • [New] no-noninteractive-element-to-interactive-role: allow menuitemradio and menuitemcheckbox on <li> c0733f9
  • [Deps] update @babel/runtime, safe-regex-test 0d5321a
  • [actions] pin codecov to v3.1.5 961817f
  • [Deps] unpin axe-core b3559cf
  • [Deps] move object.entries to dev deps 1be7b70
  • [Deps] update @babel/runtime 2a48abb
  • [Deps] update @babel/runtime 1adec35
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.34.3

Compare Source

Fixed
  • [prop-types]: null-check rootNode before calling getScope (#​3762 @​crnhrv)
  • [boolean-prop-naming]: avoid a crash with a spread prop (#​3733 @​ljharb)
  • [jsx-boolean-value]: assumeUndefinedIsFalse with never must not allow explicit true value (#​3757 @​6uliver)
  • [no-object-type-as-default-prop]: enable rule for components with many parameters (#​3768 @​JulienR1)
  • [jsx-key]: incorrect behavior for checkKeyMustBeforeSpread with map callbacks (#​3769 @​akulsr0)
sindresorhus/globals (globals)

v15.6.0

Compare Source

pnpm/pnpm (pnpm)

v9.4.0

Compare Source

tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)

v0.6.5

Compare Source

  • Only re-apply string escaping when necessary (#​295)
stylelint/stylelint-config-standard (stylelint-config-standard)

v36.0.1

Compare Source

  • Fixed: missing funding field in package.json.
kulshekhar/ts-jest (ts-jest)

v29.1.5

Compare Source

Bug Fixes
Microsoft/TypeScript (typescript)

v5.5.2

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v7.13.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

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

What's Changed

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

GoogleChrome/web-vitals (web-vitals)

v4.2.0

Compare Source

  • Refactor INP attribution code to fix errors on Windows 10 (#​495)
webpack/webpack (webpack)

v5.92.1

Compare Source


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 21, 2024
Copy link

socket-security bot commented Jun 21, 2024

Copy link

codecov bot commented Jun 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.29%. Comparing base (dea60b0) to head (d7c66f2).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1222   +/-   ##
=======================================
  Coverage   96.29%   96.29%           
=======================================
  Files          21       21           
  Lines         189      189           
  Branches       17       17           
=======================================
  Hits          182      182           
  Misses          5        5           
  Partials        2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sabertazimi sabertazimi merged commit 2925825 into main Jun 23, 2024
12 of 13 checks passed
@sabertazimi sabertazimi deleted the renovate/dependencies branch June 23, 2024 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant