Skip to content

chore(deps): update linting packages (major)#28

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-linting
Open

chore(deps): update linting packages (major)#28
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-linting

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 19, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@cspell/eslint-plugin (source) ^6.31.1^9.0.0 age confidence
@types/eslint (source) ^8.40.2^9.0.0 age confidence
@typescript-eslint/eslint-plugin (source) ^5.60.1^8.0.0 age confidence
@typescript-eslint/parser (source) ^5.60.1^8.0.0 age confidence
eslint (source) ^6.0.0 || ^7.0.0 || ^8.0.0^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 age confidence
eslint (source) ^8.43.0^10.0.0 age confidence
eslint-config-prettier ^8.8.0^10.0.0 age confidence
eslint-doc-generator ^1.4.3^3.0.0 age confidence
eslint-plugin-eslint-plugin ^5.1.0^7.0.0 age confidence
eslint-plugin-jest ^27.2.2^29.0.0 age confidence
eslint-plugin-jsdoc ^46.4.2^62.0.0 age confidence
eslint-plugin-jsonc (source) ^2.9.0^3.0.0 age confidence
eslint-plugin-sonarjs (source) ^0.25.0^4.0.0 age confidence
eslint-plugin-sort-destructure-keys ^1.5.0^3.0.0 age confidence
eslint-plugin-typescript-sort-keys ^2.3.0^3.0.0 age confidence
eslint-plugin-unicorn ^47.0.0^64.0.0 age confidence
eslint-plugin-unused-imports ^2.0.0^4.0.0 age confidence
eslint-plugin-yml (source) ^1.8.0^3.0.0 age confidence

Release Notes

streetsidesoftware/cspell (@​cspell/eslint-plugin)

v9.7.0

Compare Source

