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

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 2, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.23.2 -> 7.23.3 age adoption passing confidence
@babel/eslint-parser (source) 7.22.15 -> 7.23.3 age adoption passing confidence
@babel/preset-typescript (source) 7.23.2 -> 7.23.3 age adoption passing confidence
@testing-library/react 14.0.0 -> 14.1.0 age adoption passing confidence
@types/jest (source) 29.5.7 -> 29.5.8 age adoption passing confidence
@types/mdx (source) 2.0.9 -> 2.0.10 age adoption passing confidence
@types/node (source) 20.8.10 -> 20.9.0 age adoption passing confidence
@types/react (source) 18.2.33 -> 18.2.37 age adoption passing confidence
@types/react-dom (source) 18.2.14 -> 18.2.15 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.9.1 -> 6.11.0 age adoption passing confidence
@typescript-eslint/parser 6.9.1 -> 6.11.0 age adoption passing confidence
eslint (source) 8.52.0 -> 8.53.0 age adoption passing confidence
eslint-plugin-jsx-a11y 6.7.1 -> 6.8.0 age adoption passing confidence
gatsby-plugin-i18n-l10n 5.4.0 -> 5.5.0 age adoption passing confidence
prettier (source) 3.0.3 -> 3.1.0 age adoption passing confidence
react-intl (source) 6.5.1 -> 6.5.5 age adoption passing confidence
type-fest 4.6.0 -> 4.7.1 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.23.3

Compare Source

🐛 Bug Fix
📝 Documentation
🏠 Internal
🏃‍♀️ Performance
🔬 Output optimization
  • babel-plugin-transform-computed-properties
testing-library/react-testing-library (@​testing-library/react)

v14.1.0

Compare Source

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

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.

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

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.

eslint/eslint (eslint)

v8.53.0

Compare Source

Features

  • 528e1c0 feat: Deprecate formatting rules (#​17696) (Nicholas C. Zakas)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#​17677) (Yonathan Randolph)

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation

  • ab8c60d docs: change position of return to top button (#​17688) (Tanuj Kanti)
  • 4fc44c0 docs: update twitter icon to new X icon (#​17687) (Tanuj Kanti)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#​17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#​17657) (Josh Goldberg ✨)

Chores

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

v6.8.0

Compare Source

Merged
  • Allow title attribute or aria-label attribute instead of accessible child in the "anchor-has-content" rule #727
Fixed
  • [Docs] aria-activedescendant-has-tabindex: align with changes from #​708 #924
  • [Fix] control-has-associated-label: don't accept whitespace as an accessible label #918
Commits
  • [Tests] migrate helper parsers function from eslint-plugin-react ce4d57f
  • [Refactor] use es-iterator-helpers 52de824
  • [New] mouse-events-have-key-events: add hoverInHandlers/hoverOutHandlers config db64898
  • [New] add polymorphicPropName setting for polymorphic components fffb05b
  • [Fix] isNonInteractiveElement: Upgrade aria-query to 5.3.0 and axobject-query to 3.2.1 64bfea6
  • [Refactor] use hasown instead of has 9a8edde
  • [actions] update used actions 10c061a
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register, aud, eslint-doc-generator, eslint-plugin-import, minimist 6d5022d
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/register, eslint-doc-generator, eslint-plugin-import 4dc7f1e
  • [New] anchor-has-content: Allow title attribute OR aria-label attribute e6bfd5c
  • [patch] mouse-events-have-key-events: rport the attribute, not the node eadd70c
  • [Deps] update @babel/runtime, array-includes, array.prototype.flatmap, object.entries, object.fromentries 46ffbc3
  • [Deps] update @babel/runtime, axobject-query, jsx-ast-utils, semver 5999555
  • [Fix] pin aria-query and axe-core to fix failing tests on main 8d8f016
  • [patch] move semver from Deps to Dev Deps 4da13e7
  • [Deps] update ast-types-flow b755318
  • [Dev Deps] update eslint-plugin-import f1c976b
  • [Deps] unpin language-tags 3d1d26d
  • [Docs] no-static-element-interactions: tabIndex is written tabindex 1271153
  • [Deps] Upgrade ast-types-flow to mitigate Docker user namespacing problems f0d2ddb
  • [Dev Deps] pin jackspeak since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6 0c278f4
openscript-ch/gatsby-plugin-i18n-l10n (gatsby-plugin-i18n-l10n)

v5.5.0

Compare Source

🚀 Features
prettier/prettier (prettier)

v3.1.0

Compare Source

diff

🔗 Release Notes

formatjs/formatjs (react-intl)

v6.5.5

Compare Source

Note: Version bump only for package react-intl

v6.5.4

Compare Source

v6.5.3

Compare Source

v6.5.2

Compare Source

sindresorhus/type-fest (type-fest)

v4.7.1

Compare Source

  • Revert "PartialDeep: Ensure it doesn't recurse into prototype properties" (#​743) 9f47b11

v4.7.0

Compare Source

New types
Improvements
  • Writable: Support array, map, and set (#​726) b9723d4
  • PartialDeep: Ensure it doesn't recurse into prototype properties (#​738) 5eeac02
  • ConditionalPickDeep: Ensure it doesn't recurse into prototype properties (#​736) 9960ba4

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 label Nov 2, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 809f0ed to f4b3ace Compare November 6, 2023 22:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from fe5b0e1 to 56307a2 Compare November 14, 2023 06:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 56307a2 to a753132 Compare November 16, 2023 09:32
Copy link

codecov bot commented Nov 16, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ccd5bc1) 12.38% compared to head (a753132) 12.38%.
Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #293   +/-   ##
========================================
  Coverage    12.38%   12.38%           
========================================
  Files           45       45           
  Lines          323      323           
  Branches        57       57           
========================================
  Hits            40       40           
  Misses         283      283           

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

@openscript openscript merged commit fde60b1 into develop Nov 16, 2023
3 checks passed
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