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: ota-meshi/eslint-plugin-yml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.12.1
Choose a base ref
...
head repository: ota-meshi/eslint-plugin-yml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.2
Choose a head ref
  • 2 commits
  • 3 files changed
  • 4 contributors

Commits on Jan 16, 2024

  1. fix(deps): update dependency eslint-compat-utils to ^0.4.0 (#297)

    * fix(deps): update dependency eslint-compat-utils to ^0.4.0
    
    * Create sixty-geckos-check.md
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
    renovate[bot] and ota-meshi authored Jan 16, 2024

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    DrFaust92 Ilia Lazebnik
    Copy the full SHA
    9c6ea14 View commit details
  2. chore: release eslint-plugin-yml (#298)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Jan 16, 2024
    Copy the full SHA
    2b532e4 View commit details
Showing with 9 additions and 3 deletions.
  1. +6 −0 CHANGELOG.md
  2. +2 −2 package.json
  3. +1 −1 src/meta.ts
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# eslint-plugin-yml

## 1.12.2

### Patch Changes

- [#297](https://github.com/ota-meshi/eslint-plugin-yml/pull/297) [`9c6ea14`](https://github.com/ota-meshi/eslint-plugin-yml/commit/9c6ea14a2416407e555dbc7b9392074c3f8963cc) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency eslint-compat-utils to ^0.4.0

## 1.12.1

### Patch Changes
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-yml",
"version": "1.12.1",
"version": "1.12.2",
"description": "This ESLint plugin provides linting rules for YAML.",
"main": "lib/index.js",
"files": [
@@ -57,7 +57,7 @@
"homepage": "https://ota-meshi.github.io/eslint-plugin-yml/",
"dependencies": {
"debug": "^4.3.2",
"eslint-compat-utils": "^0.3.1",
"eslint-compat-utils": "^0.4.0",
"lodash": "^4.17.21",
"natural-compare": "^1.4.0",
"yaml-eslint-parser": "^1.2.1"
2 changes: 1 addition & 1 deletion src/meta.ts
Original file line number Diff line number Diff line change
@@ -2,4 +2,4 @@
// This file has been automatically generated,
// in order to update its content execute "npm run update"
export const name = "eslint-plugin-yml" as const;
export const version = "1.12.1" as const;
export const version = "1.12.2" as const;