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 minor-and-patch-updates group with 6 updates #81

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Bumps the minor-and-patch-updates group with 6 updates:

Package From To
type-fest 4.10.1 4.10.2
@prettier/plugin-php 0.22.1 0.22.2
@types/node 20.11.10 20.11.16
lint-staged 15.2.0 15.2.1
prettier 3.2.4 3.2.5
prettier-plugin-sql-cst 0.11.1 0.11.2

Updates type-fest from 4.10.1 to 4.10.2

Release notes

Sourced from type-fest's releases.

v4.10.2

  • MergeDeep: Fix compatibility with TypeScript 5.4 (#807) 5f6165a

sindresorhus/type-fest@v4.10.1...v4.10.2

Commits

Updates @prettier/plugin-php from 0.22.1 to 0.22.2

Release notes

Sourced from @​prettier/plugin-php's releases.

v0.22.2

What's Changed

New Contributors

Full Changelog: prettier/plugin-php@v0.22.1...v0.22.2

Commits
  • 26cf2a8 0.22.2
  • 16cc066 chore: upgrade dependencies (#2321)
  • ea27073 fix: 🐛 singleQuote option does not work on format API (#2303)
  • 410e292 Make chain breaking as similar to original prettier (js) as much as possible ...
  • See full diff in compare view

Updates @types/node from 20.11.10 to 20.11.16

Commits

Updates lint-staged from 15.2.0 to 15.2.1

Release notes

Sourced from lint-staged's releases.

v15.2.1

Patch Changes

  • #1387 e4023f6 Thanks @​iiroj! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, lint-staged has used the default settings to spawn linter commands. This means the stdin of the spawned commands has accepted input, and essentially gotten stuck waiting. Now the stdin is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.
Changelog

Sourced from lint-staged's changelog.

15.2.1

Patch Changes

  • #1387 e4023f6 Thanks @​iiroj! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, lint-staged has used the default settings to spawn linter commands. This means the stdin of the spawned commands has accepted input, and essentially gotten stuck waiting. Now the stdin is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.
Commits
  • 999dcce chore(changeset): release
  • 52a9e3f Merge pull request #1387 from lint-staged/ignore-stdin
  • dd72fde ci: update "actions/cache@v4"
  • e4023f6 fix: ignore stdin of spawned commands
  • 46f2c43 ci: update actions/setup-node@v4
  • a684125 ci: update CodeQL action v3
  • 3b9660d chore(deps): update dependencies
  • See full diff in compare view

Updates prettier from 3.2.4 to 3.2.5

Release notes

Sourced from prettier's releases.

3.2.5

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.2.5

diff

Support Angular inline styles as single template literal (#15968 by @​sosukesuzuki)

Angular v17 supports single string inline styles.

// Input
@Component({
  template: `<div>...</div>`,
  styles: `h1 { color: blue; }`,
})
export class AppComponent {}
// Prettier 3.2.4
@​Component({
template: &lt;div&gt;...&lt;/div&gt;,
styles: h1 { color: blue; },
})
export class AppComponent {}
// Prettier 3.2.5
@​Component({
template: &lt;div&gt;...&lt;/div&gt;,
styles: h1 { color: blue; },
})
export class AppComponent {}

Unexpected embedded formatting for Angular template (#15969 by @​JounQin)

Computed template should not be considered as Angular component template

// Input
const template = "foobar";
@​Component({
[template]: &lt;h1&gt;{{       hello }}&lt;/h1&gt;,
})
export class AppComponent {}
</tr></table>

... (truncated)

Commits

Updates prettier-plugin-sql-cst from 0.11.1 to 0.11.2

Release notes

Sourced from prettier-plugin-sql-cst's releases.

0.11.2

Improved PostgreSQL support

  • Formatting of CREATE TABLE
  • Formatting of CREATE FOREIGN TABLE
  • Formatting of ALTER TABLE
  • Formatting of CREATE/ALTER/DROP SEQUENCE
  • Formatting of CREATE/ALTER/DROP VIEW
  • Formatting of CREATE/ALTER/DROP MATERIALIZED VIEW
  • Formatting of REFRESH MATERIALIZED VIEW
  • Formatting of CREATE/ALTER/DROP SCHEMA
Commits
  • d5555b5 v0.11.2
  • c010df4 Fix canonicSyntax transform
  • 881b8e0 Upgrade parser to 0.26.0
  • 1b64aa8 Remove top-level Partial<>
  • 436c0b0 Format REFERSH MATERIALIZED VIEW
  • d6c1a70 Format all PostgreSQL ALTER VIEW actions
  • 47d5748 Reduce number of lines in view tests
  • d14fb2d Format DROP VIEW with multiple views
  • 0d60341 Format PostgreSQL CREATE VIEW
  • ef13e8d Format CREATE FOREIGN TABLE
  • 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

Bumps the minor-and-patch-updates group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [type-fest](https://github.com/sindresorhus/type-fest) | `4.10.1` | `4.10.2` |
| [@prettier/plugin-php](https://github.com/prettier/prettier-php) | `0.22.1` | `0.22.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.10` | `20.11.16` |
| [lint-staged](https://github.com/okonet/lint-staged) | `15.2.0` | `15.2.1` |
| [prettier](https://github.com/prettier/prettier) | `3.2.4` | `3.2.5` |
| [prettier-plugin-sql-cst](https://github.com/nene/prettier-plugin-sql-cst) | `0.11.1` | `0.11.2` |


Updates `type-fest` from 4.10.1 to 4.10.2
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v4.10.1...v4.10.2)

Updates `@prettier/plugin-php` from 0.22.1 to 0.22.2
- [Release notes](https://github.com/prettier/prettier-php/releases)
- [Commits](prettier/plugin-php@v0.22.1...v0.22.2)

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

Updates `lint-staged` from 15.2.0 to 15.2.1
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.0...v15.2.1)

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

Updates `prettier-plugin-sql-cst` from 0.11.1 to 0.11.2
- [Release notes](https://github.com/nene/prettier-plugin-sql-cst/releases)
- [Commits](nene/prettier-plugin-sql-cst@v0.11.1...v0.11.2)

---
updated-dependencies:
- dependency-name: type-fest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@prettier/plugin-php"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: prettier-plugin-sql-cst
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 5, 2024
Copy link

changeset-bot bot commented Feb 5, 2024

⚠️ No Changeset found

Latest commit: 1abafa7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot merged commit 5fbe351 into main Feb 5, 2024
1 of 3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-updates-8d8d6d817f branch February 5, 2024 03:40
Copy link

codesandbox-ci bot commented Feb 5, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants