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

build(deps): bump the prettier-config-dependencies group across 1 directory with 3 updates #24

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 16, 2024

Bumps the prettier-config-dependencies group with 3 updates in the / directory: prettier-plugin-tailwindcss, prettier and semantic-release.

Updates prettier-plugin-tailwindcss from 0.5.14 to 0.6.4

Release notes

Sourced from prettier-plugin-tailwindcss's releases.

v0.6.4

  • Export PluginOptions type (#292)

v0.6.3

  • Improve detection of string concatenation (#288)

v0.6.2

Changed

  • Only remove duplicate Tailwind classes (#277)
  • Make sure escapes in classes are preserved in string literals (#286)

v0.6.1

Added

  • Add new tailwindPreserveDuplicates option to disable removal of duplicate classes (#276)

Fixed

  • Improve handling of whitespace removal when concatenating strings (#276)
  • Fix a bug where Angular expressions may produce invalid code after sorting (#276)
  • Disabled whitespace and duplicate class removal for Liquid and Svelte (#276)

v0.6.0

Changed

  • Remove duplicate classes (#272)
  • Remove extra whitespace around classes (#272)
Changelog

Sourced from prettier-plugin-tailwindcss's changelog.

[0.6.4] - 2024-06-12

  • Export PluginOptions type (#292)

[0.6.3] - 2024-06-11

  • Improve detection of string concatenation (#288)

[0.6.2] - 2024-06-07

Changed

  • Only remove duplicate Tailwind classes (#277)
  • Make sure escapes in classes are preserved in string literals (#286)

[0.6.1] - 2024-05-31

Added

  • Add new tailwindPreserveDuplicates option to disable removal of duplicate classes (#276)

Fixed

  • Improve handling of whitespace removal when concatenating strings (#276)
  • Fix a bug where Angular expressions may produce invalid code after sorting (#276)
  • Disabled whitespace and duplicate class removal for Liquid and Svelte (#276)

[0.6.0] - 2024-05-30

Changed

  • Remove duplicate classes (#272)
  • Remove extra whitespace around classes (#272)
Commits

Updates prettier from 3.2.5 to 3.3.2

Release notes

Sourced from prettier's releases.

3.3.2

🔗 Changelog

3.3.1

🔗 Changelog

3.3.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.3.2

diff

Fix handlebars path expressions starts with @ (#16358 by @​Princeyadav05)

{{! Input }}
<div>{{@x.y.z}}</div>
{{! Prettier 3.3.1 }}
<div>{{@​x}}</div>
{{! Prettier 3.3.2 }}
<div>{{@​x.y.z}}</div>

3.3.1

diff

Preserve empty lines in front matter (#16347 by @​fisker)

<!-- Input -->
---
foo:
  - bar1


bar2


bar3



Markdown
<!-- Prettier 3.3.0 -->

foo:

bar1
bar2
bar3


Markdown
<!-- Prettier 3.3.1 -->
</tr></table>

... (truncated)

Commits

Updates semantic-release from 23.1.1 to 24.0.0

Release notes

Sourced from semantic-release's releases.

v24.0.0

24.0.0 (2024-05-31)

Bug Fixes

  • deps: upgraded to the beta of the commit-analyzer plugin (dfc3d91)
  • deps: upgraded to the beta of the release-notes-generator plugin (4a4cd92)

BREAKING CHANGES

  • deps: the commit-analyzer plugin now expects to be used with the latest major versions of conventional-changelog packages. if you are installing any of these packages in addition to semantic-release, be sure to update them as well
  • deps: the release-notes-generator plugin now expects to be used with the latest major versions of conventional-changelog packages. if you are installing any of these packages in addition to semantic-release, be sure to update them as well

v24.0.0-beta.2

24.0.0-beta.2 (2024-05-25)

Bug Fixes

  • deps: upgraded to the beta of the commit-analyzer plugin (dfc3d91)

BREAKING CHANGES

  • deps: the commit-analyzer plugin now expects to be used with the latest major versions of conventional-changelog packages. if you are installing any of these packages in addition to semantic-release, be sure to update them as well

v24.0.0-beta.1

24.0.0-beta.1 (2024-05-17)

Bug Fixes

  • deps: upgraded to the beta of the release-notes-generator plugin (4a4cd92)

BREAKING CHANGES

  • deps: the release-notes-generator plugin now expects to be used with the latest major versions of conventional-changelog packages. if you are installing any of these packages in addition to semantic-release, be sure to update them as well
Commits
  • 2b3e5f7 Merge pull request #3327 from semantic-release/beta
  • c0e433d ci(action): update github/codeql-action action to v3.25.7 (#3326)
  • 2b77095 Merge branch 'master' of github.com:semantic-release/semantic-release into beta
  • 5f05152 chore(deps): update npm to v10.8.1 (#3325)
  • 6d7dc85 chore(deps): update dependency got to v14.3.0 (#3311)
  • 20b2672 ci(action): update github/codeql-action action to v3.25.6 (#3316)
  • 2620c10 docs: update file extensions to include .mjs on configuration docs page (#3322)
  • dfc3d91 fix(deps): upgraded to the beta of the commit-analyzer plugin
  • e424297 chore(deps): lock file maintenance (#3312)
  • 3680974 chore(deps): update dependency publint to v0.2.8 (#3310)
  • Additional commits viewable in compare view

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

…ectory with 3 updates

Bumps the prettier-config-dependencies group with 3 updates in the / directory: [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss), [prettier](https://github.com/prettier/prettier) and [semantic-release](https://github.com/semantic-release/semantic-release).


Updates `prettier-plugin-tailwindcss` from 0.5.14 to 0.6.4
- [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.14...v0.6.4)

Updates `prettier` from 3.2.5 to 3.3.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.2.5...3.3.2)

Updates `semantic-release` from 23.1.1 to 24.0.0
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v23.1.1...v24.0.0)

---
updated-dependencies:
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prettier-config-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: prettier-config-dependencies
- dependency-name: semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: prettier-config-dependencies
...

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 Jun 16, 2024
Copy link
Author

dependabot bot commented on behalf of github Jun 16, 2024

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Jun 16, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/prettier-config-dependencies-6182f0f817 branch June 16, 2024 21:42
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.

None yet

0 participants