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 all non-major dependencies #38

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/compat ^1.2.0 -> ^1.2.1 age adoption passing confidence
@eslint/config-inspector ^0.5.4 -> ^0.5.5 age adoption passing confidence
@testing-library/jest-dom ^6.5.0 -> ^6.6.2 age adoption passing confidence
@types/node (source) ^20.16.11 -> ^20.17.0 age adoption passing confidence
@types/prismjs (source) ^1.26.4 -> ^1.26.5 age adoption passing confidence
@vitest/coverage-v8 (source) ^2.1.2 -> ^2.1.3 age adoption passing confidence
eslint (source) ^9.12.0 -> ^9.13.0 age adoption passing confidence
eslint-plugin-jsx-a11y ^6.10.0 -> ^6.10.1 age adoption passing confidence
eslint-plugin-playwright ^1.7.0 -> ^1.8.3 age adoption passing confidence
eslint-plugin-react ^7.37.1 -> ^7.37.2 age adoption passing confidence
eslint-plugin-sonarjs (source) ^2.0.3 -> ^2.0.4 age adoption passing confidence
eslint-plugin-testing-library ^6.3.0 -> ^6.4.0 age adoption passing confidence
eslint-plugin-vue (source) ^9.29.0 -> ^9.29.1 age adoption passing confidence
pnpm (source) 9.12.1 -> 9.12.2 age adoption passing confidence
postcss-nesting (source) ^13.0.0 -> ^13.0.1 age adoption passing confidence
sass ^1.79.5 -> ^1.80.4 age adoption passing confidence
tailwindcss (source) ^3.4.13 -> ^3.4.14 age adoption passing confidence
tsup (source) ^8.3.0 -> ^8.3.4 age adoption passing confidence
turbo (source) ^2.1.3 -> ^2.2.3 age adoption passing confidence
typescript-eslint (source) ^8.8.1 -> ^8.11.0 age adoption passing confidence
vite (source) ^5.4.8 -> ^5.4.10 age adoption passing confidence
vite-plugin-dts ^4.2.4 -> ^4.3.0 age adoption passing confidence
vitest (source) ^2.1.2 -> ^2.1.3 age adoption passing confidence

Release Notes

eslint/rewrite (@​eslint/compat)

v1.2.1

Compare Source

eslint/config-inspector (@​eslint/config-inspector)

v0.5.5

Compare Source

chore
Features
testing-library/jest-dom (@​testing-library/jest-dom)

v6.6.2

Compare Source

Bug Fixes

v6.6.1

Compare Source

v6.6.0

Compare Source

vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.3

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
eslint/eslint (eslint)

v9.13.0

Compare Source

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

v6.10.1

Compare Source

Commits
  • [Fix] handle interactive/noninteractive changes from aria-query 4925ba8
  • [Docs] Use consistent spelling of 'screen reader' cb6788c
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register, auto-changelog, eslint-plugin-import, tape 518a77e
  • [Deps] update es-iterator-helpers, string.prototype.includes eed03a3
  • [meta] package.json - Update jscodeshift & remove babel-jest 2ee940c
  • [Docs] Remove accidental whitespace in CONTRIBUTING.md a262131
  • [Deps] unpin aria-query e517937
playwright-community/eslint-plugin-playwright (eslint-plugin-playwright)

v1.8.3

Compare Source

Bug Fixes

v1.8.2

Compare Source

Bug Fixes
Documentation
  • max-expects: Fix README incorrectly marking max-expects as recommended (#​324) (8778bd3)

v1.8.1

Compare Source

Bug Fixes
  • no-useless-await: Fix false positive with expect.poll and resolves/rejects (23663fb), closes #​323

v1.8.0

Compare Source

Features
  • no-useless-await: Remove useless awaits from expect methods (e283efc), closes #​306
Bug Fixes
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.2

Compare Source

Fixed
  • [destructuring-assignment]: fix false negative when using typeof props.a (#​3835 @​golopot)
Changed
  • [Refactor] [destructuring-assignment]: use getParentStatelessComponent (#​3835 @​golopot)
SonarSource/SonarJS (eslint-plugin-sonarjs)

v2.0.4

Compare Source

testing-library/eslint-plugin-testing-library (eslint-plugin-testing-library)

v6.4.0

Compare Source

Features

v6.3.4

Compare Source

Bug Fixes

v6.3.3

Compare Source

Bug Fixes

v6.3.2

Compare Source

Bug Fixes

v6.3.1

Compare Source

Bug Fixes
  • no-manual-cleanup: properly check all @testing-library imports (#​934) (62a3f61)
vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.29.1

Compare Source

pnpm/pnpm (pnpm)

v9.12.2: pnpm 9.12.2

Compare Source

Patch Changes

  • When checking whether a file in the store has executable permissions, the new approach checks if at least one of the executable bits (owner, group, and others) is set to 1. Previously, a file was incorrectly considered executable only when all the executable bits were set to 1. This fix ensures that files with any executable permission, regardless of the user class, are now correctly identified as executable #​8546.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

csstools/postcss-plugins (postcss-nesting)

v13.0.1

Compare Source

October 23, 2024

sass/dart-sass (sass)

v1.80.4

Compare Source

  • No user-visible changes.

v1.80.3

Compare Source

  • Fix a bug where @import url("...") would crash in plain CSS files.

  • Improve consistency of how warnings are emitted by different parts of the
    compiler. This should result in minimal user-visible changes, but different
    types of warnings should now respond more reliably to flags like --quiet,
    --verbose, and --silence-deprecation.

v1.80.2

Compare Source

  • Fix a bug where deprecation warnings were incorrectly emitted for the
    plain-CSS invert() function.

v1.80.1

Compare Source

  • Fix a bug where repeated deprecation warnings were not automatically limited.

v1.80.0

Compare Source

  • @import is now officially deprecated, as are global built-in functions that
    are available within built-in modules. See the Sass blog post for more
    details on the deprecation process.
Embedded Host
  • Fix an error that would sometimes occur when deprecation warnings were
    emitted when using a custom importer with the legacy API.

v1.79.6

Compare Source

  • Fix a bug where Sass would add an extra */ after loud comments with
    whitespace after an explicit */ in the indented syntax.

  • Potentially breaking bug fix: Adding text after an explicit */ in the
    indented syntax is now an error, rather than silently generating invalid CSS.

Embedded Host
  • Properly export the SassBoolean type.
tailwindlabs/tailwindcss (tailwindcss)

v3.4.14

Compare Source

Fixed
  • Don't set display: none on elements that use hidden="until-found" (#​14625)
egoist/tsup (tsup)

v8.3.4

Compare Source

No significant changes

    View changes on GitHub
vercel/turborepo (turbo)

v2.2.3: Turborepo v2.2.3

Compare Source

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.2.2...v2.2.3

v2.2.2

Compare Source

v2.2.1

Compare Source

v2.2.0: Turborepo v2.2.0

Compare Source

What's Changed

Docs
@​turbo/repository
Examples
Changelog

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 38216bf to 797af68 Compare October 25, 2024 05:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 797af68 to d3dfe8e Compare October 25, 2024 09:32
@tzuyi0817 tzuyi0817 merged commit ecf00bd into master Oct 25, 2024
1 check passed
@tzuyi0817 tzuyi0817 deleted the renovate/all-minor-patch branch October 25, 2024 09:35
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