Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major dependencies #22

Merged
merged 1 commit into from Jul 31, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) ^8.45.0 -> ^8.46.0 age adoption passing confidence
@types/node (source) ^20.4.4 -> ^20.4.5 age adoption passing confidence
@typescript-eslint/eslint-plugin ^6.1.0 -> ^6.2.0 age adoption passing confidence
@typescript-eslint/parser ^6.1.0 -> ^6.2.0 age adoption passing confidence
eslint (source) ^8.45.0 -> ^8.46.0 age adoption passing confidence
eslint-config-prettier ^8.8.0 -> ^8.9.0 age adoption passing confidence
eslint-define-config ^1.21.0 -> ^1.22.0 age adoption passing confidence
eslint-plugin-import ^2.27.5 -> ^2.28.0 age adoption passing confidence
eslint-plugin-markdown ^3.0.0 -> ^3.0.1 age adoption passing confidence
eslint-plugin-unicorn ^48.0.0 -> ^48.0.1 age adoption passing confidence
eslint-plugin-vue (source) ^9.15.1 -> ^9.16.1 age adoption passing confidence
pnpm (source) 8.6.10 -> 8.6.11 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v8.46.0

Compare Source

Features

Bug Fixes

  • 9803c7c fix: FlatESLint#getRulesMetaForResults shouldn't throw on unknown rules (#​17393) (Milos Djermanovic)
  • 42faa17 fix: Update no-loop-func to not overlap with no-undef (#​17358) (Matt Wilkinson)

Documentation

  • 4d474e3 docs: update with TypeScript info (#​17423) (James)
  • 091f44e docs: File extension named processor deprecation (#​17362) (Matt Wilkinson)
  • 9254a6c docs: Update README (GitHub Actions Bot)
  • 6d6dc51 docs: fix overlapping of open in playground button (#​17403) (Tanuj Kanti)
  • 7fc3a2c docs: Add private class features info to no-underscore-dangle (#​17386) (Matt Wilkinson)
  • da73e58 docs: Migrating eslint-env configuration comments (#​17390) (Francesco Trotta)
  • 80dffed docs: fix Ignoring Files section in config migration guide (#​17392) (Milos Djermanovic)
  • 8a9abb7 docs: Update README (GitHub Actions Bot)
  • 7e9be4b docs: Update README (GitHub Actions Bot)
  • 0b0bbe0 docs: Update README (GitHub Actions Bot)

Chores

  • d1eb7e4 chore: Update ecosystem dependencies (#​17427) (Nicholas C. Zakas)
  • fab9e97 chore: package.json update for eslint-config-eslint release (ESLint Jenkins)
  • 6246711 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 0aa0bc3 chore: Add PRs to triage project (#​17421) (Nicholas C. Zakas)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.2.0

Compare Source

Bug Fixes
  • eslint-plugin: [member-ordering] account for repeated names (#​6864) (d207b59)
  • eslint-plugin: [no-unsafe-enum-comparison] exempt bit shift operators (#​7074) (b3e0e75)
  • eslint-plugin: [prefer-nullish-coalescing] handle case when type of left side is null or undefined (#​7225) (b62affe)
  • eslint-plugin: use a default export for the rules type (#​7266) (af77a1d)
Features
  • eslint-plugin: [class-methods-use-this] add extension rule (#​6457) (18ea3b1)
  • eslint-plugin: sync getFunctionHeadLoc implementation with upstream (#​7260) (f813147)

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.2.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

prettier/eslint-config-prettier (eslint-config-prettier)

v8.9.0

Compare Source

  • Added: [vue/array-element-newline]. Thanks to @​xcatliu!
Shinigami92/eslint-define-config (eslint-define-config)

v1.22.0

Compare Source

diff

  • Add support for yml (#​218)
  • Update rules for: [eslint, graphql-eslint, import, jsdoc, typescript-eslint, unicorn, vue]
import-js/eslint-plugin-import (eslint-plugin-import)

v2.28.0

Compare Source

Fixed
  • [no-duplicates]: remove duplicate identifiers in duplicate imports ([#​2577], thanks [@​joe-matsec])
  • [consistent-type-specifier-style]: fix accidental removal of comma in certain cases ([#​2754], thanks [@​bradzacher])
  • [Perf] ExportMap: Improve ExportMap.for performance on larger codebases ([#​2756], thanks [@​leipert])
  • [no-extraneous-dependencies]/TypeScript: do not error when importing inline type from dev dependencies ([#​1820], thanks [@​andyogo])
  • [newline-after-import]/TypeScript: do not error when re-exporting a namespaced import ([#​2832], thanks [@​laurens-dg])
  • [order]: partial fix for [#​2687] (thanks [@​ljharb])
  • [no-duplicates]: Detect across type and regular imports ([#​2835], thanks [@​benkrejci])
  • [extensions]: handle . and .. properly ([#​2778], thanks [@​benasher44])
  • [no-unused-modules]: improve schema (thanks [@​ljharb])
  • [no-unused-modules]: report error on binding instead of parent export ([#​2842], thanks [@​Chamion])
Changed
  • [Docs] [no-duplicates]: fix example schema ([#​2684], thanks [@​simmo])
  • [Docs] [group-exports]: fix syntax highlighting ([#​2699], thanks [@​devinrhode2])
  • [Docs] [extensions]: reference node ESM behavior ([#​2748], thanks [@​xM8WVqaG])
  • [Refactor] [exports-last]: use array.prototype.findlastindex (thanks [@​ljharb])
  • [Refactor] [no-anonymous-default-export]: use object.fromentries (thanks [@​ljharb])
  • [Refactor] [no-unused-modules]: use array.prototype.flatmap (thanks [@​ljharb])
eslint/eslint-plugin-markdown (eslint-plugin-markdown)

v3.0.1

Compare Source

Chores

v3.0.0 - July 16, 2022

v2.2.1 - September 11, 2021

v2.2.0 - May 26, 2021

v2.1.0 - April 25, 2021

v2.0.1 - April 5, 2021

v2.0.0 - February 14, 2021

  • 53dc0e5 Docs: Remove prerelease README notes (#​173) (Brandon Mills)
  • 140adf4 2.0.0-rc.2 (ESLint Jenkins)
  • 15d7aa6 Build: changelog update for 2.0.0-rc.2 (ESLint Jenkins)
  • f6a3fad Fix: overrides pattern for virtual filenames in recommended config (#​169) (Milos Djermanovic)
  • 390d508 2.0.0-rc.1 (ESLint Jenkins)
  • e05d6eb Build: changelog update for 2.0.0-rc.1 (ESLint Jenkins)
  • 1dd7089 Fix: npm prepare script on Windows (refs #​166) (#​168) (Brandon Mills)
  • 23ac2b9 Fix: Ignore words in info string after syntax (fixes #​166) (#​167) (Brandon Mills)
  • 8f729d3 Chore: Switch to main for primary branch (fixes #​161) (#​165) (Brandon Mills)
  • d30c50f Chore: Automatically install example dependencies (#​164) (Brandon Mills)
  • 2749b4d 2.0.0-rc.0 (ESLint Jenkins)
  • 922a00e Build: changelog update for 2.0.0-rc.0 (ESLint Jenkins)
  • d94c22f Build: Install example test dependencies in Jenkins (#​160) (Brandon Mills)
  • 7f26cb9 Docs: Reference recommended config disabled rules (#​159) (Brandon Mills)
  • bf7648f Docs: Add TypeScript example (#​155) (Brandon Mills)
  • d80be9e New: Add rules to recommended config (#​157) (Nikolay Stoynov)
  • fc4d7aa Chore: run CI in Node 14.x (#​158) (Kai Cataldo)
  • f2d4923 Docs: Add React example (#​152) (Brandon Mills)
  • eb66833 New: Add recommended config (fixes #​151) (#​153) (Brandon Mills)
  • 0311640 Fix: Don't require message end locations (fixes #​112) (#​154) (Brandon Mills)
  • 2bc9352 2.0.0-alpha.0 (ESLint Jenkins)
  • c0ba401 Build: changelog update for 2.0.0-alpha.0 (ESLint Jenkins)
  • 51e48c6 Docs: Revamp documentation for v2 (#​149) (Brandon Mills)
  • b221391 Docs: Dogfood plugin by linting readme (#​145) (Brandon Mills)
  • 7423610 Docs: Explain use of --ext option in ESLint v7 (#​146) (Brandon Mills)
  • 0d4dbe8 Breaking: Implement new processor API (fixes #​138) (#​144) (Brandon Mills)
  • 7eeafb8 Chore: Update ESLint config and plugins (#​143) (Brandon Mills)
  • f483343 Breaking: Require ESLint v6 (#​142) (Brandon Mills)
  • 9aa1fdc Chore: Use ES2018 object spread syntax (#​141) (Brandon Mills)
  • f584cc6 Build: Remove Travis (#​140) (Brandon Mills)
  • 35f9a11 Breaking: Drop support for Node.js v6 (refs #​138) (#​137) (Brandon Mills)
  • 6f02ef5 Chore: Add npm version and build status badges (#​139) (Brandon Mills)

v2.0.0-rc.2 - January 30, 2021

  • f6a3fad Fix: overrides pattern for virtual filenames in recommended config (#​169) (Milos Djermanovic)

v2.0.0-rc.1 - December 20, 2020

v2.0.0-rc.0 - August 19, 2020

v2.0.0-alpha.0 - April 12, 2020

v1.0.2 - February 24, 2020

  • 52e0984 Upgrade: Update devDeps and change istanbul -> nyc (#​130) (Brett Zamir)
  • d52988f Chore: Remove call to lint absent Makefile.js (#​129) (Brett Zamir)
  • 5640ea6 Fix: Apply base indent to multiple line breaks (fixes #​127) (#​128) (Brett Zamir)

v1.0.1 - October 21, 2019

v1.0.0 - January 2, 2019

  • 2a8482e Fix: overrides general docs and Atom linter-eslint tips (fixes #​109) (#​111) (Brett Zamir)

v1.0.0-rc.1 - November 5, 2018

v1.0.0-rc.0 - October 27, 2018

v1.0.0-beta.8 - April 8, 2018

  • a1544c2 Chore: Add .npmrc to disable creating package-lock.json (#​90) (Brandon Mills)
  • 47ad3f9 Chore: Replace global comment integration test with unit test (refs #​81) (#​85) (Brandon Mills)
  • e34acc6 Fix: Add unicode-bom to unsatisfiable rules (refs #​75) (#​84) (Brandon Mills)
  • 7c19f8b Fix: Support globals (fixes #​79) (#​81) (Anders D. Johnson)

v1.0.0-beta.7 - July 2, 2017

  • f8ba18a New: Custom eslint-skip HTML comment skips blocks (fixes #​69) (#​73) (Brandon Mills)
  • 249904f Chore: Add test for code fences without blank lines (#​72) (Brandon Mills)
  • 3abc569 Chore: Un-disable strict and eol-last in repository (#​71) (Brandon Mills)
  • 132ea5b Chore: Add test ensuring config comments do not fall through (#​70) (Brandon Mills)

v1.0.0-beta.6 - April 29, 2017

  • c5e9d67 Build: Explicitly specify package.json files (#​67) (Brandon Mills)

v1.0.0-beta.5 - April 29, 2017

sindresorhus/eslint-plugin-unicorn (eslint-plugin-unicorn)

v48.0.1

Compare Source

  • no-empty-file: Fix directive check for TypeScript parser (#​2180) 1bb9ce8
vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.16.1

Compare Source

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.16.0...v9.16.1

v9.16.0

Compare Source

✨ Enhancements
🐛 Bug Fixes
⚙️ Updates

Full Changelog: vuejs/eslint-plugin-vue@v9.15.1...v9.16.0

pnpm/pnpm (pnpm)

v8.6.11

Compare Source

Patch Changes
  • Change the install error message when a lockfile is wanted but absent to indicate the wanted lockfile is absent, not present. This now reflects the actual error #​6851.
  • When dealing with a local dependency that is a path to a symlink, a new symlink should be created to the original symlink, not to the actual directory location.
  • The length of the temporary file names in the content-addressable store reduced in order to prevent ENAMETOOLONG errors from happening #​6842.
  • Don't print "added" stats, when installing with --lockfile-only.
  • Installation of a git-hosted dependency should not fail if the pnpm-lock.yaml file of the installed dependency is not up-to-date #​6865.
  • Don't ignore empty strings in params [#​6594](https:

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@stackblitz
Copy link

stackblitz bot commented Jul 31, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@socket-security
Copy link

Updated and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
eslint-config-prettier 8.8.0...8.9.0 None +0/-1 19.8 kB lydell

🚮 Removed packages: [email protected]

@sxzz sxzz merged commit d091da7 into main Jul 31, 2023
1 check passed
@sxzz sxzz deleted the renovate/all-minor-patch branch July 31, 2023 16:33
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.

None yet

1 participant