Features
  • feat: Substitution Part 4 - enable substitutions during document check (#​8630)

  • feat: Substitution Part 3 (#​8616)

  • feat: Substitution Part 2 (#​8599)

  • feat: Support text substitutions prior to spell checking - part 1 (#​8592)

Fixes
  • fix: Publish 9.7 (#​8634)

  • fix: Support ESLint 10 (#​8620)

  • fix: Prepare to support substitutions (#​8584)

  • fix: cspell-rpc - reduce the size of an RPC result. (#​8574)

  • fix: Add convertToBtrie method to trie-lib (#​8562)

  • refactor: Use standard dispose (#​8559)

  • refactor: Experiment with bundling default dictionaries (#​8556)

  • fix: Enable reading dictionaries from cspell-vfs (#​8553)

  • fix: Work on a bundler for CSpell Dictionaries (#​8532)

  • fix: Add support for MemVfs to cspell-io (#​8543)

  • fix: Add mergeConfig (#​8539)

  • fix: stemming rules part 1 (#​8527)

Dictionary Updates
  • fix: Workflow Bot -- Update Dictionaries (main) (#​8570)
  • fix: Workflow Bot -- Update Dictionaries (main) (#​8542)

v9.6.4

Compare Source

Fixes
  • fix: add --no-dictionary option to lint command (#​8514)
  • fix: Correctly report blocked dictionaries (#​8506)

v9.6.3

Compare Source

Fixes
  • fix: Add engines setting (#​8491)

  • refactor: consolidate reporting to file. (#​8481)

  • fix: Move cspell-lib/rpc into its own package (#​8468)

  • fix: Add types for cspell-vfs (#​8451)

Dictionary Updates
  • fix: Workflow Bot -- Update Dictionaries (main) (#​8492)

v9.6.2

Compare Source

Fixes
  • fix: Conditionally compress and build bTrie (#​8437)
Dictionary Updates
  • fix: Workflow Bot -- Update Dictionaries (main) (#​8440)

v9.6.1

Compare Source

Fixes
  • fix: Move performance monitoring into its own package (#​8431)

  • fix: Add NotifyEmitter (#​8423)

  • refactor: Adjust RPC interface to use a config (#​8420)

  • refactor: Refactor CLI to make it easier to spell check files in parallel (#​8387)

  • refactor: Refactor settings a bit (#​8385)

  • refactor: Refactor internal settings (#​8382)

  • fix: report errors in spelling result. (#​8381)

  • fix: Add CSpell Worker Pool (#​8379)

  • refactor: Clean Up CSpell Worker (#​8372)

  • fix: Add CSpellRPCServer and CSpellRPCClient classes (#​8366)

  • fix: Work on adding support for Workers (#​8363)

Dictionary Updates
  • fix: Workflow Bot -- Update Dictionaries (main) (#​8433)

v9.6.0

Compare Source

Features
  • feat: ESLint-plugin -- Distinguish between Forbidden, Misspelled, and Unknown words. (#​8337)

  • feat: ESLint-plugin -- Add report option to be able to control the reporting level (matching the CLI): "all", "simple", "typos", "flagged". (#​8273)

  • feat: support storing suggestions in trie (#​8228)

  • feat: Add Support reading / writing bTrie files (#​8204)

Fixes
  • refactor: extract processFile from lint.ts (#​8344)

  • fix: Improve word lookup performance when not found (#​8330)

  • fix: Improve loading time of dictionaries (#​8318)

  • fix: Reduce loading time of dictionaries. (#​8316)

  • fix: Support loading btrie dictionaries in cspell-lib (#​8311)

  • fix: Improve loading performance a bit. (#​8309)

  • fix: Prepare tools to generate btrie files. (#​8298)

  • fix: Optimize btrie files when building (#​8285)

  • fix: Add btrie path to dictionary definition (#​8284)

  • fix: Work towards support prefixes when walking ITrie (#​8276)

  • fix: Fix CStyleHexValue to handle BigInt values. (#​8282)

  • refactor: Remove FastTrieBlob (#​8267)

  • fix: Make endian required when encoding a StringTable (#​8265)

  • refactor: Removed FastTrieBlob part 1 (#​8266)

  • fix: Support string prefixes when walking nodes (#​8259)

  • refactor: Document TrieBlob format (#​8256)

  • fix: adjust error message (#​8249)

  • fix: Add StringTable and refactor BinaryFormat (#​8243)

  • refactor: Rename private methods in TrieBuilder (#​8240)

  • refactor: A bit of refactoring of utf8 naming (#​8239)

  • refactor: Add GTrie class for later (#​8238)

  • refactor: import using .ts when the package is bundled. (#​8224)

  • fix: Add cspell-tools config option to gen btrie (#​8221)

  • feat: auto load btrie files if available (#​8218)

  • fix: Minor perf boost to TrieBlob.#findNode (#​8213)

  • fix: deprecated legacy trie.has (#​8196)

  • fix: Improve speed of dictionary lookup (#​8193)

  • fix: Run perf tests on trie-lib (#​8188)

  • fix: Force consistent type imports (#​8187)

  • fix: Support adding separators when tracing compound words (#​8176)

Dictionary Updates
  • fix: Workflow Bot -- Update Dictionaries (main) (#​8326)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​8277)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​8192)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​8186)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​8182)

Documentation
  • refactor: landing page update (#​8211)

v9.4.0

Compare Source

Features
  • feat: Add option to skip large files (#​8040)
Fixes
  • fix: turn off gpg when publishing for now (#​8104)

  • fix: Turnoff signing for now (#​8102)

  • fix: Sign tags and commits when publishing (#​8096)

  • fix: Clean up verbose output (#​8053)

  • fix: allow string based maxFileSize (#​8047)

Dictionary Updates
  • fix: Workflow Bot -- Update Dictionaries (main) (#​8091)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​8080)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​8058)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​8036)

v9.3.2

Compare Source

Fixes
  • fix: Add Zig programming language dictionary (#​7998)
  • fix: Search for TypeScript config files. (#​7997)
Dictionary Updates
  • fix: Workflow Bot -- Update Dictionaries (main) (#​8004)

v9.3.1

Compare Source

Fixes

v9.3.0

Compare Source

Features
  • feat: Support loading .ts and .mts config files. (#​7961)
Dictionary Updates
  • fix: Workflow Bot -- Update Dictionaries (main) (#​7950)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​7940)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​7933)

v9.2.2

Compare Source

Fixes
  • fix: Wait for the cache to save (#​7926)
Dictionary Updates
  • fix: Workflow Bot -- Update Dictionaries (main) (#​7915)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​7835)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​7822)

v9.2.1

Compare Source

Dictionary Updates
  • fix: Workflow Bot -- Update Dictionaries (main) (#​7795)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​7791)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​7768)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​7764)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​7745)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​7728)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​7672)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​7662)

v9.2.0

Compare Source

  • refactor: Support url based cache entries (#​7639)
Features
  • fix: Support remote dependencies in cache (#​7642)
Fixes
  • fix: Remove flat-cache dependency (#​7636)

  • refactor: move towards caching URLs (#​7634)

  • fix: Support async cache (#​7631)

  • fix: Replace file-entry-cache (#​6579)

  • fix: Clean cspell-lib type exports (#​7615)

Dictionary Updates
  • fix: Workflow Bot -- Update Dictionaries (main) (#​7618)

v9.1.5

Compare Source

Fixes
  • fix: Compile before publish (#​7610)

v9.1.3

Compare Source

Fixes
  • fix: Add toml config reader/writer (#​7565)
Dictionary Updates
  • fix: Workflow Bot -- Update Dictionaries (main) (#​7569)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​7564)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​7560)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​7549)

Documentation
  • fix: Add toml config reader/writer (#​7565)

v9.1.2

Compare Source

Fixes
  • fix: Do not double encode stdin urls (#​7536)
  • fix: cspell trace output (#​7528)
Dictionary Updates
  • fix: Workflow Bot -- Update Dictionaries (main) (#​7526)

v9.1.1

Compare Source

Changes
Fixes
  • fix: Use the native JSON parser if possible (#​7502)

v9.1.0

Compare Source

Changes
Features
  • feat: Add command dictionaries (#​7445)

  • feat: Add lint option --dictionary (#​7441)

  • feat: Add init command to command-line. (#​7414)

  • feat: Add command line option to set reporting level (#​7380)

Fixes
  • fix: Fix perf issue related to searching for the config. (#​7483)

  • fix: Hide --config-search option (#​7479)

  • refactor: isolatedDeclarations: true (#​7459)

  • refactor: enable isolatedDeclarations (#​7456)

  • refactor: enable isolatedDeclarations (#​7452)

  • fix: Add option to continue on error (#​7451)

  • fix: Improve dictionaries command (#​7449)

  • fix: Add trace option --dictionary (#​7443)

  • fix: Add init options (#​7436)

  • fix: Allow init of cspell.config.yml files (#​7432)

  • fix: Only generate the context if necessary (#​7388)

  • fix: Correct the schema generator (#​7395)

Dictionary Updates
  • fix: Workflow Bot -- Update Dictionaries (main) (#​7499)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​7485)

  • fix: Workflow Bot -- Update Dictionaries (main) (#​7474)

Documentation
  • fix: Correct the schema generator (#​7395)

v9.0.2

Compare Source

Changes
Fixes
  • fix: Add eslint plugin helpers (#​7352)

  • fix: Make it possible to define a strict dictionary. (#​7351)

  • fix: Correct the Hunspell Reader usage. (#​7325)

Dictionary Updates
  • fix: Workflow Bot -- Update Dictionaries (main) (#​7346)

v9.0.1

Compare Source

Changes
Fixes
  • fix: Add support to add words to config and keep comments. (#​7295)
Dictionary Updates
  • fix: Workflow Bot -- Update Dictionaries (main) (#​7306)
  • fix: Workflow Bot -- Update Dictionaries (main) (#​7302)

v9.0.0

Compare Source

Changes
BREAKING
  • feat!: End support for Node 18 (#​7275)
Fixes
  • fix: Update en-gb dictionary to en-gb-mit (#​7278)
Dictionary Updates
  • fix: Workflow Bot -- Update Dictionaries (main) (#​7279)

v8.19.4

Compare Source

Note: Version bump only for package @​cspell/eslint-plugin

v8.19.3

Compare Source

Note: Version bump only for package @​cspell/eslint-plugin

v8.19.2

Compare Source

Note: Version bump only for package @​cspell/eslint-plugin

v8.19.1

Compare Source

Note: Version bump only for package @​cspell/eslint-plugin

v8.19.0

Compare Source

Note: Version bump only for package @​cspell/eslint-plugin

v8.18.1

Compare Source

v8.18.0

Compare Source

v8.17.5

Compare Source

v8.17.4

Compare Source

v8.17.3

Compare Source

v8.17.2

Compare Source

v8.17.1

Compare Source

v8.17.0

Compare Source

v8.16.1

Compare Source

v8.16.0

Compare Source

v8.15.7

Compare Source

v8.15.6

Compare Source

v8.15.5

Compare Source

v8.15.4

Compare Source

v8.15.3

Compare Source

[v8.15.2](https://re


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-linting branch 16 times, most recently from 59b838a to b8a1801 Compare December 21, 2023 19:49
@renovate renovate bot force-pushed the renovate/major-linting branch 6 times, most recently from 7792bd2 to 702bf41 Compare January 3, 2024 04:00
@renovate renovate bot force-pushed the renovate/major-linting branch 3 times, most recently from 3e783e0 to d3fc068 Compare January 11, 2024 04:26
@renovate renovate bot force-pushed the renovate/major-linting branch 3 times, most recently from 751993b to 3d9b980 Compare January 18, 2024 01:08
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from eccbce3 to 20c80f7 Compare February 12, 2024 21:26
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Feb 12, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: eslint-plugin-sort-attribute-content@0.3.0
npm ERR! Found: eslint@9.2.0
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"^9.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^8.3.0" from @shopify/eslint-plugin@44.0.0
npm ERR! node_modules/@shopify/eslint-plugin
npm ERR!   dev @shopify/eslint-plugin@"^44.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-05-08T19_57_27_399Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-linting branch 8 times, most recently from b71f34d to 528f704 Compare February 19, 2024 09:05
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from f3e1ac2 to d6524d0 Compare February 28, 2024 04:04
@renovate renovate bot force-pushed the renovate/major-linting branch 5 times, most recently from 8735e95 to 3ca0eed Compare March 8, 2024 12:14
@renovate renovate bot force-pushed the renovate/major-linting branch 5 times, most recently from bda9f19 to 9abcfca Compare March 17, 2024 18:12
@renovate renovate bot force-pushed the renovate/major-linting branch 3 times, most recently from 137bfc7 to a61a519 Compare March 26, 2024 13:04
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 963df8f to a6b6a80 Compare April 3, 2024 18:36
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented May 10, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: eslint-plugin-sort-attribute-content@0.3.0
npm ERR! Found: eslint@10.1.0
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"^10.0.0" from the root project
npm ERR!   peer eslint@"^8.57.0 || ^9.0.0 || ^10.0.0" from @typescript-eslint/parser@8.58.0
npm ERR!   node_modules/@typescript-eslint/parser
npm ERR!     dev @typescript-eslint/parser@"^8.0.0" from the root project
npm ERR!     peer @typescript-eslint/parser@">=6" from eslint-plugin-typescript-sort-keys@3.3.0
npm ERR!     node_modules/eslint-plugin-typescript-sort-keys
npm ERR!       dev eslint-plugin-typescript-sort-keys@"^3.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^7 || ^8" from eslint-plugin-typescript-sort-keys@3.3.0
npm ERR! node_modules/eslint-plugin-typescript-sort-keys
npm ERR!   dev eslint-plugin-typescript-sort-keys@"^3.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /runner/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /runner/cache/others/npm/_logs/2026-03-31T13_11_14_999Z-debug-0.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants