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: upleveled/preflight
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.19.2
Choose a base ref
...
head repository: upleveled/preflight
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.19.3
Choose a head ref
  • 7 commits
  • 4 files changed
  • 3 contributors

Commits on Feb 4, 2022

  1. Update dependency upgrades - non-major (#204)

    Co-authored-by: Renovate Bot <[email protected]>
    renovate[bot] and renovate-bot authored Feb 4, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    03fdbab View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ba40676 View commit details

Commits on Feb 10, 2022

  1. Update dependency upgrades - non-major (#206)

    Co-authored-by: Renovate Bot <[email protected]>
    renovate[bot] and renovate-bot authored Feb 10, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    960eaf6 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0b8213b View commit details

Commits on Feb 18, 2022

  1. Verified

    This commit was signed with the committer’s verified signature.
    karlhorky Karl Horky
    Copy the full SHA
    160c7a1 View commit details
  2. Verified

    This commit was signed with the committer’s verified signature.
    karlhorky Karl Horky
    Copy the full SHA
    69cde56 View commit details
  3. v1.19.3

    karlhorky committed Feb 18, 2022

    Verified

    This commit was signed with the committer’s verified signature.
    karlhorky Karl Horky
    Copy the full SHA
    971d6a9 View commit details
Showing with 603 additions and 472 deletions.
  1. +2 −2 .github/workflows/build-and-push-docker-image.yml
  2. +16 −16 package.json
  3. +1 −1 src/checks/eslintConfigIsValid.ts
  4. +584 −453 yarn.lock
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-docker-image.yml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ jobs:

# Publish to container registry
- name: Log in to the Container registry
uses: docker/login-action@7948fffc4991dccc0bd25c3968d21aa61369a5ad
uses: docker/login-action@17f28ab24d0d2832d5ff23a1409bbfc373ebcb96
with:
registry: ghcr.io
username: ${{ github.actor }}
@@ -46,7 +46,7 @@ jobs:
flavor: |
latest=true
- name: Build and push Docker image
uses: docker/build-push-action@7f9d37fa544684fb73bfe4835ed7214c255ce02b
uses: docker/build-push-action@fe02965b4878556fce19e4f0aa608d7d09ed629b
with:
context: .
push: true
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@upleveled/preflight",
"version": "1.19.2",
"version": "1.19.3",
"author": "UpLeveled (https://github.com/upleveled)",
"contributors": [
"José Fernando Höwer Barbosa <josehowerupn@gmail.com>",
@@ -36,28 +36,28 @@
},
"peerDependencies": {},
"devDependencies": {
"@babel/eslint-parser": "7.16.5",
"@babel/eslint-parser": "7.17.0",
"@babel/plugin-transform-modules-commonjs": "7.16.8",
"@next/eslint-plugin-next": "12.0.10",
"@size-limit/file": "7.0.5",
"@types/node": "17.0.14",
"@size-limit/file": "7.0.8",
"@types/node": "17.0.17",
"@types/p-map": "2.0.0",
"@types/react": "17.0.38",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11",
"@types/semver": "7.3.9",
"@typescript-eslint/eslint-plugin": "5.10.2",
"@typescript-eslint/parser": "5.10.2",
"@upleveled/eslint-config-upleveled": "2.3.2",
"@typescript-eslint/eslint-plugin": "5.11.0",
"@typescript-eslint/parser": "5.11.0",
"@upleveled/eslint-config-upleveled": "2.4.2",
"@upleveled/eslint-plugin-upleveled": "2.1.0",
"babel-eslint": "10.1.0",
"babel-jest": "27.4.6",
"babel-jest": "27.5.1",
"eslint": "8.8.0",
"eslint-config-react-app": "7.0.0",
"eslint-import-resolver-typescript": "2.5.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jest": "26.0.0",
"eslint-plugin-jest": "26.1.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.28.0",
@@ -67,7 +67,7 @@
"eslint-plugin-testing-library": "5.0.5",
"eslint-plugin-unicorn": "40.1.0",
"p-map": "5.3.0",
"size-limit": "7.0.5",
"size-limit": "7.0.8",
"tsdx": "0.14.1",
"tslib": "2.3.1",
"typescript": "4.5.5"
@@ -78,7 +78,7 @@
"cheerio": "1.0.0-rc.10",
"depcheck": "1.4.3",
"execa": "6.0.0",
"listr2": "4.0.2",
"listr2": "4.0.4",
"node-fetch": "3.2.0",
"p-reduce": "3.0.0",
"prettier": "2.5.1",
@@ -87,11 +87,11 @@
"top-user-agents": "1.0.40"
},
"resolutions": {
"tsdx/**/node-notifier": "10.0.0",
"tsdx/jest": "27.4.7",
"tsdx/**/node-notifier": "10.0.1",
"tsdx/jest": "27.5.1",
"tsdx/ts-jest": "27.1.3",
"@typescript-eslint/eslint-plugin": "5.10.2",
"@typescript-eslint/parser": "5.10.2",
"@typescript-eslint/eslint-plugin": "5.11.0",
"@typescript-eslint/parser": "5.11.0",
"eslint": "8.8.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-react": "7.28.0"
2 changes: 1 addition & 1 deletion src/checks/eslintConfigIsValid.ts
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ export default async function eslintConfigIsValid() {

if (semver.gt(remoteVersion, localVersion)) {
throw new Error(
`Your current version of the UpLeveled ESLint config (${localVersion}) is out of date. The latest version is ${remoteVersion}. Upgrade by running the first line of the install instructions on https://www.npmjs.com/package/@upleveled/eslint-config-upleveled`,
`Your current version of the UpLeveled ESLint config (${localVersion}) is out of date. The latest version is ${remoteVersion}. Upgrade by running all lines of the install instructions on https://www.npmjs.com/package/@upleveled/eslint-config-upleveled`,
);
}

Loading