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 #1225

Merged
merged 2 commits into from
Jan 2, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tailwindcss/forms 0.5.6 -> 0.5.7 age adoption passing confidence
@testing-library/jest-dom 6.1.4 -> 6.1.6 age adoption passing confidence
@testing-library/react 14.0.0 -> 14.1.2 age adoption passing confidence
@testing-library/user-event 14.5.1 -> 14.5.2 age adoption passing confidence
@types/css-mediaquery (source) 0.1.2 -> 0.1.4 age adoption passing confidence
@types/react (source) 18.2.28 -> 18.2.46 age adoption passing confidence
@types/react-dom (source) 18.2.13 -> 18.2.18 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.7.5 -> 6.17.0 age adoption passing confidence
@typescript-eslint/parser (source) 6.7.5 -> 6.17.0 age adoption passing confidence
@vitejs/plugin-react (source) 4.1.0 -> 4.2.1 age adoption passing confidence
cypress (source) 13.3.1 -> 13.6.2 age adoption passing confidence
eslint (source) 8.51.0 -> 8.56.0 age adoption passing confidence
eslint-config-prettier 9.0.0 -> 9.1.0 age adoption passing confidence
eslint-plugin-import 2.28.1 -> 2.29.1 age adoption passing confidence
eslint-plugin-jsx-a11y 6.7.1 -> 6.8.0 age adoption passing confidence
eslint-plugin-testing-library 6.1.0 -> 6.2.0 age adoption passing confidence
postcss (source) 8.4.31 -> 8.4.32 age adoption passing confidence
prettier (source) 3.0.3 -> 3.1.1 age adoption passing confidence
prettier-plugin-tailwindcss 0.5.5 -> 0.5.10 age adoption passing confidence
react-router-dom (source) 6.16.0 -> 6.21.1 age adoption passing confidence
start-server-and-test 2.0.1 -> 2.0.3 age adoption passing confidence
tailwindcss (source) 3.3.3 -> 3.4.0 age adoption passing confidence
typescript (source) 5.2.2 -> 5.3.3 age adoption passing confidence
vite-plugin-pwa 0.16.5 -> 0.17.4 age adoption passing confidence
vite-tsconfig-paths 4.2.1 -> 4.2.3 age adoption passing confidence
whatwg-fetch 3.6.19 -> 3.6.20 age adoption passing confidence

Release Notes

tailwindlabs/tailwindcss-forms (@​tailwindcss/forms)

v0.5.7

Compare Source

Fixed
  • Use normal checkbox and radio appearance in forced-colors mode (#​152)
testing-library/jest-dom (@​testing-library/jest-dom)

v6.1.6

Compare Source

Bug Fixes

v6.1.5

Compare Source

Bug Fixes
testing-library/react-testing-library (@​testing-library/react)

v14.1.2

Compare Source

Bug Fixes

v14.1.1

Compare Source

Bug Fixes

v14.1.0

Compare Source

Features
testing-library/user-event (@​testing-library/user-event)

v14.5.2

Compare Source

Bug Fixes
  • remove interop and deep DTL imports (6a3c896)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.17.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] prevent crash when patterns or paths in options are empty (#​8108) (675e987)
Features
  • eslint-plugin: [no-floating-promises] flag result of .map(async) (#​7897) (5857356)
  • eslint-plugin: [switch-exhaustiveness-check] add an option to warn against a default case on an already exhaustive switch (#​7539) (6a219bd)

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

v6.16.0

Compare Source

Bug Fixes
  • eslint-plugin: [unbound-method] exempt all non-Promise built-in statics (#​8096) (3182959)
Features
  • eslint-plugin: deprecate formatting (meta.type: layout) rules (#​8073) (04dea84)
  • eslint-plugin: deprecate no-extra-semi in favor of ESLint Stylistic equivalent (#​8123) (9368bf3)

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

v6.15.0

Compare Source

Features

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

v6.14.0

Compare Source

Bug Fixes
  • eslint-plugin: add no-unsafe-unary-minus, prefer-destructuring to disable-type-checked (#​8038) (431cd15)
  • eslint-plugin: correct message for no-unsafe-unary-minus (#​7998) (705370a)
Features
  • eslint-plugin: [explicit-function-return-type] add support for typed class property definitions (#​8027) (bff47d7)
  • eslint-plugin: [require-await] allow yielding Promise in async generators (#​8003) (4c3e704)

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

6.13.2 (2023-12-04)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

6.13.1 (2023-11-28)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

v6.13.2

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

v6.13.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

v6.13.0

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

v6.12.0

Compare Source

Bug Fixes
  • eslint-plugin: [class-methods-use-this] detect a problematic case for private/protected members if ignoreClassesThatImplementAnInterface is set (#​7705) (155aa1f)
  • eslint-plugin: [no-unnecessary-condition] fix false positive with computed member access and branded key type (#​7706) (f151b26)
  • eslint-plugin: [switch-exhaustiveness-check] enum members with new line or single quotes are not being fixed correctly (#​7806) (a034d0a), closes #​7768
Features
  • [member-ordering] add accessor support for member-ordering (#​7927) (3c8312d)
  • eslint-plugin: [switch-exhaustiveness-check] add requireDefaultForNonUnion option (#​7880) (4cfcd45)

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

v6.11.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-function-return-type] support JSX attributes in allowTypedFunctionExpressions (#​7553) (be2777c)
  • eslint-plugin: [no-unnecessary-qualifier] handle nested namespace id (#​7883) (a668f5b)
Features

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

v6.10.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unused-vars] handle logical assignment (#​7854) (11e57c5)
  • eslint-plugin: [require-await] add support for "await using" (#​7866) (855abea)
Features
  • eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#​7849) (5e73a48)

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

6.9.1 (2023-10-30)

Bug Fixes
  • eslint-plugin: [naming-convention] allow PascalCase for imports (#​7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#​7831) (31988e0)

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

v6.9.1

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] allow PascalCase for imports (#​7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#​7831) (31988e0)

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

v6.9.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-confusing-void-expression] handle unfixable cases (#​7674) (7e52f27)
  • eslint-plugin: [no-unsafe-return] allow returning anything if explicitly returning any (#​7708) (c6124b2)
Features
  • eslint-plugin: [max-params] don't count this: void parameter (#​7696) (6398d3f), closes #​7538
  • eslint-plugin: [naming-convention] add support for default and namespace imports (#​7269) (bb15aae)
  • eslint-plugin: [no-restricted-imports] support import = require (#​7709) (4c8edcf)
  • eslint-plugin: [no-unsafe-enum-comparison] add switch suggestion (#​7691) (53d5263), closes #​7643
  • eslint-plugin: [prefer-readonly] private fields support (#​7686) (0e875bf)

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

v6.8.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-type-imports] import assertion checks added (#​7722) (afdae37)
  • eslint-plugin: [no-shadow] fix static class generics for class expressions (#​7724) (e5ea1d0)
  • eslint-plugin: [no-unsafe-member-access] report on only the accessed property (#​7717) (f81a2da)
  • eslint-plugin: [no-useless-empty-export] exempt .d.ts (#​7718) (ac397f1)
Features
  • eslint-plugin: add new extended rule prefer-destructuring (#​7117) (3c6379b)

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

6.7.5 (2023-10-09)

Bug Fixes
  • eslint-plugin: [prefer-string-starts-ends-with] only report slice/substring with correct range (#​7712) (db40a0a)

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

6.7.4 (2023-10-02)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

6.7.3 (2023-09-25)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

6.7.2 (2023-09-18)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

6.7.1 (2023-09-18)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

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

v6.17.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

v6.16.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

v6.15.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

v6.14.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

6.13.2 (2023-12-04)

Note: Version bump only for package @​typescript-eslint/parser

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

6.13.1 (2023-11-28)

Note: Version bump only for package @​typescript-eslint/parser

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

v6.13.2

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

v6.13.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

v6.13.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

v6.12.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

v6.11.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

v6.10.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

6.9.1 (2023-10-30)

Note: Version bump only for package @​typescript-eslint/parser

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

v6.9.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

v6.9.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

v6.8.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

6.7.5 (2023-10-09)

Note: Version bump only for package @​typescript-eslint/parser

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

6.7.4 (2023-10-02)

Note: Version bump only for package @​typescript-eslint/parser

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

6.7.3 (2023-09-25)

Note: Version bump only for package @​typescript-eslint/parser

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

6.7.2 (2023-09-18)

Note: Version bump only for package @​typescript-eslint/parser

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

6.7.1 (2023-09-18)

Note: Version bump only for package @​typescript-eslint/parser

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

vitejs/vite-plugin-react (@​vitejs/plugin-react)


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

@renovate renovate bot requested a review from wtchnm as a code owner October 16, 2023 01:54
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 16, 2023
@vercel
Copy link

vercel bot commented Oct 16, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vitamin ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 2, 2024 0:19am

@cypress
Copy link

cypress bot commented Oct 16, 2023

Passing run #3183 ↗︎

0 7 0 0 Flakiness 0

Details:

Merge d0b0090 into 4f472da...
Project: Vitamin Commit: 9240f05451 ℹ️
Status: Passed Duration: 00:06 💡
Started: Jan 2, 2024 12:20 AM Ended: Jan 2, 2024 12:20 AM

Review all test suite changes for PR #1225 ↗︎

@codecov
Copy link

codecov bot commented Oct 16, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4f472da) 100.00% compared to head (e0c6ea0) 100.00%.

❗ Current head e0c6ea0 differs from pull request most recent head d0b0090. Consider uploading reports for the commit d0b0090 to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1225   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines           71        71           
  Branches        11        11           
=========================================
  Hits            71        71           

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

@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-tailwindcss to v0.5.6 chore(deps): update all non-major dependencies Oct 16, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c2b0c22 to ebe4f5f Compare October 16, 2023 16:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ebe4f5f to a00cda6 Compare October 16, 2023 18:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a00cda6 to 85f7182 Compare October 17, 2023 09:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 85f7182 to 3d097c1 Compare October 18, 2023 03:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3d097c1 to fb2eeb7 Compare October 18, 2023 09:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fb2eeb7 to b3c40a3 Compare October 18, 2023 13:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b3c40a3 to 298f876 Compare October 18, 2023 18:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 298f876 to b54a9fb Compare October 18, 2023 23:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b54a9fb to e8e216e Compare October 19, 2023 21:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e8e216e to 1c34c87 Compare October 20, 2023 15:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1c34c87 to 2ff4b92 Compare October 20, 2023 23:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2ff4b92 to a865b2f Compare October 23, 2023 11:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ceba8cb to a517a39 Compare January 1, 2024 23:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a517a39 to 7cbf089 Compare January 1, 2024 23:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7cbf089 to 8e896d6 Compare January 1, 2024 23:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8e896d6 to 9084ca8 Compare January 1, 2024 23:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9084ca8 to db0466a Compare January 1, 2024 23:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from db0466a to 2ce9657 Compare January 1, 2024 23:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2ce9657 to 2594cd5 Compare January 2, 2024 00:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2594cd5 to c8afb58 Compare January 2, 2024 00:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c8afb58 to 9810e7b Compare January 2, 2024 00:05
@wtchnm wtchnm force-pushed the renovate/all-minor-patch branch from 9810e7b to e0c6ea0 Compare January 2, 2024 00:17
Copy link
Contributor Author

renovate bot commented Jan 2, 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.

@wtchnm wtchnm merged commit cbb94fc into main Jan 2, 2024
5 checks passed
@wtchnm wtchnm deleted the renovate/all-minor-patch branch January 2, 2024 00:20
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