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): bump the dependencies-with-minor-and-patch-updates group with 8 updates #12

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2023

Bumps the dependencies-with-minor-and-patch-updates group with 8 updates:

Package From To
prettier-plugin-java 2.3.1 2.4.0
prism-react-renderer 2.1.0 2.2.0
@testing-library/react 14.0.0 14.1.0
@types/react 18.2.36 18.2.37
@types/react-dom 18.2.14 18.2.15
@typescript-eslint/eslint-plugin 6.10.0 6.11.0
@typescript-eslint/parser 6.10.0 6.11.0
prettier-plugin-tailwindcss 0.5.6 0.5.7

Updates prettier-plugin-java from 2.3.1 to 2.4.0

Release notes

Sourced from prettier-plugin-java's releases.

v2.4.0

Latest v2.4.0

Enhancements

  • Supports Java 21 record pattern (#611 by @​jtkiesel)
  • Supports Java 21 preview feature: unnamed class compilation unit (JEP 445) (#615)
Changelog

Sourced from prettier-plugin-java's changelog.

Latest v2.4.0

Enhancements

  • Supports Java 21 record pattern (#611 by @​jtkiesel)
  • Supports Java 21 preview feature: unnamed class compilation unit (JEP 445) (#615)
Commits
  • acdd5e7 Publish
  • 075e077 chore: update CHANGELOG
  • b336820 chore: use specific version for demo-java-x repo parsing
  • f489ce2 Support unnamed class compilation unit (#615)
  • 87192b4 feat: align pattern matching with Java 21 spec
  • d3f8f5e chore: upgrade pipeline tests to JHipster 8, Java 17, and Node.js 18/20
  • See full diff in compare view

Updates prism-react-renderer from 2.1.0 to 2.2.0

Release notes

Sourced from prism-react-renderer's releases.

prism-react-renderer@2.2.0

Minor Changes

  • Add Python support. (#226)

Patch Changes

  • Fix html language preset by using markup instead. (#230)
Commits
  • 64da1c7 Merge pull request #227 from FormidableLabs/changeset-release/master
  • 656a8fb Version Packages
  • 7ebf257 Merge pull request #230 from FormidableLabs/fix/markup
  • 3c38d98 Fix HTML preset not highlighting script tags by using the markdown preset top...
  • 9c041df Merge pull request #226 from FormidableLabs/feature/python
  • 1af2707 Add Python support.
  • See full diff in compare view

Updates @testing-library/react from 14.0.0 to 14.1.0

Release notes

Sourced from @​testing-library/react's releases.

v14.1.0

14.1.0 (2023-11-08)

Features

Commits

Updates @types/react from 18.2.36 to 18.2.37

Commits

Updates @types/react-dom from 18.2.14 to 18.2.15

Commits

Updates @typescript-eslint/eslint-plugin from 6.10.0 to 6.11.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v6.11.0

6.11.0 (2023-11-13)

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

  • add no-unsafe-unary-minus rule (#7390) (c4709c2)
  • add types for flat config files (#7273) (66cd0c0)
  • allow typescript@5.3.0-RC as devDependency (#7821) (b6c40b4)
  • eslint-plugin: no-unsafe-enum-comparison handles switch cases (#7898) (72cb9e4)
  • typescript-estree: skip isTTY version check if user passes loggerFn on unsupported TypeScript version warning (#7739) (9656e13)
  • utils: add ESLint CodePath selector types (#7551) (99a026f)
  • utils: update types to reflect RuleContext and SourceCode changes and deprecations (#7812) (b73d8b2)

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

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

6.11.0 (2023-11-13)

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.

Commits
  • 06496e2 chore: publish v6.11.0
  • a54a60b chore: add eslint-utils wrappers around deprecated ESLint methods (#7914)
  • e77616b chore(eslint-plugin): fixed no-unnecessary-condition complaints (#7837)
  • 8e87fac chore: fix miscellaneous no-unnecessary-condition violations (#7834)
  • 72cb9e4 feat(eslint-plugin): no-unsafe-enum-comparison handles switch cases (#7898)
  • 99a026f feat(utils): add ESLint CodePath selector types (#7551)
  • b6c40b4 feat: allow typescript@5.3.0-RC as devDependency (#7821)
  • c4709c2 feat: add no-unsafe-unary-minus rule (#7390)
  • 66cd0c0 feat: add types for flat config files (#7273)
  • a668f5b fix(eslint-plugin): [no-unnecessary-qualifier] handle nested namespace id (#7...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 6.10.0 to 6.11.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v6.11.0

6.11.0 (2023-11-13)

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

  • add no-unsafe-unary-minus rule (#7390) (c4709c2)
  • add types for flat config files (#7273) (66cd0c0)
  • allow typescript@5.3.0-RC as devDependency (#7821) (b6c40b4)
  • eslint-plugin: no-unsafe-enum-comparison handles switch cases (#7898) (72cb9e4)
  • typescript-estree: skip isTTY version check if user passes loggerFn on unsupported TypeScript version warning (#7739) (9656e13)
  • utils: add ESLint CodePath selector types (#7551) (99a026f)
  • utils: update types to reflect RuleContext and SourceCode changes and deprecations (#7812) (b73d8b2)

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

Changelog

Sourced from @​typescript-eslint/parser's changelog.

6.11.0 (2023-11-13)

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

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

Commits

Updates prettier-plugin-tailwindcss from 0.5.6 to 0.5.7

Release notes

Sourced from prettier-plugin-tailwindcss's releases.

v0.5.7

Fixed

  • Fix sorting inside dynamic custom attributes (#225)
Changelog

Sourced from prettier-plugin-tailwindcss's changelog.

[0.5.7] - 2023-11-08

Fixed

  • Fix sorting inside dynamic custom attributes (#225)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

… with 8 updates

Bumps the dependencies-with-minor-and-patch-updates group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [prettier-plugin-java](https://github.com/jhipster/prettier-java) | `2.3.1` | `2.4.0` |
| [prism-react-renderer](https://github.com/FormidableLabs/prism-react-renderer) | `2.1.0` | `2.2.0` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.0.0` | `14.1.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.36` | `18.2.37` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.14` | `18.2.15` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.10.0` | `6.11.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.10.0` | `6.11.0` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.5.6` | `0.5.7` |


Updates `prettier-plugin-java` from 2.3.1 to 2.4.0
- [Release notes](https://github.com/jhipster/prettier-java/releases)
- [Changelog](https://github.com/jhipster/prettier-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jhipster/prettier-java/compare/prettier-plugin-java@2.3.1...prettier-plugin-java@2.4.0)

Updates `prism-react-renderer` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/FormidableLabs/prism-react-renderer/releases)
- [Commits](https://github.com/FormidableLabs/prism-react-renderer/compare/prism-react-renderer@2.1.0...prism-react-renderer@2.2.0)

Updates `@testing-library/react` from 14.0.0 to 14.1.0
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v14.0.0...v14.1.0)

Updates `@types/react` from 18.2.36 to 18.2.37
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 18.2.14 to 18.2.15
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@typescript-eslint/eslint-plugin` from 6.10.0 to 6.11.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.11.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.10.0 to 6.11.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.11.0/packages/parser)

Updates `prettier-plugin-tailwindcss` from 0.5.6 to 0.5.7
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.5.6...v0.5.7)

---
updated-dependencies:
- dependency-name: prettier-plugin-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-with-minor-and-patch-updates
- dependency-name: prism-react-renderer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-with-minor-and-patch-updates
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies-with-minor-and-patch-updates
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-with-minor-and-patch-updates
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-with-minor-and-patch-updates
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies-with-minor-and-patch-updates
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies-with-minor-and-patch-updates
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-with-minor-and-patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 13, 2023
@github-actions github-actions bot enabled auto-merge (squash) November 13, 2023 18:27
@github-actions github-actions bot merged commit 8a8bd30 into main Nov 13, 2023
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/dependencies-with-minor-and-patch-updates-edb6b273b8 branch November 13, 2023 18:30
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants