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

chore(deps): update all non-major dependencies #110

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/config-inspector ^0.5.4 -> ^0.5.5 age adoption passing confidence
@eslint/js (source) ^9.12.0 -> ^9.13.0 age adoption passing confidence
@eslint/markdown ^6.2.0 -> ^6.2.1 age adoption passing confidence
@types/node (source) ^22.7.4 -> ^22.7.8 age adoption passing confidence
@unocss/eslint-plugin (source) ^0.63.3 -> ^0.63.4 age adoption passing confidence
bumpp ^9.6.1 -> ^9.7.1 age adoption passing confidence
eslint (source) ^9.12.0 -> ^9.13.0 age adoption passing confidence
eslint-plugin-jsdoc ^50.3.1 -> ^50.4.3 age adoption passing confidence
eslint-plugin-n ^17.10.3 -> ^17.11.1 age adoption passing confidence
eslint-plugin-perfectionist (source) ^3.8.0 -> ^3.9.1 age adoption passing confidence
eslint-plugin-vue (source) ^9.28.0 -> ^9.29.1 age adoption passing confidence
globals ^15.10.0 -> ^15.11.0 age adoption passing confidence
picocolors ^1.1.0 -> ^1.1.1 age adoption passing confidence
pnpm (source) 9.12.0 -> 9.12.2 age adoption passing confidence
typescript (source) ^5.6.2 -> ^5.6.3 age adoption passing confidence
typescript-eslint (source) ^8.8.0 -> ^8.11.0 age adoption passing confidence

Release Notes

eslint/config-inspector (@​eslint/config-inspector)

v0.5.5

Compare Source

chore
Features
eslint/eslint (@​eslint/js)

v9.13.0

Compare Source

Features

Bug Fixes

