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: jpickwell/eslint-config-robyn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: jpickwell/eslint-config-robyn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Sep 2, 2020

  1. feat: update dependencies

    jpickwell committed Sep 2, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    jpickwell Jordan David Pickwell
    Copy the full SHA
    8c4a81b View commit details
  2. chore(release): 1.3.0

    jpickwell committed Sep 2, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    jpickwell Jordan David Pickwell
    Copy the full SHA
    3fc6eb0 View commit details
Showing with 792 additions and 737 deletions.
  1. +0 −3 .idea/inspectionProfiles/Project_Default.xml
  2. +7 −0 CHANGELOG.md
  3. +2 −2 README.md
  4. +2 −3 bin/release
  5. +15 −14 package.json
  6. +766 −715 pnpm-lock.yaml
3 changes: 0 additions & 3 deletions .idea/inspectionProfiles/Project_Default.xml

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

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. See
[standard-version](https://github.com/conventional-changelog/standard-version)
for commit guidelines.

## [1.3.0](https://gitlab.com/jpickwell/eslint-config-robyn/compare/v1.2.0...v1.3.0) (2020-09-02)

### Features

- update dependencies
([8c4a81b](https://gitlab.com/jpickwell/eslint-config-robyn/commit/8c4a81bbfb8cd37ac24d76b77b10e396b38346c5))

## [1.2.0](https://gitlab.com/jpickwell/eslint-config-robyn/compare/v1.1.0...v1.2.0) (2020-07-13)

### Features
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Robyn ESLint Config
# Robyn Style - Shareable Configs

[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)
[![pipeline status](https://gitlab.com/jpickwell/eslint-config-robyn/badges/master/pipeline.svg)](https://gitlab.com/jpickwell/eslint-config-robyn/commits/master)
[![coverage report](https://gitlab.com/jpickwell/eslint-config-robyn/badges/master/coverage.svg)](https://gitlab.com/jpickwell/eslint-config-robyn/commits/master)

An ESLint configuration.
Shareable ESLint, Prettier, and Stylelint configs.

## IE Support

5 changes: 2 additions & 3 deletions bin/release
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env bash
#!/usr/bin/env sh

git checkout master && git pull origin master
yarn release && git push --follow-tags origin master
pnpm run release && git push --follow-tags origin master
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "eslint-config-robyn",
"version": "1.2.0",
"version": "1.3.0",
"private": false,
"description": "Robyn Style - ESLint Shareable Config",
"description": "Robyn Style - Shareable Configs",
"license": "MIT",
"repository": {
"type": "git",
@@ -30,6 +30,7 @@
"keywords": [
"config",
"eslint",
"markdown",
"php",
"prettier",
"robyn",
@@ -40,11 +41,11 @@
"xml"
],
"dependencies": {
"@prettier/plugin-php": "^0.14.2",
"@prettier/plugin-ruby": "^0.19.0",
"@prettier/plugin-xml": "^0.8.0",
"@prettier/plugin-php": "^0.14.3",
"@prettier/plugin-ruby": "^0.20.0",
"@prettier/plugin-xml": "^0.12.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.4.0",
"eslint": "^7.8.1",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-babel": "^5.3.1",
@@ -54,22 +55,22 @@
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-unicorn": "^20.1.0",
"eslint-plugin-unicorn": "^21.0.0",
"linguist-languages": "^7.10.0",
"prettier": "2.0.5",
"prettier": "^2.1.1",
"prettier-plugin-package": "^1.0.0",
"stylelint": "^13.6.1",
"stylelint": "^13.7.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-prettier": "^1.1.2"
},
"devDependencies": {
"eslint-formatter-friendly": "^7.0.0",
"eslint-plugin-jest": "^23.18.0",
"eslint-plugin-jest": "^23.20.0",
"husky": "^4.2.5",
"jest": "^26.1.0",
"lint-staged": "^10.2.11",
"standard-version": "^8.0.1",
"typescript": "^3.9.6"
"jest": "^26.4.2",
"lint-staged": "^10.2.13",
"standard-version": "^9.0.0",
"typescript": "^4.0.2"
},
"husky": {
"hooks": {
1,481 changes: 766 additions & 715 deletions pnpm-lock.yaml

Large diffs are not rendered by default.