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(dev-deps): update all non-major development dependencies #710

Merged
merged 2 commits into from
Dec 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 5, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.23.2 -> 7.23.5 age adoption passing confidence
@babel/eslint-parser (source) 7.22.15 -> 7.23.3 age adoption passing confidence
@babel/plugin-transform-modules-commonjs (source) 7.23.0 -> 7.23.3 age adoption passing confidence
@babel/plugin-transform-object-assign (source) 7.22.5 -> 7.23.3 age adoption passing confidence
@babel/plugin-transform-runtime (source) 7.23.2 -> 7.23.4 age adoption passing confidence
@babel/preset-env (source) 7.23.2 -> 7.23.5 age adoption passing confidence
@babel/preset-react (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.2 age adoption passing confidence
@types/express (source) 4.17.20 -> 4.17.21 age adoption passing confidence
@types/fs-extra (source) 11.0.3 -> 11.0.4 age adoption passing confidence
@types/jest-axe (source) 3.5.7 -> 3.5.9 age adoption passing confidence
@types/jsdom (source) 21.1.4 -> 21.1.6 age adoption passing confidence
@types/markdown-it (source) 13.0.5 -> 13.0.7 age adoption passing confidence
@types/node (source) 20.9.0 -> 20.10.3 age adoption passing confidence
@types/raf-schd (source) 4.0.2 -> 4.0.3 age adoption passing confidence
@types/react (source) 18.2.34 -> 18.2.42 age adoption passing confidence
@types/react-dom (source) 18.2.14 -> 18.2.17 age adoption passing confidence
@types/react-redux (source) 7.1.28 -> 7.1.32 age adoption passing confidence
@types/react-virtualized (source) 9.21.26 -> 9.21.28 age adoption passing confidence
@types/react-window (source) 1.8.7 -> 1.8.8 age adoption passing confidence
@types/seedrandom (source) 3.0.7 -> 3.0.8 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.9.1 -> 6.13.2 age adoption passing confidence
@typescript-eslint/parser (source) 6.9.1 -> 6.13.2 age adoption passing confidence
eslint (source) 8.53.0 -> 8.55.0 age adoption passing confidence
eslint-config-prettier 9.0.0 -> 9.1.0 age adoption passing confidence
fast-glob 3.3.1 -> 3.3.2 age adoption passing confidence
fs-extra 11.1.1 -> 11.2.0 age adoption passing confidence
prettier (source) 3.0.3 -> 3.1.0 age adoption passing confidence
react-window (source) 1.8.9 -> 1.8.10 age adoption passing confidence
release-it 16.2.1 -> 16.3.0 age adoption passing confidence
wait-on 7.1.0 -> 7.2.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.23.5

Compare Source

👓 Spec Compliance
  • babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators
🚀 New Feature
🐛 Bug Fix
  • babel-traverse, babel-types
  • babel-plugin-transform-classes
  • babel-generator
  • babel-helpers
  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties, babel-plugin-transform-typescript
  • babel-generator, babel-plugin-transform-modules-commonjs, babel-plugin-transform-parameters, babel-plugin-transform-typescript, babel-traverse
🔬 Output optimization

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.2

Compare Source

Bug Fixes

v14.1.1

Compare Source

Bug Fixes

v14.1.0

Compare Source

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

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.

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

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.

eslint/eslint (eslint)

v8.55.0

Compare Source

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)

Chores

v8.54.0

Compare Source

