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: intlify/eslint-plugin-vue-i18n
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0-next.3
Choose a base ref
...
head repository: intlify/eslint-plugin-vue-i18n
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0-next.4
Choose a head ref
  • 18 commits
  • 8 files changed
  • 6 contributors

Commits on Jul 30, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    02f378c View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2e57b8d View commit details

Commits on Aug 3, 2023

  1. Copy the full SHA
    f45579d View commit details

Commits on Aug 6, 2023

  1. Copy the full SHA
    c27a4a6 View commit details

Commits on Aug 27, 2023

  1. Copy the full SHA
    0bb79e9 View commit details

Commits on Aug 31, 2023

  1. Copy the full SHA
    0b642b4 View commit details

Commits on Sep 4, 2023

  1. chore(deps): update actions/checkout action to v4 (#426)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 4, 2023
    Copy the full SHA
    4b3fcab View commit details

Commits on Sep 6, 2023

  1. chore(deps): update pnpm to v8.7.4 (#427)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 6, 2023
    Copy the full SHA
    b1c8d54 View commit details
  2. chore(deps): update dependency eslint-config-prettier to v9 (#421)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 6, 2023
    Copy the full SHA
    6facc7e View commit details

Commits on Sep 11, 2023

  1. chore(deps): update pnpm to v8.7.5 (#428)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 11, 2023
    Copy the full SHA
    f319028 View commit details
  2. chore(deps): update dependency monaco-editor to ^0.43.0 (#429)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 11, 2023
    Copy the full SHA
    7103124 View commit details

Commits on Sep 17, 2023

  1. Copy the full SHA
    bd40464 View commit details

Commits on Oct 2, 2023

  1. chore: add _headers

    kazupon committed Oct 2, 2023
    Copy the full SHA
    826bf8a View commit details
  2. Copy the full SHA
    e9ef0be View commit details
  3. chore: more debug

    kazupon committed Oct 2, 2023
    Copy the full SHA
    4a2f51e View commit details
  4. chore: fix

    kazupon committed Oct 2, 2023
    Copy the full SHA
    61ef0e6 View commit details
  5. fix(deps): Make import-fresh a proper dependency (#433)

    * chore(deps): Make import-fresh a proper dependency
    
    This is not a devDependency, because it's used in regular code in lib/utils/collect-keys.ts. This seems like an oversight in #377.
    
    * Create ten-insects-deny.md
    
    ---------
    
    Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
    wolfgangwalther and ota-meshi authored Oct 2, 2023
    Copy the full SHA
    68a4a1b View commit details
  6. chore: release @intlify/eslint-plugin-vue-i18n (next) (#436)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Oct 2, 2023
    Copy the full SHA
    9a8036a View commit details
Showing with 63 additions and 49 deletions.
  1. +2 −1 .changeset/pre.json
  2. +5 −0 .changeset/ten-insects-deny.md
  3. +1 −1 .github/workflows/Release.yml
  4. +3 −3 .github/workflows/test.yml
  5. +6 −0 CHANGELOG.md
  6. +2 −0 docs/public/_headers
  7. +6 −6 package.json
  8. +38 −38 pnpm-lock.yaml
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@
},
"changesets": [
"forty-tools-dream",
"olive-chairs-invent"
"olive-chairs-invent",
"ten-insects-deny"
]
}
5 changes: 5 additions & 0 deletions .changeset/ten-insects-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@intlify/eslint-plugin-vue-i18n": patch
---

fix(deps): Make import-fresh a proper dependency
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
@@ -35,7 +35,7 @@ jobs:
node: [16, 18, 20]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
@@ -60,7 +60,7 @@ jobs:
node: [16]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## 3.0.0-next.2

## 3.0.0-next.4

### Patch Changes

- [#433](https://github.com/intlify/eslint-plugin-vue-i18n/pull/433) [`68a4a1b`](https://github.com/intlify/eslint-plugin-vue-i18n/commit/68a4a1b098ff54433fbd9ee427bead82e0ff3867) Thanks [@wolfgangwalther](https://github.com/wolfgangwalther)! - fix(deps): Make import-fresh a proper dependency

## 3.0.0-next.3

### Patch Changes
2 changes: 2 additions & 0 deletions docs/public/_headers
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
https://eslint-plugin-vue-i18n.pages.dev/*
X-Robots-Tag: noindex
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@intlify/eslint-plugin-vue-i18n",
"description": "ESLint plugin for Vue I18n",
"version": "3.0.0-next.3",
"version": "3.0.0-next.4",
"license": "MIT",
"homepage": "https://github.com/intlify/eslint-plugin-vue-i18n#readme",
"keywords": [
@@ -29,7 +29,7 @@
"engines": {
"node": ">=16.0.0"
},
"packageManager": "pnpm@8.6.10",
"packageManager": "pnpm@8.7.6",
"type": "commonjs",
"files": [
"dist"
@@ -63,6 +63,7 @@
"debug": "^4.3.4",
"glob": "^10.3.3",
"ignore": "^5.2.4",
"import-fresh": "^3.3.0",
"is-language-code": "^3.1.0",
"js-yaml": "^4.1.0",
"json5": "^2.2.3",
@@ -92,25 +93,24 @@
"entities": "^4.5.0",
"env-cmd": "^10.1.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.15.1",
"eslint4b": "^7.32.0",
"esquery": "^1.5.0",
"import-fresh": "^3.3.0",
"json-schema": "^0.4.0",
"lerna-changelog": "^2.2.0",
"mocha": "^10.2.0",
"monaco-editor": "^0.40.0",
"monaco-editor": "^0.43.0",
"nyc": "^15.1.0",
"opener": "^1.5.2",
"path-scurry": "^1.10.1",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"vitepress": "1.0.0-beta.6",
"vitepress": "1.0.0-beta.7",
"vue-eslint-editor": "^1.1.0",
"vue-github-button": "^3.1.0"
},
76 changes: 38 additions & 38 deletions pnpm-lock.yaml

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