Skip to content

Commit

Permalink
Update yarn and eslint (#1573)
Browse files Browse the repository at this point in the history
* Address build console warning

* Update yarn
  • Loading branch information
ssbarnea authored Oct 9, 2024
1 parent 67d591e commit 6e92107
Show file tree
Hide file tree
Showing 7 changed files with 930 additions and 899 deletions.
2 changes: 1 addition & 1 deletion .config/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/ansible/community-ansible-dev-tools:latest as DEFAULT_EE
FROM ghcr.io/ansible/community-ansible-dev-tools:latest AS DEFAULT_EE
# This file is updated by dependabot and used to determine not only which
# version of community-ansible-dev-tools we are supposed to use for testing execution
# environments but also to dynamically retrieve the same set of constraints
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exclude: >
minimum_pre_commit_version: 2.9.0 # types_or
repos:
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.13.3
rev: v8.14.0
hooks:
- id: cspell
# name: Spell check with cspell
Expand Down
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.3.1.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.5.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ supportedArchitectures:
- darwin
- win32

yarnPath: .yarn/releases/yarn-4.3.1.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@
"als-compile": "yarn workspace @ansible/ansible-language-server compile"
},
"version": "0.0.0",
"packageManager": "yarn@4.3.1",
"packageManager": "yarn@4.5.0",
"vsce": {
"dependencies": false,
"yarn": false
Expand Down
2 changes: 1 addition & 1 deletion packages/ansible-language-server/.config/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/ansible/community-ansible-dev-tools:latest as DEFAULT_EE
FROM ghcr.io/ansible/community-ansible-dev-tools:latest AS DEFAULT_EE
# This file is updated by dependabot and used to determine not only which
# version of community-ansible-dev-tools we are supposed to use for testing execution
# environments but also to dynamically retrieve the same set of constraints
Expand Down

0 comments on commit 6e92107

Please sign in to comment.