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

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@prettier/plugin-xml 3.2.2 3.3.1
@types/node 20.11.16 20.11.17
lint-staged 15.2.1 15.2.2
npm-check-updates 16.14.14 16.14.15
prettier-plugin-sql-cst 0.11.2 0.11.3
tsx 4.7.0 4.7.1
vite 5.0.12 5.1.1

Updates @prettier/plugin-xml from 3.2.2 to 3.3.1

Changelog

Sourced from @​prettier/plugin-xml's changelog.

[3.3.1] - 2024-02-10

Changed

  • Allow elements to be marked as whitespace ignored even when they have reference nodes.

[3.3.0] - 2024-02-09

Added

  • Support for formatWithCursor.

Changed

  • Always keep whitespace around in xsl:text tags.
Commits
  • 8ea19c9 Bump to version 3.3.1
  • e9b6c28 Merge pull request #764 from prettier/allow-ignorable-with-reference
  • 3912698 Allow ignoreable whitespace with reference nodes
  • 9bb361f Bump to v3.3.0
  • 6372d5a Make languages.js executable
  • d403e00 Support formatWithCursor
  • 1162380 Merge pull request #761 from prettier/xsl
  • 5046a8e Do not ignore whitespace in xsl:text nodes
  • 08bb1c0 Merge pull request #759 from prettier/dependabot/npm_and_yarn/lint-staged-15.2.2
  • 36159ad chore(deps-dev): bump lint-staged from 15.2.1 to 15.2.2
  • Additional commits viewable in compare view

Updates @types/node from 20.11.16 to 20.11.17

Commits

Updates lint-staged from 15.2.1 to 15.2.2

Release notes

Sourced from lint-staged's releases.

v15.2.2

Patch Changes

  • #1391 fdcdad4 Thanks @​iiroj! - Lint-staged no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.
Changelog

Sourced from lint-staged's changelog.

15.2.2

Patch Changes

  • #1391 fdcdad4 Thanks @​iiroj! - Lint-staged no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.
Commits
  • 4d4270b chore(changeset): release
  • a7c5957 Merge pull request #1391 from lint-staged/fix-sparse-checkout
  • c1b2a6a ci: use macOS Sonoma M1 runners
  • fdcdad4 fix: do not try to load configuration from files that are not checked out
  • See full diff in compare view

Updates npm-check-updates from 16.14.14 to 16.14.15

Commits

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

Release notes

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

0.11.3

Support for latest BigQuery syntax

Upgraded the parser to support latest (as of 31. Jan 2024) BigQuery syntax. Notably this includes:

  • support for PRIMARY KEY and FOREIGN KEY
  • OPTIONS() in view columns
  • GROUP BY with CUBE(), ROLLUP(), GROUPING SETS

Improved PostgreSQL support

  • CREATE/DROP/ALTER INDEX and REINDEX are now supported
Commits
  • d332c58 v0.11.3
  • 872995b Remove unnecessary Partial<>
  • 78001d8 Format ALTER INDEX ALL IN TABLESPACE
  • 68bc278 Format ALTER INDEX
  • 5d047a6 Format NULLS [NOT] DISTINCT in CREATE INDEX
  • f9ac67d Format PostgreSQL REINDEX statement
  • 8c120f6 Format opclass parameters
  • 2dae85f Move REINDEX tests to index.test.ts
  • 2439cf4 Format CREATE/DROP INDEX statements in PostgreSQL
  • c499a83 Format DROP PRIMARY KEY IF EXISTS
  • Additional commits viewable in compare view

Updates tsx from 4.7.0 to 4.7.1

Release notes

Sourced from tsx's releases.

v4.7.1

4.7.1 (2024-02-10)

Bug Fixes

  • escape import.meta.url passed to esbuild (#474) (e23592e)
  • remove the pipe file before starting the ipc server (#459) (0ed0097)

This release is also available on:

Commits

Updates vite from 5.0.12 to 5.1.1

Release notes

Sourced from vite's releases.

[email protected]

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.1.1 (2024-02-09)

5.1.0 (2024-02-08)

Vite 5.1 is out! Read the announcement blog post at https://vitejs.dev/blog/announcing-vite5-1!

5.1.0-beta.7 (2024-02-07)

5.1.0-beta.6 (2024-02-01)

5.1.0-beta.5 (2024-01-27)

5.1.0-beta.4 (2024-01-26)

... (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 minor-and-patch-updates group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@prettier/plugin-xml](https://github.com/prettier/plugin-xml) | `3.2.2` | `3.3.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.16` | `20.11.17` |
| [lint-staged](https://github.com/okonet/lint-staged) | `15.2.1` | `15.2.2` |
| [npm-check-updates](https://github.com/raineorshine/npm-check-updates) | `16.14.14` | `16.14.15` |
| [prettier-plugin-sql-cst](https://github.com/nene/prettier-plugin-sql-cst) | `0.11.2` | `0.11.3` |
| [tsx](https://github.com/privatenumber/tsx) | `4.7.0` | `4.7.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.0.12` | `5.1.1` |


Updates `@prettier/plugin-xml` from 3.2.2 to 3.3.1
- [Changelog](https://github.com/prettier/plugin-xml/blob/main/CHANGELOG.md)
- [Commits](prettier/plugin-xml@v3.2.2...v3.3.1)

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

Updates `lint-staged` from 15.2.1 to 15.2.2
- [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.1...v15.2.2)

Updates `npm-check-updates` from 16.14.14 to 16.14.15
- [Release notes](https://github.com/raineorshine/npm-check-updates/releases)
- [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md)
- [Commits](raineorshine/npm-check-updates@v16.14.14...v16.14.15)

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

Updates `tsx` from 4.7.0 to 4.7.1
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/develop/release.config.cjs)
- [Commits](privatenumber/tsx@v4.7.0...v4.7.1)

Updates `vite` from 5.0.12 to 5.1.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.1.1/packages/vite)

---
updated-dependencies:
- dependency-name: "@prettier/plugin-xml"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: npm-check-updates
  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
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 12, 2024
Copy link

changeset-bot bot commented Feb 12, 2024

⚠️ No Changeset found

Latest commit: 24fa4e7

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 88ef1c6 into main Feb 12, 2024
2 of 3 checks passed
Copy link

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.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-updates-69559469a9 branch February 12, 2024 03:08
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