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

build(deps-dev): bump prettier from 3.1.0 to 3.1.1 #1109

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps prettier from 3.1.0 to 3.1.1.

Release notes

Sourced from prettier's releases.

3.1.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.1.1

diff

Fix config file search (#15363 by @​fisker)

Previously, we start search for config files from the filePath as a directory, if it happened to be a directory and contains config file, it will be used by mistake.

├─ .prettierrc
└─ test.js         (A directory)
  └─ .prettierrc
// Prettier 3.1.0
await prettier.resolveConfigFile(new URL("./test.js", import.meta.url));
// <CWD>/test.js/.prettierrc
// Prettier 3.1.1
await prettier.resolveConfigFile(new URL("./test.js", import.meta.url));
// <CWD>/.prettierrc

Skip explicitly passed symbolic links with --no-error-on-unmatched-pattern (#15533 by @​sanmai-NL)

Since Prettier v3, we stopped following symbolic links, however in some use cases, the symbolic link patterns can't be filtered out, and there is no way to prevent Prettier from throwing errors.

In Prettier 3.1.1, you can use --no-error-on-unmatched-pattern to simply skip symbolic links.

Consistently use tabs in ternaries when useTabs is true (#15662 by @​auvred)

// Input
aaaaaaaaaaaaaaa
	? bbbbbbbbbbbbbbbbbb
	: ccccccccccccccc
	  ? ddddddddddddddd
	  : eeeeeeeeeeeeeee
	    ? fffffffffffffff
	    : gggggggggggggggg;
// Prettier 3.1.0
aaaaaaaaaaaaaaa
? bbbbbbbbbbbbbbbbbb
: ccccccccccccccc
? ddddddddddddddd
: eeeeeeeeeeeeeee
? fffffffffffffff
</tr></table>

... (truncated)

Commits
  • b86701d Release 3.1.1
  • c97480c Use attributes instead of deprecated assertions (#15758)
  • 0d1ffb3 Consistently use tabs in ternaries when useTabs is true (#15662)
  • 5f7aedc fix example to fit the actual experimentalTernaries behaviour (#15747)
  • 1e30f66 Remove claim, untrue since over 5 years ago, that cursorOffset is incompatibl...
  • 39e4e7b Add cursorOffset to Playground (#15751)
  • 8e816ad Allow skipping symlink patterns, to avoid raising a fault (#15533)
  • 2ca5d75 Fix expect call in dts test (#15766)
  • 15c7428 chore(deps): update dependency flow-parser to v0.223.3 (#15760)
  • d3b3d4f chore(deps): update dependency hermes-parser to v0.18.0 (#15761)
  • 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.


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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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 dependabot bot added the dependencies Pull requests that update a dependency file label Dec 11, 2023
@googlemaps-bot googlemaps-bot enabled auto-merge (squash) December 11, 2023 22:21
Bumps [prettier](https://github.com/prettier/prettier) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.1.0...3.1.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-3.1.1 branch from eddf13c to eeb4401 Compare December 11, 2023 22:22
@googlemaps-bot googlemaps-bot merged commit 785ff4a into master Dec 11, 2023
18 checks passed
@googlemaps-bot googlemaps-bot deleted the dependabot/npm_and_yarn/prettier-3.1.1 branch December 11, 2023 22:23
googlemaps-bot added a commit that referenced this pull request Dec 12, 2023
### [3.3.42](v3.3.41...v3.3.42) (2023-12-12)

### Build System

* **deps-dev:** bump @babel/traverse from 7.23.0 to 7.23.2 ([#1058](#1058)) ([820544c](820544c))
* **deps-dev:** bump @types/jest from 29.5.5 to 29.5.7 ([#1070](#1070)) ([8a4ec75](8a4ec75))
* **deps-dev:** bump @types/jest from 29.5.7 to 29.5.10 ([#1092](#1092)) ([d2b74f1](d2b74f1))
* **deps-dev:** bump @types/node from 20.10.0 to 20.10.3 ([#1102](#1102)) ([e6cd0e7](e6cd0e7))
* **deps-dev:** bump @types/node from 20.10.3 to 20.10.4 ([#1111](#1111)) ([374b7b6](374b7b6))
* **deps-dev:** bump @types/node from 20.8.4 to 20.8.6 ([#1056](#1056)) ([917c616](917c616))
* **deps-dev:** bump @types/node from 20.8.6 to 20.8.7 ([#1059](#1059)) ([d2ed837](d2ed837))
* **deps-dev:** bump @types/node from 20.8.7 to 20.9.0 ([#1080](#1080)) ([3c7cfda](3c7cfda))
* **deps-dev:** bump @types/node from 20.9.0 to 20.9.2 ([#1087](#1087)) ([d5d5521](d5d5521))
* **deps-dev:** bump @types/node from 20.9.2 to 20.10.0 ([#1096](#1096)) ([40030b0](40030b0))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#1055](#1055)) ([f1674df](f1674df))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#1062](#1062)) ([dbf243b](dbf243b))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#1071](#1071)) ([b36384e](b36384e))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#1073](#1073)) ([4e7ac73](4e7ac73))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#1085](#1085)) ([80697e6](80697e6))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#1088](#1088)) ([de1a052](de1a052))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#1108](#1108)) ([3701d7e](3701d7e))
* **deps-dev:** bump @typescript-eslint/parser from 6.10.0 to 6.11.0 ([#1084](#1084)) ([3e8bcdd](3e8bcdd))
* **deps-dev:** bump @typescript-eslint/parser from 6.11.0 to 6.12.0 ([#1089](#1089)) ([895dbd3](895dbd3))
* **deps-dev:** bump @typescript-eslint/parser from 6.12.0 to 6.13.0 ([#1095](#1095)) ([1c42682](1c42682))
* **deps-dev:** bump @typescript-eslint/parser from 6.13.0 to 6.13.2 ([#1103](#1103)) ([b8f1741](b8f1741))
* **deps-dev:** bump @typescript-eslint/parser from 6.7.5 to 6.8.0 ([#1057](#1057)) ([1aa5649](1aa5649))
* **deps-dev:** bump @typescript-eslint/parser from 6.8.0 to 6.9.0 ([#1063](#1063)) ([4dee296](4dee296))
* **deps-dev:** bump @typescript-eslint/parser from 6.9.0 to 6.9.1 ([#1069](#1069)) ([bd98de5](bd98de5))
* **deps-dev:** bump @typescript-eslint/parser from 6.9.1 to 6.10.0 ([#1075](#1075)) ([781ce3e](781ce3e))
* **deps-dev:** bump eslint from 8.51.0 to 8.52.0 ([#1060](#1060)) ([8f7eb83](8f7eb83))
* **deps-dev:** bump eslint from 8.52.0 to 8.53.0 ([#1077](#1077)) ([36e67f0](36e67f0))
* **deps-dev:** bump eslint from 8.53.0 to 8.54.0 ([#1090](#1090)) ([67c0e48](67c0e48))
* **deps-dev:** bump eslint from 8.54.0 to 8.55.0 ([#1101](#1101)) ([56f5d88](56f5d88))
* **deps-dev:** bump eslint-config-prettier from 9.0.0 to 9.1.0 ([#1099](#1099)) ([4b6f1ae](4b6f1ae))
* **deps-dev:** bump eslint-plugin-jest from 27.4.2 to 27.4.3 ([#1061](#1061)) ([e5c37be](e5c37be))
* **deps-dev:** bump eslint-plugin-jest from 27.4.3 to 27.6.0 ([#1076](#1076)) ([28624ad](28624ad))
* **deps-dev:** bump nock from 13.3.4 to 13.3.7 ([#1068](#1068)) ([1a780bc](1a780bc))
* **deps-dev:** bump nock from 13.3.7 to 13.3.8 ([#1074](#1074)) ([f1bee09](f1bee09))
* **deps-dev:** bump nock from 13.3.8 to 13.4.0 ([#1094](#1094)) ([04ce099](04ce099))
* **deps-dev:** bump prettier from 3.0.3 to 3.1.0 ([#1082](#1082)) ([3c472fd](3c472fd))
* **deps-dev:** bump prettier from 3.1.0 to 3.1.1 ([#1109](#1109)) ([785ff4a](785ff4a))
* **deps-dev:** bump typedoc from 0.25.2 to 0.25.3 ([#1067](#1067)) ([eecbe98](eecbe98))
* **deps-dev:** bump typedoc from 0.25.3 to 0.25.4 ([#1093](#1093)) ([cf24d22](cf24d22))
* **deps-dev:** bump typescript from 5.2.2 to 5.3.2 ([#1097](#1097)) ([9212502](9212502))
* **deps-dev:** bump typescript from 5.3.2 to 5.3.3 ([#1112](#1112)) ([eedf7b0](eedf7b0))
* **deps:** bump @googlemaps/url-signature from 1.0.29 to 1.0.30 ([#1110](#1110)) ([4400a37](4400a37))
* **deps:** bump axios from 1.5.1 to 1.6.0 ([#1079](#1079)) ([c5e3c9a](c5e3c9a))
* **deps:** bump axios from 1.6.0 to 1.6.1 ([#1081](#1081)) ([392a38b](392a38b))
* **deps:** bump axios from 1.6.1 to 1.6.2 ([#1091](#1091)) ([031213f](031213f))
* **deps:** bump crypto-js from 4.1.1 to 4.2.0 ([#1066](#1066)) ([51383bf](51383bf))

### Miscellaneous Chores

* add eslint and fix problems ([#1045](#1045)) ([67e5de8](67e5de8))
* update workflows to use newer versions ([#1046](#1046)) ([52b256f](52b256f))

### Tests

* fix places/photo test ([#1113](#1113)) ([1be71ac](1be71ac))
@googlemaps-bot
Copy link
Contributor

🎉 This PR is included in version 3.3.42 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

1 participant