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-dev): bump the all group with 3 updates #450

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2024

Bumps the all group with 3 updates: @nihalgonsalves/esconfig, lefthook and prettier.

Updates @nihalgonsalves/esconfig from 0.7.1 to 0.8.0

Release notes

Sourced from @​nihalgonsalves/esconfig's releases.

esconfig: v0.8.0

0.8.0 (2024-01-08)

⚠ BREAKING CHANGES

  • update tsconfig and prettier settings

Features

  • deps: bump the all group with 4 updates (#69) (0634c38)
  • update tsconfig and prettier settings (c93aaaa)
Changelog

Sourced from @​nihalgonsalves/esconfig's changelog.

0.8.0 (2024-01-08)

⚠ BREAKING CHANGES

  • update tsconfig and prettier settings

Features

  • deps: bump the all group with 4 updates (#69) (0634c38)
  • update tsconfig and prettier settings (c93aaaa)
Commits
  • 67c967d chore(main): release esconfig 0.8.0 (#68)
  • 9999f46 chore: set release-please bootstrap-sha
  • 45b64ac ci: fix release please config again
  • 0634c38 feat(deps): bump the all group with 4 updates (#69)
  • f440d63 chore: reformat self
  • c93aaaa feat!: update tsconfig and prettier settings
  • b632fa2 chore: fix release please config/manifest
  • See full diff in compare view

Updates lefthook from 1.5.5 to 1.5.6

Release notes

Sourced from lefthook's releases.

v1.5.6

Changelog

  • f32e497 feat: allow setting a bool value for skip_output (#601)
  • eead08c feat: shell completion improvements (#577)
  • 02e6f77 fix: safe execute git commands without sh wrapper (#606)
  • 94f3a91 fix: use lefthook package with npx (#604)
Changelog

Sourced from lefthook's changelog.

1.5.6 (2024-01-12)

Commits
  • dce1a0b 1.5.6: allow disabling all output and fix possible unexpected behavior
  • eead08c feat: shell completion improvements (#577)
  • 02e6f77 fix: safe execute git commands without sh wrapper (#606)
  • 94f3a91 fix: use lefthook package with npx (#604)
  • f32e497 feat: allow setting a bool value for skip_output (#601)
  • 10f5ad4 docs: update exception case about interactive option
  • See full diff in compare view

Updates prettier from 3.1.1 to 3.2.2

Release notes

Sourced from prettier's releases.

3.2.2

🔗 Changelog

3.2.1

🔗 Changelog

3.2.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.2.2

diff

Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute (#15896 by @​eelco)

For example this code would crash before:

<style {...spread}>{`.{}`}</style>

Fix formatting error on optional call expression and member chain (#15920 by @​sosukesuzuki)

// Input
a(() => {}, c?.d());
// Prettier 3.2.1
TypeError: Cannot read properties of undefined (reading 'type')
// Prettier 3.2.2
a(() => {}, c?.d());

3.2.1

diff

Fix formatting error on member chain (#15915 by @​sosukesuzuki)

// Input
test().test2().test2(thing?.something);
// Prettier 3.2.0
TypeError: Cannot read properties of undefined (reading 'type')
// Prettier 3.2.1
test().test2().test2(thing?.something);

3.2.0

diff

... (truncated)

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

Bumps the all group with 3 updates: [@nihalgonsalves/esconfig](https://github.com/nihalgonsalves/esconfig), [lefthook](https://github.com/evilmartians/lefthook) and [prettier](https://github.com/prettier/prettier).


Updates `@nihalgonsalves/esconfig` from 0.7.1 to 0.8.0
- [Release notes](https://github.com/nihalgonsalves/esconfig/releases)
- [Changelog](https://github.com/nihalgonsalves/esconfig/blob/main/CHANGELOG.md)
- [Commits](nihalgonsalves/esconfig@v0.7.1...esconfig-v0.8.0)

Updates `lefthook` from 1.5.5 to 1.5.6
- [Release notes](https://github.com/evilmartians/lefthook/releases)
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](evilmartians/lefthook@v1.5.5...v1.5.6)

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

---
updated-dependencies:
- dependency-name: "@nihalgonsalves/esconfig"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: lefthook
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 15, 2024
@nihalgonsalves nihalgonsalves enabled auto-merge (squash) January 15, 2024 13:32
@nihalgonsalves
Copy link
Owner

Superseded by #451

auto-merge was automatically disabled January 22, 2024 22:45

Pull request was closed

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 22, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

@nihalgonsalves nihalgonsalves deleted the dependabot/npm_and_yarn/all-546125ad98 branch January 22, 2024 22:45
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.

1 participant