Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: atom-community/prettier-config-atomic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.9
Choose a base ref
...
head repository: atom-community/prettier-config-atomic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.10
Choose a head ref
  • 5 commits
  • 4 files changed
  • 3 contributors

Commits on Jun 18, 2022

  1. Copy the full SHA
    2825b26 View commit details
  2. Partially verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    391521b View commit details

Commits on Jun 22, 2022

  1. Merge pull request #25 from atom-community/renovate/wagoid-commitlint…

    …-github-action-5.x [skip ci]
    aminya authored Jun 22, 2022
    Copy the full SHA
    4bb28dc View commit details
  2. Copy the full SHA
    cc73d1b View commit details
  3. Copy the full SHA
    f12dd8b View commit details
Showing with 86 additions and 29 deletions.
  1. +1 −1 .github/workflows/CI.yml
  2. +7 −0 CHANGELOG.md
  3. +2 −2 package.json
  4. +76 −26 pnpm-lock.yaml
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ jobs:
with:
fetch-depth: 0
- name: Commit lint ✨
uses: wagoid/commitlint-github-action@v4
uses: wagoid/commitlint-github-action@v5

- name: Install dependencies
run: npm install
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.0.10](https://github.com/atom-community/prettier-config-atomic/compare/v3.0.9...v3.0.10) (2022-06-22)


### Bug Fixes

* **deps:** update dependency prettier to v2.7.1 ([2825b26](https://github.com/atom-community/prettier-config-atomic/commit/2825b26f29e8cd1d67e29ea4ac1a7b26de40d7cf))

## [3.0.9](https://github.com/atom-community/prettier-config-atomic/compare/v3.0.8...v3.0.9) (2022-04-02)


4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-config-atomic",
"version": "3.0.9",
"version": "3.0.10",
"description": "The Prettier configuration used in atom-community",
"repository": "https://github.com/atom-community/prettier-config-atomic",
"license": "MIT",
@@ -17,7 +17,7 @@
"test.lint": "eslint ."
},
"dependencies": {
"prettier": "2.6.2",
"prettier": "2.7.1",
"prettier-plugin-jsdoc": "^0.3.31",
"prettier-plugin-packagejson": "^2.2.16",
"sort-package-json": "github:aminya/sort-package-json"
102 changes: 76 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.