Sec-ant / prettier-plugin-embed

A configurable Prettier plugin to format embedded languages in JS/TS Files.
https://www.npmjs.com/package/prettier-plugin-embed/v/latest
MIT License
58 stars 2 forks source link

chore(deps-dev): bump the minor-and-patch-updates group with 7 updates #101

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

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

Package From To
@biomejs/biome 1.6.2 1.6.3
@prettier/plugin-xml 3.3.1 3.4.1
@types/node 20.11.30 20.12.2
npm-check-updates 16.14.17 16.14.18
prettier-plugin-sql-cst 0.11.4 0.11.5
simple-git-hooks 2.11.0 2.11.1
vite 5.2.6 5.2.7

Updates @biomejs/biome from 1.6.2 to 1.6.3

Release notes

Sourced from @​biomejs/biome's releases.

CLI v1.6.3

Analyzer

CLI

Bug fixes

  • Fix configuration resolution. Biome is now able to correctly find the biome.jsonc configuration file when --config-path is explicitly set (#2164). Contributed by @​Sec-ant

  • JavaScript/TypeScript files of different variants (.ts, .js, .tsx, .jsx) in a single workspace now have stable formatting behaviors when running the CLI command in paths of different nested levels or in different operating systems (#2080, #2109). Contributed by @​Sec-ant

Configuration

Bug fixes

  • Complete the documentation and overrides support for options formatter.lineEnding, [language].formatter.lineEnding, formatter.attributePosition and javascript.formatter.attributePosition. Contributed by @​Sec-ant

Editors

Formatter

Bug fixes

  • Fix #2172 by breaking long object destructuring patterns. Contributed by @​ah-yu

JavaScript APIs

Linter

New features

LSP

Bug fixes

  • Quickfix action no longer autofixes lint rule errors on save when linter is disabled (#2161). Contributed by @​Sec-ant
  • Range formatting for Astro/Svelte/Vue doesn't place code out of place, especially when formatting on paste is enabled. Contributed by @​ematipico

Parser

What's Changed

Other changes

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

1.6.3 (2024-03-25)

Analyzer

CLI

Bug fixes

  • Fix configuration resolution. Biome is now able to correctly find the biome.jsonc configuration file when --config-path is explicitly set (#2164). Contributed by @​Sec-ant

  • JavaScript/TypeScript files of different variants (.ts, .js, .tsx, .jsx) in a single workspace now have stable formatting behaviors when running the CLI command in paths of different nested levels or in different operating systems (#2080, #2109). Contributed by @​Sec-ant

Configuration

Bug fixes

  • Complete the documentation and overrides support for options formatter.lineEnding, [language].formatter.lineEnding, formatter.attributePosition and javascript.formatter.attributePosition. Contributed by @​Sec-ant

Editors

Formatter

Bug fixes

  • Fix #2172 by breaking long object destructuring patterns. Contributed by @​ah-yu

JavaScript APIs

Linter

New features

Enhancements

  • Rename noSemicolonInJsx to noSuspiciousSemicolonInJsx. Contributed by @​fujiyamaorange

LSP

Bug fixes

  • Quickfix action no longer autofixes lint rule errors on save when linter is disabled (#2161). Contributed by @​Sec-ant
  • Range formatting for Astro/Svelte/Vue doesn't place code out of place, especially when formatting on paste is enabled. Contributed by @​ematipico

Parser

Commits


Updates @prettier/plugin-xml from 3.3.1 to 3.4.1

Changelog

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

[3.4.1] - 2024-03-30

Changed

  • Fix the npm publish.

[3.4.0] - 2024-03-29

Added

  • Export plugin type.

Changed

  • Fix printing around reference nodes.
  • Trim only XML whitespace, not JS whitespace.
Commits
  • a09a1f4 Bump to v3.4.1
  • 62c3dab Bump version
  • 4a3b54a Merge pull request #775 from prettier/dependabot/github_actions/dependabot/fe...
  • e51efa8 chore(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.0.0
  • 69376a6 Fix printing around references
  • 6170e95 Trim only XML whitespace
  • e9c5315 Merge pull request #772 from regseb/types
  • 684acd3 Export types
  • b8e53f1 Merge pull request #770 from prettier/dependabot/npm_and_yarn/eslint-8.57.0
  • eb527cb chore(deps-dev): bump eslint from 8.56.0 to 8.57.0
  • Additional commits viewable in compare view


Updates @types/node from 20.11.30 to 20.12.2

Commits


Updates npm-check-updates from 16.14.17 to 16.14.18

Commits


Updates prettier-plugin-sql-cst from 0.11.4 to 0.11.5

Release notes

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

0.11.5

Improved PostgreSQL support

  • Formatting of ALTER FUNCTION/PROCEDURE
  • Formatting of CREATE TRIGGER

Fixes

  • Various parsing fixes and improvements from sql-parser-cst 0.28.0
Commits
  • 09ca450 v0.11.5
  • b384e03 Mark invalid fields in Function types to be ignored
  • e746998 Merge branch 'sql-parser-cst-0.28.0'
  • 5c4e75a Format PostgreSQL array constructor syntax
  • fc53a60 Support formatting of ALTER FUNCTION/PROCEDURE
  • 7897bba Format PostgreSQL CREATE TRIGGER syntax
  • 3fdc332 Fix breaking changes in 0.28.0
  • a0b2ec7 Upgrade parser to 0.28.0
  • 54faa15 Additional test for $nr parameters
  • See full diff in compare view


Updates simple-git-hooks from 2.11.0 to 2.11.1

Release notes

Sourced from simple-git-hooks's releases.

2.11.1

Package.json was updated with correct linkage to the repository

Full Changelog: https://github.com/toplenboren/simple-git-hooks/compare/2.11.0...2.11.1

Commits


Updates vite from 5.2.6 to 5.2.7

Changelog

Sourced from vite's changelog.

5.2.7 (2024-03-29)

Commits
  • ad246da release: v5.2.7
  • 45a06da chore: deprecate splitVendorChunkPlugin (#16274)
  • ffedc06 fix(hmr): trigger hmr for missing file import errored module after file creat...
  • dfffea1 fix(hmr): don't mutate module graph when collecting modules (#16302)
  • 1f53796 feat(hmr): reload when HTML file is created/deleted (#16288)
  • 24e376a fix(sourcemap): don't warn even if the sourcesContent is an empty string (#16...
  • 7caef42 fix(deps): update all non-major dependencies (#16258)
  • 890538a fix: skip injecting __vite__mapDeps when it's not used (#16271)
  • See full diff 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
changeset-bot[bot] commented 6 months ago

⚠️ No Changeset found

Latest commit: 2a0c39f054f5e21d8deec756eaabc5387e9bebfe

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