Features

  • a7a883b feat: for-direction rule add check for condition in reverse order (#​17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#​17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#​17711) (Francesco Trotta)

Bug Fixes

  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#​17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#​17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#​17705) (Milos Djermanovic)

Documentation

  • becfdd3 docs: Make clear when rules are removed (#​17728) (Nicholas C. Zakas)
  • 05d6e99 docs: update "Submit a Pull Request" page (#​17712) (Francesco Trotta)
  • eb2279e docs: display info about deprecated rules (#​17749) (Percy Ma)
  • d245326 docs: Correct working in migrating plugin docs (#​17722) (Filip Tammergård)

Chores

prettier/eslint-config-prettier (eslint-config-prettier)

v9.1.0

Compare Source

  • Added: [unicorn/template-indent], (as a [special rule][unicorn/template-indent-special]). Thanks to Gürgün Dayıoğlu (@​gurgunday)!
  • Changed: All the [formatting rules that were deprecated in ESLint 8.53.0][deprecated-8.53.0] are now excluded if you set the ESLINT_CONFIG_PRETTIER_NO_DEPRECATED environment variable.
mrmlnc/fast-glob (fast-glob)

v3.3.2

Compare Source

Full Changelog: mrmlnc/fast-glob@3.3.1...3.3.2

🐛 Bug fixes

  • Handle square brackets as a special character on Windows in escape functions (#​425)
  • Keep escaping after brace expansion (#​422)
jprichardson/node-fs-extra (fs-extra)

v11.2.0

Compare Source

  • Copy directory contents in parallel for better performance (#​1026)
  • Refactor internal code to use async/await (#​1020)
prettier/prettier (prettier)

v3.1.0

Compare Source

diff

🔗 Release Notes

bvaughn/react-window (react-window)

v1.8.10

Compare Source

  • Fix scrollDirection when direction is RTL (#​690)
release-it/release-it (release-it)

v16.3.0

Compare Source

  • Fix/rollback tag (#​1059) (da0e93a)
  • chore: add plugins to readme ([#​1054](https:

Configuration

📅 Schedule: Branch creation - "before 6am" in timezone America/New_York, 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 added the dependencies label Nov 5, 2023
Copy link

vercel bot commented Nov 5, 2023

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

Name Status Preview Comments Updated (UTC)
dnd ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 6, 2023 3:03am

@renovate renovate bot changed the title chore(deps): update dependency @types/react to v18.2.35 chore(deps): update all non-major development dependencies Nov 6, 2023
@renovate renovate bot force-pushed the renovate/all-dev-minor-patch branch from eb47ad7 to b9c1675 Compare November 6, 2023 16:21
@renovate renovate bot force-pushed the renovate/all-dev-minor-patch branch from b9c1675 to df3eff5 Compare November 6, 2023 20:05
@renovate renovate bot force-pushed the renovate/all-dev-minor-patch branch from df3eff5 to 662a064 Compare November 7, 2023 04:46
@renovate renovate bot force-pushed the renovate/all-dev-minor-patch branch from 662a064 to d37ae50 Compare November 7, 2023 10:45
@renovate renovate bot force-pushed the renovate/all-dev-minor-patch branch from d37ae50 to 2a58db2 Compare November 7, 2023 12:12
@renovate renovate bot force-pushed the renovate/all-dev-minor-patch branch from 2a58db2 to baa0480 Compare November 7, 2023 15:58
@renovate renovate bot force-pushed the renovate/all-dev-minor-patch branch from baa0480 to 13bbef5 Compare November 7, 2023 22:14
@renovate renovate bot force-pushed the renovate/all-dev-minor-patch branch from 13bbef5 to a57917b Compare November 8, 2023 07:52
@renovate renovate bot force-pushed the renovate/all-dev-minor-patch branch from a57917b to 01b38d5 Compare November 9, 2023 11:09
@renovate renovate bot force-pushed the renovate/all-dev-minor-patch branch from 01b38d5 to 85dbfd9 Compare November 11, 2023 21:01
@renovate renovate bot force-pushed the renovate/all-dev-minor-patch branch from 85dbfd9 to bb619de Compare November 11, 2023 21:13
@renovate renovate bot force-pushed the renovate/all-dev-minor-patch branch from bb619de to b11da55 Compare November 11, 2023 22:06
@renovate renovate bot changed the title chore(deps): update all non-major development dependencies chore(dev-deps): update all non-major development dependencies Nov 11, 2023
@renovate renovate bot force-pushed the renovate/all-dev-minor-patch branch from b11da55 to 0efad4a Compare November 11, 2023 22:20
@renovate renovate bot force-pushed the renovate/all-dev-minor-patch branch from c2bdd19 to 1f0d766 Compare November 28, 2023 02:10
@renovate renovate bot force-pushed the renovate/all-dev-minor-patch branch from 1f0d766 to 6fe4a62 Compare November 28, 2023 10:31
@renovate renovate bot force-pushed the renovate/all-dev-minor-patch branch from 6fe4a62 to a58bdf8 Compare November 29, 2023 12:11
@renovate renovate bot force-pushed the renovate/all-dev-minor-patch branch from a58bdf8 to da8f2d3 Compare November 29, 2023 17:21
@renovate renovate bot force-pushed the renovate/all-dev-minor-patch branch from da8f2d3 to e4aefb2 Compare November 29, 2023 22:47
@renovate renovate bot force-pushed the renovate/all-dev-minor-patch branch from e4aefb2 to c366626 Compare December 1, 2023 21:23
@renovate renovate bot force-pushed the renovate/all-dev-minor-patch branch from c366626 to 3bbc11f Compare December 2, 2023 00:54
@renovate renovate bot force-pushed the renovate/all-dev-minor-patch branch from 3bbc11f to 8d76790 Compare December 2, 2023 10:22
@renovate renovate bot force-pushed the renovate/all-dev-minor-patch branch from 8d76790 to 9d578cd Compare December 2, 2023 19:28
@renovate renovate bot force-pushed the renovate/all-dev-minor-patch branch from 9d578cd to 0f0116c Compare December 3, 2023 19:10
@renovate renovate bot force-pushed the renovate/all-dev-minor-patch branch from 0f0116c to 493e95a Compare December 4, 2023 20:13
Copy link
Contributor Author

renovate bot commented Dec 6, 2023

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.

@100terres 100terres merged commit 0668aeb into main Dec 6, 2023
15 checks passed
@100terres 100terres deleted the renovate/all-dev-minor-patch branch December 6, 2023 03:31
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