Documentation

  • abdbfa8 docs: mark LintMessage#nodeType as deprecated (#​19019) (Nitin Kumar)
  • 19e68d3 docs: update deprecated rules type definitions (#​19018) (Nitin Kumar)
  • 7dd402d docs: Update examples of passing multiple values to a CLI option (#​19006) (Milos Djermanovic)
  • 5dcbc51 docs: Add example with side-effect imports to no-restricted-imports (#​18997) (Milos Djermanovic)
  • 1ee87ca docs: Update README (GitHub Actions Bot)
  • 2c3dbdc docs: Use prerendered sponsors for README (#​18988) (Milos Djermanovic)

Chores

eslint/markdown (@​eslint/markdown)

v6.2.1

Compare Source

Bug Fixes
  • no-missing-label-refs should not crash on undefined labels (#​290) (ac1bc1c)
unocss/unocss (@​unocss/eslint-plugin)

v0.63.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
antfu/bumpp (bumpp)

v9.7.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.7.0

Compare Source

   🚀 Features
    View changes on GitHub
eslint/eslint (eslint)

v9.13.0

Compare Source

gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v50.4.3

Compare Source

Bug Fixes
  • text-escaping: add missing docs.description (9a93119)

v50.4.2

Compare Source

Bug Fixes
  • no-multi-asterisks: add missing docs.description (f6616c7)

v50.4.1

Compare Source

Bug Fixes
  • match-name: revert to prior correct behavior of ignoring optional and default code surrounding name (7c0b8c6)

v50.4.0

Compare Source

Features
  • require-hyphen-before-param-description: ensure template will be properly stringified; fixes #​1326 (7019d28)

v50.3.2

Compare Source

Bug Fixes
  • require-hyphen-before-param-description: inject hyphen at proper place with multiline type (8b5b7f7)
eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.11.1

Compare Source

🩹 Fixes

v17.11.0

Compare Source

🌟 Features
🩹 Fixes
  • no-missing-import: Ignore node builtins in package.json imports (#​346) (148e47e)
  • no-missing-import: Resolve tsconfig paths relative to the tsconfig (#​343) (6cd7954)
📚 Documentation
  • Explain the transitive dependency case for no-extraneous-* (#​347) (8c0a2cc)
azat-io/eslint-plugin-perfectionist (eslint-plugin-perfectionist)

v3.9.1

Compare Source

compare changes

🐞 Bug Fixes
  • sort-switch-case: Fixe expressions being ignored (3fb34fc)
❤️ Contributors

v3.9.0

Compare Source

compare changes

🚀 Features
  • Adds possibility to trim / remove special characters before sorting (96f8b10)
  • Add element value pattern filter for properties in sort-classes (4e7e5ad)
  • Throw error when a group does not exist or duplicated in sort-classes (d447ffb)
  • Add method group in sort-interfaces (b797371)
  • Add method group in sort-object-types (4609ad2)
  • Add special characters and matcher to settings (a7d3f8c)
  • Improve side-effect handling behavior in sort-imports (398ac13)
  • Deprecate sort-astro-attributes, sort-svelte-attributes and sort-vue-attributes (46790ea)
🐞 Bug Fixes
  • Fix runtime error related o dependencies in sort-classes (7dfcb8e)
  • Fix unrecognized break statements in sort-switch-case (552c65c)
❤️ Contributors
vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.29.1

Compare Source

v9.29.0

Compare Source

✨ Enhancements

New Rules
Others

⚙️ Updates

  • #​2528, #​2566 Added TypeScript declarations for configs.
  • #​2565 Added support for recognizing Vue components in .tsx files.
sindresorhus/globals (globals)

v15.11.0

Compare Source

alexeyraspopov/picocolors (picocolors)

v1.1.1

Compare Source

  • Moved TypeScript declarations to a d.ts file (#​82)
  • Reworked color detection algorithm to properly work with empty strings in NO_COLOR and FORCE_COLOR env variables (#​87)
  • Eliminated require() call to make the package compatible with some tools (#​87)
pnpm/pnpm (pnpm)

v9.12.2: pnpm 9.12.2

Compare Source

Patch Changes

  • When checking whether a file in the store has executable permissions, the new approach checks if at least one of the executable bits (owner, group, and others) is set to 1. Previously, a file was incorrectly considered executable only when all the executable bits were set to 1. This fix ensures that files with any executable permission, regardless of the user class, are now correctly identified as executable #​8546.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.12.1: pnpm 9.12.1

Compare Source

Patch Changes

  • pnpm update --latest should not update the automatically installed peer dependencies #​6657.
  • pnpm publish should be able to publish from a local tarball #​7950.
  • The pnpx command should work correctly on Windows, when pnpm is installed via the standalone installation script #​8608.
  • Prevent EBUSY errors caused by creating symlinks in parallel dlx processes #​8604.
  • Fix maximum call stack size exceeded error related to circular workspace dependencies #​8599.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

microsoft/TypeScript (typescript)

v5.6.3

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.11.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

v8.10.0

Compare Source

🩹 Fixes
  • typescript-eslint: propagate name field to extended configs in config helper (#​10094)
❤️ Thank You

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

v8.9.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

v8.8.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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


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 was generated by Mend Renovate. View the repository job log.

Copy link

stackblitz bot commented Oct 12, 2024

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

Copy link

vercel bot commented Oct 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
eslint-config ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 22, 2024 3:20am

Copy link

socket-security bot commented Oct 12, 2024

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

Package New capabilities Transitives Size Publisher
npm/@eslint/[email protected] Transitive: environment, filesystem, network, shell +75 7.69 MB eslintbot
npm/@eslint/[email protected] None 0 14.2 kB eslintbot
npm/@eslint/[email protected] Transitive: environment +62 2.15 MB eslintbot
npm/@types/[email protected] None +1 2.34 MB types
npm/@unocss/[email protected] Transitive: environment, filesystem, unsafe +49 9.15 MB antfu
npm/[email protected] environment, filesystem, unsafe Transitive: network, shell +81 7.33 MB antfu
npm/[email protected] filesystem Transitive: environment +23 5.08 MB gajus
npm/[email protected] Transitive: environment, filesystem, unsafe +15 2.78 MB eslint-community-bot, weiran.zsd
npm/[email protected] Transitive: environment, filesystem +33 4.49 MB azat-io
npm/[email protected] None +12 2.31 MB chrisvfritz, michalsnik, mysticatea, ...2 more
npm/[email protected] environment Transitive: eval, filesystem, shell, unsafe +83 10.3 MB eslintbot
npm/[email protected] None 0 176 kB byk, lo1tuma, nzakas, ...1 more
npm/[email protected] None 0 6.37 kB alexeyraspopov
npm/[email protected] Transitive: environment, filesystem +39 8.25 MB jameshenry
npm/[email protected] None 0 22.4 MB typescript-bot

🚮 Removed packages: npm/@eslint/[email protected], npm/@eslint/[email protected], npm/@eslint/[email protected], npm/@types/[email protected], npm/@unocss/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Oct 17, 2024
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Oct 18, 2024
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