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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump prettier from 2.0.2 to 2.0.4 #33

Merged
merged 1 commit into from
Apr 9, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 6, 2020

Bumps prettier from 2.0.2 to 2.0.4.

Release notes

Sourced from prettier's releases.

2.0.4

馃敆 Changelog

2.0.3

馃敆 Changelog

Changelog

Sourced from prettier's changelog.

2.0.4

diff

Revert #7869, "[TypeScript] format TSAsExpression with same logic as BinaryExpression" (#7958)

2.0.3

diff

JavaScript

Fix prettier-ignore inside JSX (#7877 by @fisker)

// Input
<div>
{
  /* prettier-ignore */
  x     ?   <Y/> : <Z/>
}
</div>;
// Prettier 2.0.2 (first output)
<div>
{/* prettier-ignore */
x     ?   <Y/> : <Z/>}
</div>;
// Prettier 2.0.2 (second output)
<div>{/* prettier-ignore */ x     ?   <Y/> : <Z/>}</div>;
// Prettier 2.0.3
<div>
{
/* prettier-ignore */
x     ?   <Y/> : <Z/>
}
</div>;

Fix regressions in styled-components template literals (#7883 by @thorn0)

// Input
const Icon = styled.div`
  background:   var(--${background});
  ${Link}:not(:first-child) {
</tr></table> ... (truncated)
Commits
  • 61ca50d Release 2.0.4
  • 50335bf Revert "[TypeScript] format TSAsExpression with same logic as BinaryExpressio...
  • dd01753 tweak the release script to show what it's doing after ENTER is pressed
  • 64b3ac9 Bump Prettier dependency to 2.0.3
  • ea5f3b0 Release 2.0.3
  • ea833bf add generated files in website/static to .prettierignore
  • 6a9c995 workaround for require.resolve in prettier-vscode (#7951)
  • 04e4ef3 Uniform line endings for multi line strings/comments (#7891)
  • 46fc3de Bump flow-parser from 0.121.0 to 0.122.0 (#7935)
  • 877874e Bump jest-docblock from 25.2.3 to 25.2.6 (#7944)
  • 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 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 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)
  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 6, 2020
Bumps [prettier](https://github.com/prettier/prettier) from 2.0.2 to 2.0.4.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/prettier@2.0.2...2.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/next/prettier-2.0.4 branch from 54d15d7 to ca855ef Compare April 9, 2020 00:14
@EntraptaJ EntraptaJ merged commit e7ba432 into next Apr 9, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/next/prettier-2.0.4 branch April 9, 2020 00:15
@KJDev-Bot
Copy link
Contributor

馃帀 This PR is included in version 1.3.6 馃帀

The release is available on:

Your semantic-release bot 馃摝馃殌

EntraptaJ added a commit that referenced this pull request May 12, 2020
* chore(branches): Setup Next branch

* fix(Resovler): Refactor resolver and module loader to prevent loading of URLs and already discovered javascript files (#28)

* refactor: Remove Node 13.7/13.8 from supported versions

* chore(release): 1.3.2 [skip ci]

## [1.3.2](v1.3.1...v1.3.2) (2020-03-30)

### Bug Fixes

* **Resovler:** Refactor resolver and module loader to prevent loading of URLs and already discovered javascript files ([#28](#28)) ([4825f19](4825f19))

* fix: Readd JS_EXTS to findFIles to allow for post build JS support

* chore(release): 1.3.3 [skip ci]

## [1.3.3](v1.3.2...v1.3.3) (2020-03-30)

### Bug Fixes

* Readd JS_EXTS to findFIles to allow for post build JS support ([82b27c0](82b27c0))

* chore(deps-dev): bump @types/node from 13.9.5 to 13.9.8 (#29)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.9.5 to 13.9.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* chore(deps-dev): bump @types/node from 13.9.8 to 13.11.0 (#30)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.9.8 to 13.11.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* tests(Similar Folder): Add a test for similar folder names when searching for a file (should fail currently)

* fix(findFiles): Fix the discovery of files when a directory of partial name match occurs

* chore(release): 1.3.4 [skip ci]

## [1.3.4](v1.3.3...v1.3.4) (2020-04-05)

### Bug Fixes

* **findFiles:** Fix the discovery of files when a directory of partial name match occurs ([2f108e2](2f108e2))

* fix(resolve): Don't run findFiles if we can already see an extension.

* chore(release): 1.3.5 [skip ci]

## [1.3.5](v1.3.4...v1.3.5) (2020-04-05)

### Bug Fixes

* **resolve:** Don't run findFiles if we can already see an extension. ([b0e2b85](b0e2b85))

* chore(deps-dev): bump @types/node from 13.11.0 to 13.11.1 (#35)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.11.0 to 13.11.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* chore(deps-dev): bump prettier from 2.0.2 to 2.0.4 (#33)

Bumps [prettier](https://github.com/prettier/prettier) from 2.0.2 to 2.0.4.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/prettier@2.0.2...2.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* chore(deps-dev): bump typescript from 3.8.3 to 3.9.2 (#50)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.8.3 to 3.9.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* chore(deps-dev): bump conventional-changelog-conventionalcommits (#49)

Bumps [conventional-changelog-conventionalcommits](https://github.com/conventional-changelog/conventional-changelog) from 4.2.3 to 4.3.0.
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
- [Commits](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits@4.2.3...conventional-changelog-conventionalcommits@4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* fix(dynamicInstantiate): works with pnpm (#45)

* chore(release): 1.3.6 [skip ci]

## [1.3.6](v1.3.5...v1.3.6) (2020-05-12)

### Bug Fixes

* **dynamicInstantiate:** works with pnpm ([#45](#45)) ([5c0fadf](5c0fadf))

* chore(deps-dev): bump prettier from 2.0.4 to 2.0.5 (#41)

Bumps [prettier](https://github.com/prettier/prettier) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/2.0.5/CHANGELOG.md)
- [Commits](prettier/prettier@2.0.4...2.0.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* chore(deps-dev): bump semantic-release from 17.0.4 to 17.0.7 (#42)

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.0.4 to 17.0.7.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v17.0.4...v17.0.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* fix(dot import): Fix `import XYZ from '.'` (#52)

closes issue #34

* chore(release): 1.3.7 [skip ci]

## [1.3.7](v1.3.6...v1.3.7) (2020-05-12)

### Bug Fixes

* **dot import:** Fix `import XYZ from '.'` ([#52](#52)) ([19df585](19df585)), closes [#34](#34)

Co-authored-by: KJDev-Bots <bots@kristianjones.dev>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Junxiao Shi <sunnylandh@gmail.com>
EntraptaJ pushed a commit that referenced this pull request May 12, 2020
Bumps [prettier](https://github.com/prettier/prettier) from 2.0.2 to 2.0.4.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/prettier@2.0.2...2.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
EntraptaJ added a commit that referenced this pull request May 12, 2020
EntraptaJ added a commit that referenced this pull request May 12, 2020
github-actions bot pushed a commit that referenced this pull request May 12, 2020
# [1.4.0](v1.3.7...v1.4.0) (2020-05-12)

### Features

* Force release ([58f3d3b](58f3d3b))

### Reverts

* Revert "chore(branches): Setup Next branch" ([b3a2345](b3a2345))
* Revert "fix(Resovler): Refactor resolver and module loader to prevent loading of URLs and already discovered javascript files (#28)" ([2aa2df8](2aa2df8)), closes [#28](#28)
* Revert "refactor: Remove Node 13.7/13.8 from supported versions" ([c0916b6](c0916b6))
* Revert "chore(release): 1.3.2 [skip ci]" ([e112a8d](e112a8d))
* Revert "fix: Readd JS_EXTS to findFIles to allow for post build JS support" ([ed01c06](ed01c06))
* Revert "chore(release): 1.3.3 [skip ci]" ([2e29ee2](2e29ee2))
* Revert "chore(deps-dev): bump @types/node from 13.9.5 to 13.9.8 (#29)" ([06561dc](06561dc)), closes [#29](#29)
* Revert "chore(deps-dev): bump @types/node from 13.9.8 to 13.11.0 (#30)" ([8050e6e](8050e6e)), closes [#30](#30)
* Revert "tests(Similar Folder): Add a test for similar folder names when searching for a file (should fail currently)" ([aa94c10](aa94c10))
* Revert "fix(findFiles): Fix the discovery of files when a directory of partial name match occurs" ([f51c084](f51c084))
* Revert "chore(release): 1.3.4 [skip ci]" ([fa25197](fa25197))
* Revert "fix(resolve): Don't run findFiles if we can already see an extension." ([3050146](3050146))
* Revert "chore(release): 1.3.5 [skip ci]" ([044da67](044da67))
* Revert "chore(deps-dev): bump @types/node from 13.11.0 to 13.11.1 (#35)" ([1b9eae8](1b9eae8)), closes [#35](#35)
* Revert "chore(deps-dev): bump prettier from 2.0.2 to 2.0.4 (#33)" ([9d37c8f](9d37c8f)), closes [#33](#33)
* Revert "chore(deps-dev): bump typescript from 3.8.3 to 3.9.2 (#50)" ([f962acf](f962acf)), closes [#50](#50)
* Revert "chore(deps-dev): bump conventional-changelog-conventionalcommits (#49)" ([e6a4d8f](e6a4d8f)), closes [#49](#49)
* Revert "fix(dynamicInstantiate): works with pnpm (#45)" ([4a92673](4a92673)), closes [#45](#45)
* Revert "chore(release): 1.3.6 [skip ci]" ([a461c3b](a461c3b))
* Revert "chore(deps-dev): bump prettier from 2.0.4 to 2.0.5 (#41)" ([c5613ca](c5613ca)), closes [#41](#41)
* Revert "chore(deps-dev): bump semantic-release from 17.0.4 to 17.0.7 (#42)" ([1d6a63d](1d6a63d)), closes [#42](#42)
* Revert "fix(dot import): Fix `import XYZ from '.'` (#52)" ([33612d1](33612d1)), closes [#52](#52)
* Revert "release 1.3.6 (#31)" ([db72a3f](db72a3f)), closes [#31](#31)
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 on @next
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants