Skip to content

Commit

Permalink
Merge pull request #652 from iadvize/NO-TICKET-update-deps
Browse files Browse the repository at this point in the history
NO-TICKET: Update eslint version
  • Loading branch information
lellex authored Nov 23, 2023
2 parents c4a8140 + 6b3341f commit 9fc704b
Show file tree
Hide file tree
Showing 14 changed files with 394 additions and 165 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
publish-canary:
name: 'publish canary'
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

if: contains(join(github.event.pull_request.labels.*.name), 'packages/')

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
ci:
name: 'install, lint'
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2-beta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
add-assignee:
name: 'add assignee'
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: deployment
jobs:
npm:
name: 'Deploy on npm'
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- name: Update deployment status
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

name: 'Merge pull requests'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
publish:
name: 'create version and deploy'
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

if: >
github.event.pull_request.merged == true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-assignee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
assignee:
name: 'check assignee'
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- name: Check if there is at least one assignee
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
check-changelog:
name: 'check changelog'
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- name: Check if version label is present
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-create-labels-from-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
create-labels-from-files:
name: 'create labels from files'
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- name: Create labels from files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
check-labels:
name: 'check labels'
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- name: Check if version label is present
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

name: 'Rebase branch on master'

Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Change

- Update dependencies to their latest major versions, allow to install `[email protected]` for node 16

## [4.0.0]

### Change
Expand Down
Loading

0 comments on commit 9fc704b

Please sign in to comment.