[PR #512] [MERGED] Bump prettier from 1.15.2 to 1.15.3 #832

Closed
opened 2026-03-03 14:40:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lipis/flag-icons/pull/512
Author: @dependabot-preview[bot]
Created: 12/3/2018
Status: Merged
Merged: 12/3/2018
Merged by: @dependabot-preview[bot]

Base: masterHead: dependabot/npm_and_yarn/prettier-1.15.3


📝 Commits (1)

  • 12af059 Bump prettier from 1.15.2 to 1.15.3

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+4 -4)

📄 Description

Bumps prettier from 1.15.2 to 1.15.3.

Release notes

Sourced from prettier's releases.

1.15.3

🔗 Changelog

Changelog

Sourced from prettier's changelog.

1.15.3

diff

  • JavaScript: support htm (#5565)
  • JavaScript: support logical assignment operator (#5489)
  • JavaScript: do not add quotes for interpolation-only attributes in html templates (#5544)
  • JavaScript: add missing parenthesis for binary in optional member (#5543)
  • JavaScript: fix a parser regression (#5530)
  • JavaScript: improve union types with leading comments (#5575)
  • TypeScript: support BigInt (#5546, #5577)
  • TypeScript: inline method decorators should stay inlined (#5444)
  • TypeScript: do not change module into namespace and break/hug their body correctly (#5551)
  • TypeScript: do not add invalid semicolon for construct in interface with // prettier-ignore (#5469)
  • HTML: do not touch comments (#5525)
  • HTML: preserve bogus comments <! ... >/<? ... > (#5565)
  • HTML: support IE conditional start/end comment (#5470)
  • HTML: do not add extra indentation for js template in <script> (#5527)
  • HTML: leading spaces for the first interpolation in <textarea> are sensitive (#5468)
  • HTML: preserve content for element in <pre> correctly (#5473)
  • HTML: correct column for error code frame (#5553)
  • Angular: support interpolation in attributes (#5573)
  • Angular: do not print colon for then and else in *ngIf (#5542)
  • Angular/Vue: do not normalize tag/attribute names (#5526, #5549)
  • Vue: preserve custom block (#5458)
  • Vue: remove unnecessary semicolon and preserve necessary semicolon for single expression in event bindings (#5519)
  • Vue: group slot-scope correctly (#5563)
  • Markdown: do not trim content in inline-math (#5485)
  • Markdown: add more category to CJK regex (#5480)
  • SCSS: update parser for performance improvements (#5481)
  • YAML: preserve the first document head end marker --- (#5502)
  • API: resolve ignored field correctly in .getFileInfo() with absolute filePath (#5570)
  • API/CLI: fix a bug that caches for .js config files did not respect .clearConfigCache() (#5558)
  • API/CLI: ignore unset in .editorconfig (#5550)
  • CLI: report status code 0 for --list-different + --write (#5512)
  • Standalone: fix a regression for browser compatibility (#5560)
Commits
  • a5ccfa1 Release 1.15.3
  • 3cd1d00 fix(typescript): do not throw errors on bigint keyword (#5577)
  • 2247ce1 feat(angular): support interpolation in attributes (#5573)
  • 3fcf69a fix(api): normalize file path for getFileInfo (#5570)
  • 28b938d feat(html): update angular-html-parser (#5565)
  • d124bba test: update snapshots
  • 1ecd222 fix(vue): group slot-scope correctly (#5563)
  • c28dc2f Updating cosmiconfig to not cache .js config files when told not to (#5558)
  • 0534735 fix(vue): tweak semicolon for single expression in event bindings (#5519)
  • 0af81c7 Improve union types with leading comments (#5575)
  • Additional commits viewable in compare view

Dependabot compatibility score

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.

If all status checks pass Dependabot will automatically merge this pull request.


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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/lipis/flag-icons/pull/512 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/3/2018 **Status:** ✅ Merged **Merged:** 12/3/2018 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/prettier-1.15.3` --- ### 📝 Commits (1) - [`12af059`](https://github.com/lipis/flag-icons/commit/12af059f4103e90d2fa97c8d930ef4058dcfe3c3) Bump prettier from 1.15.2 to 1.15.3 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+4 -4) </details> ### 📄 Description Bumps [prettier](https://github.com/prettier/prettier) from 1.15.2 to 1.15.3. <details> <summary>Release notes</summary> *Sourced from [prettier's releases](https://github.com/prettier/prettier/releases).* > ## 1.15.3 > 🔗 [**Changelog**](https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1153) </details> <details> <summary>Changelog</summary> *Sourced from [prettier's changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md).* > # 1.15.3 > > [diff](https://github.com/prettier/prettier/compare/1.15.2...1.15.3) > > - JavaScript: support `htm` ([#5565](https://github-redirect.dependabot.com/prettier/prettier/pull/5565)) > - JavaScript: support logical assignment operator ([#5489](https://github-redirect.dependabot.com/prettier/prettier/pull/5489)) > - JavaScript: do not add quotes for interpolation-only attributes in `html` templates ([#5544](https://github-redirect.dependabot.com/prettier/prettier/pull/5544)) > - JavaScript: add missing parenthesis for binary in optional member ([#5543](https://github-redirect.dependabot.com/prettier/prettier/pull/5543)) > - JavaScript: fix a parser regression ([#5530](https://github-redirect.dependabot.com/prettier/prettier/pull/5530)) > - JavaScript: improve union types with leading comments ([#5575](https://github-redirect.dependabot.com/prettier/prettier/pull/5575)) > - TypeScript: support BigInt ([#5546](https://github-redirect.dependabot.com/prettier/prettier/pull/5546), [#5577](https://github-redirect.dependabot.com/prettier/prettier/pull/5577)) > - TypeScript: inline method decorators should stay inlined ([#5444](https://github-redirect.dependabot.com/prettier/prettier/pull/5444)) > - TypeScript: do not change `module` into `namespace` and break/hug their body correctly ([#5551](https://github-redirect.dependabot.com/prettier/prettier/pull/5551)) > - TypeScript: do not add invalid semicolon for construct in interface with `// prettier-ignore` ([#5469](https://github-redirect.dependabot.com/prettier/prettier/pull/5469)) > - HTML: do not touch comments ([#5525](https://github-redirect.dependabot.com/prettier/prettier/pull/5525)) > - HTML: preserve bogus comments `<! ... >`/`<? ... >` ([#5565](https://github-redirect.dependabot.com/prettier/prettier/pull/5565)) > - HTML: support IE conditional start/end comment ([#5470](https://github-redirect.dependabot.com/prettier/prettier/pull/5470)) > - HTML: do not add extra indentation for js template in `<script>` ([#5527](https://github-redirect.dependabot.com/prettier/prettier/pull/5527)) > - HTML: leading spaces for the first interpolation in `<textarea>` are sensitive ([#5468](https://github-redirect.dependabot.com/prettier/prettier/pull/5468)) > - HTML: preserve content for element in `<pre>` correctly ([#5473](https://github-redirect.dependabot.com/prettier/prettier/pull/5473)) > - HTML: correct column for error code frame ([#5553](https://github-redirect.dependabot.com/prettier/prettier/pull/5553)) > - Angular: support interpolation in attributes ([#5573](https://github-redirect.dependabot.com/prettier/prettier/pull/5573)) > - Angular: do not print colon for `then` and `else` in `*ngIf` ([#5542](https://github-redirect.dependabot.com/prettier/prettier/pull/5542)) > - Angular/Vue: do not normalize tag/attribute names ([#5526](https://github-redirect.dependabot.com/prettier/prettier/pull/5526), [#5549](https://github-redirect.dependabot.com/prettier/prettier/pull/5549)) > - Vue: preserve custom block ([#5458](https://github-redirect.dependabot.com/prettier/prettier/pull/5458)) > - Vue: remove unnecessary semicolon and preserve necessary semicolon for single expression in event bindings ([#5519](https://github-redirect.dependabot.com/prettier/prettier/pull/5519)) > - Vue: group `slot-scope` correctly ([#5563](https://github-redirect.dependabot.com/prettier/prettier/pull/5563)) > - Markdown: do not trim content in inline-math ([#5485](https://github-redirect.dependabot.com/prettier/prettier/pull/5485)) > - Markdown: add more category to CJK regex ([#5480](https://github-redirect.dependabot.com/prettier/prettier/pull/5480)) > - SCSS: update parser for performance improvements ([#5481](https://github-redirect.dependabot.com/prettier/prettier/pull/5481)) > - YAML: preserve the first document head end marker `---` ([#5502](https://github-redirect.dependabot.com/prettier/prettier/pull/5502)) > - API: resolve `ignored` field correctly in `.getFileInfo()` with absolute filePath ([#5570](https://github-redirect.dependabot.com/prettier/prettier/pull/5570)) > - API/CLI: fix a bug that caches for `.js` config files did not respect `.clearConfigCache()` ([#5558](https://github-redirect.dependabot.com/prettier/prettier/pull/5558)) > - API/CLI: ignore `unset` in `.editorconfig` ([#5550](https://github-redirect.dependabot.com/prettier/prettier/pull/5550)) > - CLI: report status code `0` for `--list-different` + `--write` ([#5512](https://github-redirect.dependabot.com/prettier/prettier/pull/5512)) > - Standalone: fix a regression for browser compatibility ([#5560](https://github-redirect.dependabot.com/prettier/prettier/pull/5560)) </details> <details> <summary>Commits</summary> - [`a5ccfa1`](https://github.com/prettier/prettier/commit/a5ccfa1ecb9bb71dae1f1e441499a0104e68a7da) Release 1.15.3 - [`3cd1d00`](https://github.com/prettier/prettier/commit/3cd1d003c0ae54715301e3838fd1aa64ba576d4a) fix(typescript): do not throw errors on bigint keyword ([#5577](https://github-redirect.dependabot.com/prettier/prettier/issues/5577)) - [`2247ce1`](https://github.com/prettier/prettier/commit/2247ce1aab604bf1b95b3d010c08d48b003286c7) feat(angular): support interpolation in attributes ([#5573](https://github-redirect.dependabot.com/prettier/prettier/issues/5573)) - [`3fcf69a`](https://github.com/prettier/prettier/commit/3fcf69a7d561a22314c9644b4e309907310db266) fix(api): normalize file path for `getFileInfo` ([#5570](https://github-redirect.dependabot.com/prettier/prettier/issues/5570)) - [`28b938d`](https://github.com/prettier/prettier/commit/28b938da9737284c4270e219ebb0fb96d1989069) feat(html): update angular-html-parser ([#5565](https://github-redirect.dependabot.com/prettier/prettier/issues/5565)) - [`d124bba`](https://github.com/prettier/prettier/commit/d124bbaacb7a9b18ba56fc65f467e1ad9c24c3e4) test: update snapshots - [`1ecd222`](https://github.com/prettier/prettier/commit/1ecd2228b437fb77ccd4f2f926e2fd1c6fe8f8c2) fix(vue): group slot-scope correctly ([#5563](https://github-redirect.dependabot.com/prettier/prettier/issues/5563)) - [`c28dc2f`](https://github.com/prettier/prettier/commit/c28dc2f19cdb0be10939c63e9780f8cf2f18221c) Updating cosmiconfig to not cache .js config files when told not to ([#5558](https://github-redirect.dependabot.com/prettier/prettier/issues/5558)) - [`0534735`](https://github.com/prettier/prettier/commit/0534735c2ff23618cccaf4c5d462ced34651063d) fix(vue): tweak semicolon for single expression in event bindings ([#5519](https://github-redirect.dependabot.com/prettier/prettier/issues/5519)) - [`0af81c7`](https://github.com/prettier/prettier/commit/0af81c7695b4b4ea1296edc99035c3baa201fd5c) Improve union types with leading comments ([#5575](https://github-redirect.dependabot.com/prettier/prettier/issues/5575)) - Additional commits viewable in [compare view](https://github.com/prettier/prettier/compare/1.15.2...1.15.3) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=1.15.2&new-version=1.15.3)](https://dependabot.com/compatibility-score.html?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=1.15.2&new-version=1.15.3) 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`. If all status checks pass Dependabot will automatically merge this pull request. --- <details> <summary>Dependabot commands and options</summary> <br /> 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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 14:40:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flag-icons#832
No description provided.