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(dev-deps): ⬆️ update devdependencies #64

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ianvs/prettier-plugin-sort-imports 4.1.0 -> 4.1.1 age adoption passing confidence
@types/node (source) 20.8.2 -> 20.8.4 age adoption passing confidence
eslint (source) 8.50.0 -> 8.51.0 age adoption passing confidence
eslint-config-canonical 41.3.0 -> 41.4.2 age adoption passing confidence
eslint-plugin-jsonc (source) 2.9.0 -> 2.10.0 age adoption passing confidence
eslint-plugin-toml (source) 0.5.0 -> 0.6.0 age adoption passing confidence
eslint-plugin-yml (source) 1.9.0 -> 1.10.0 age adoption passing confidence
knip 2.30.1 -> 2.33.3 age adoption passing confidence

Release Notes

ianvs/prettier-plugin-sort-imports (@​ianvs/prettier-plugin-sort-imports)

v4.1.1

Compare Source

What's Changed

Fixes
Docs
Maintenance and Dependencies

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.1.0...v4.1.1

eslint/eslint (eslint)

v8.51.0

Compare Source

Features

  • 0a9c433 feat: Add --no-warn-ignored CLI option for flat config (#​17569) (Domantas Petrauskas)
  • 977e67e feat: logical-assignment-operators to report expressions with 3 operands (#​17600) (Yosuke Ota)

Bug Fixes

  • f976b2f fix: make rule severity case-sensitive in flat config (#​17619) (Milos Djermanovic)
  • 0edfe36 fix: Ensure crash error messages are not duplicated (#​17584) (Nicholas C. Zakas)
  • dd79abc fix: eslint-disable to be able to parse quoted rule names (#​17612) (Yosuke Ota)
  • d2f6801 fix: Ensure correct code path for && followed by ?? (#​17618) (Nicholas C. Zakas)

Documentation

  • ee5be81 docs: default to sourceType: "module" in rule examples (#​17615) (Francesco Trotta)
  • 1aa26df docs: Add more examples for multiline-ternary (#​17610) (George Ashiotis)
  • 47d0b44 docs: Update README (GitHub Actions Bot)
  • dbf831e docs: use generated og image (#​17601) (Percy Ma)
  • 1866da5 docs: Update README (GitHub Actions Bot)

Chores

gajus/eslint-config-canonical (eslint-config-canonical)

v41.4.2

Compare Source

v41.4.1

Compare Source

v41.4.0

Compare Source

ota-meshi/eslint-plugin-jsonc (eslint-plugin-jsonc)

v2.10.0

Compare Source

Minor Changes
ota-meshi/eslint-plugin-toml (eslint-plugin-toml)

v0.6.0

Compare Source

Minor Changes
ota-meshi/eslint-plugin-yml (eslint-plugin-yml)

v1.10.0

Compare Source

Minor Changes
webpro/knip (knip)

v2.33.3

Compare Source

v2.33.2

Compare Source

  • Update dependencies (8ce71b3)
  • Add 10ten-ja-reader (022c86a)
  • Fix up storybook plugin (fixes #​289) (7488701)
  • Fix up playwright config (1239eb3)
  • Don't bail out if plugin entry is set (d31a31a)
  • Filter out ignored extensions from binaries in scripts + add .sh (31ffb42)
  • Fix var scope/name in webpack plugin (06a89bf)

v2.33.1

Compare Source

v2.33.0

Compare Source

  • Wrap up ci integration workflow (8576f2a)
  • Try parseArgs fallback for Bun (c4cebe8)
  • Add slonik (192b687)
  • Add integration workflow w/ Bun (20fd0b2)

v2.32.5

Compare Source

  • Update dependencies (08bff61)
  • Handle some less common package path ref from plugin dependencies (c987dd7)
  • Minor refactoring (a129b61)
  • Stop throwing for local file 404s, instead warn in debug mode (b35b70d)

v2.32.4

Compare Source

  • Add .ts extension to ava plugin entry file patterns, config can be a function (436a473)

v2.32.3

Compare Source

  • Fix up after merge (72a055f)
  • Rename tests → test (f89dd93)
  • Fix and simplify config hints (1dbc024)
  • Use all available workspace when finding referenced internal workspace (c6e0aab)
  • Move module resolution from require.resolve to ts.resolveModuleName in handleReferencedDependency (0155306)
  • Return module.js not module.d.ts from resolveModuleName` for internal imports (7e62157)
  • Don't throw for configuration issues (91d8989)
  • Match against all available internal workspace pkg names (3d1fbe8)
  • Include only direct dependents and filter issues by provided --workspace (4dd951b)
  • Add @​pnpm/logger (6cf4f0d)
  • Find dependents (not dependencies) + prevent recursion loop (5ab5a87)
  • Include dependencies when analyzing single --workspace (#​249) (7ffa993)

v2.32.2

Compare Source

  • Fix schema.json (plugin value can be true) (e8414d4)
  • Check more package.json#scripts for matches in node-test-runner plugin (dc1f590)
  • Update dependencies (ebbb186)
  • Make test titles unique (f1fcf69)
  • Always log full stack trace in debug mode (b74844c)
  • Fix playwright-ct plugin, add coverage (d6fb53d)

v2.32.1

Compare Source

  • Fix eslint plugin (eslint.config.js missed as entry file) (3f1a5f0)

v2.32.0

Compare Source

  • Reset version (4256731)
  • feat: allow gatsby plugin to see local plugins as entrypoints (#​273) (85ffbc9)
  • Update docs (925e2f6)
  • Fix up cypress plugin + coverage (3277795)
  • Increase coverage for test patterns from plugins or local config (46575b8)
  • Fix up playwright plugin (9ce013f)
  • Fix up after merge (36f7830)
  • Add package.json path to lint-staged plugin (1b10d90)
  • Add types + support for projects in playwright plugin (c45a337)
  • Report @​types/pkg as unused if pkg already has types included (e58953c)
  • Prevent unnessary invocations of plugin dependency finder (977e756)
  • Refactor drizzle plugin to use new entry; protocol (a8dea3f)
  • Go public (51adaa3)
  • Fix node-test-runner plugin (8e83198)
  • Refactor vitest plugin a bit (ea6f1e0)
  • Improve typing for PluginConfiguration inside plugins (2144996)
  • Use more readable protcols (9c76e62)
  • Add node-test-runner config to knip.json (71b501d)
  • Catch errors in cli test helper (1f72702)
  • Adjust the rest fixtures and tests (28ba933)
  • Migrate plugins and their tests (8e09fcd)
  • Add node-test-runner plugin (9508c73)
  • Move test/entry file patterns to plugins (82278f8)
  • Move bin: protocol helpers to separate module (92c6f1b)

v2.31.0

Compare Source

  • Ignore ts/eslint violation for raw config (c57c94e)
  • Fix explicit root workspace dir in pnpm-workspace.yaml (fixes #​284) (3bf5ad6)
  • Prevent duplicate analysis/infinite recursion (#​281) (2d32eb1)
  • Support force-enabling of plugins, by with value object or true (resolves #​276) (a06925d)
  • Refactor & fix workspace config normalization (9ed0775)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Asia/Kolkata, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the DevDependency 🔼 Pull requests that update a dev dependency file label Oct 15, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Oct 15, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DevDependency 🔼 Pull requests that update a dev dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants