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 #52

Merged
merged 1 commit into from Oct 7, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/eslint (source) ^8.44.2 -> ^8.44.3 age adoption passing confidence
@types/node (source) ^20.5.9 -> ^20.8.3 age adoption passing confidence
@typescript-eslint/eslint-plugin ^6.5.0 -> ^6.7.4 age adoption passing confidence
@typescript-eslint/parser ^6.5.0 -> ^6.7.4 age adoption passing confidence
eslint (source) ^8.48.0 -> ^8.51.0 age adoption passing confidence
eslint-plugin-n ^16.0.2 -> ^16.1.0 age adoption passing confidence
eslint-plugin-yml (source) ^1.8.0 -> ^1.9.0 age adoption passing confidence
pnpm (source) 8.7.1 -> 8.8.0 age adoption passing confidence
pnpm (source) ^8.7.1 -> ^8.8.0 age adoption passing confidence
postcss (source) ^8.4.29 -> ^8.4.31 age adoption passing confidence
postcss-scss ^4.0.7 -> ^4.0.9 age adoption passing confidence
stylelint-scss ^5.1.0 -> ^5.2.1 age adoption passing confidence
vitest ^0.34.3 -> ^0.34.6 age adoption passing confidence

Release Notes

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

v6.7.4

Compare Source

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

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

v6.7.3

Compare Source

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

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

v6.7.2

Compare Source

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

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

v6.7.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] disallow side effect imports when allowTypeImports is enabled (#​7560) (4908905)
Features
  • eslint-plugin: [await-thenable] added suggestion fixer (#​7437) (b284370)

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

v6.6.0

Compare Source

Bug Fixes
  • eslint-plugin: [key-spacing] consider properties with parens and comments (#​7525) (7012279)

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

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

v6.7.4

Compare Source

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

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

v6.7.3

Compare Source

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

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

v6.7.2

Compare Source

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

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

v6.7.0

Compare Source

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

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

v6.6.0

Compare Source

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

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

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

v8.50.0

Compare Source

Features

  • 27d5a9e feat: add suggestions to array-callback-return (#​17590) (Tanuj Kanti)
  • f9082ff feat: flat-rule-tester make sure default config always matches (#​17585) (fnx)
  • 83914ad feat: Implement SourceCode#applyInlineConfig() (#​17351) (Nicholas C. Zakas)
  • 22a5582 feat: add rule no-object-constructor, deprecate no-new-object (#​17576) (Francesco Trotta)
  • 85a3d9e feat: allowVoid option in array-callback-return (#​17564) (Tanuj Kanti)

Bug Fixes

  • cc4d26b fix: Ensure deprecated context.parserServices warns (#​17593) (Nicholas C. Zakas)
  • 1ea4cfb fix: Ensure all RuleTester tests all deprecated context methods (#​17587) (Nicholas C. Zakas)
  • aa1b657 fix: wrong suggestion and message in no-misleading-character-class (#​17571) (Yosuke Ota)

Documentation

  • 1800537 docs: Fix and standardize JSX code examples (#​17591) (Francesco Trotta)
  • 48a44a7 docs: Add correct/incorrect tags to prefer-arrow-callback (#​17589) (Francesco Trotta)
  • 20893d4 docs: fix incorrect tag's place (#​17575) (Tanuj Kanti)
  • bd7a71f docs: Update README (GitHub Actions Bot)

Chores

v8.49.0

Compare Source

Features

  • da09f4e feat: Implement onUnreachableCodePathStart/End (#​17511) (Nicholas C. Zakas)
  • 32b2327 feat: Emit deprecation warnings in RuleTester (#​17527) (Nicholas C. Zakas)
  • acb7df3 feat: add new enforce option to lines-between-class-members (#​17462) (Nitin Kumar)

Documentation

  • ecfb54f docs: Update README (GitHub Actions Bot)
  • de86b3b docs: update no-promise-executor-return examples (#​17529) (Nitin Kumar)
  • 032c4b1 docs: add typescript template (#​17500) (James)
  • cd7da5c docs: Update README (GitHub Actions Bot)

Chores

eslint-community/eslint-plugin-n (eslint-plugin-n)

v16.1.0

Compare Source

  • feat: Allow for automatic ts mapping detection (#​114) (2ab30ce)
  • feat: add config flat/recommended and flat/mixed-esm-and-cjs (#​111) (78595c4)
  • feat: export flat/recommended-script and flat/recommended-module (#​113) (1f8fdc8)
  • feat: add the ability to configure typescript to javascript file extension conversion (#​112) (20d2713)
ota-meshi/eslint-plugin-yml (eslint-plugin-yml)

v1.9.0

Compare Source

Minor Changes
pnpm/pnpm (pnpm)

v8.8.0

Compare Source

Minor Changes

  • Add --reporter-hide-prefix option for run command to hide project name as prefix for lifecycle log outputs of running scripts #​7061.

Patch Changes

  • Pass through the --ignore-scripts command to install, when running pnpm dedupe --ignore-scripts #​7102.
  • Throw meaningful error for config sub commands#​7106.
  • When the node-linker is set to hoisted, the package.json files of the existing dependencies inside node_modules will be checked to verify their actual versions. The data in the node_modules/.modules.yaml and node_modules/.pnpm/lock.yaml may not be fully reliable, as an installation may fail after changes to dependencies were made but before those state files were updated #​7107.
  • Don't update git-hosted dependencies when adding an unrelated dependency #​7008.

Our Gold Sponsors

Our Silver Sponsors

v8.7.6

Compare Source

Patch Changes

  • Don't run the prepublishOnly scripts of git-hosted dependencies #​7026.
  • Fix a bug in which use-node-version or node-version isn't passed down to checkEngine when using pnpm workspace, resulting in an error #​6981.
  • Don't print out each deprecated subdependency separately with its deprecation message. Just print out a summary of all the deprecated subdependencies #​6707.
  • Fixed an ENOENT error that was sometimes happening during install with "hoisted" node_modules #​6756.

Our Gold Sponsors

Our Silver Sponsors

v8.7.5

Compare Source

Patch Changes

  • Improve performance of installation by using a worker for creating the symlinks inside node_modules/.pnpm #​7069.
  • Tarballs that have hard links are now unpacked successfully. This fixes a regression introduced in v8.7.0, which was shipped with our new in-house tarball parser #​7062.

Our Gold Sponsors

Our Silver Sponsors

v8.7.4

Compare Source

Patch Changes

  • Fix a bug causing the pnpm server to hang if a tarball worker was requested while another worker was exiting #​7041.
  • Fixes a regression published with pnpm v8.7.3. Don't hang while reading package.json from the content-addressable store #​7051.
  • Allow create scoped package with preferred version. #​7053
  • Reverting a change shipped in v8.7 that caused issues with the pnpm deploy command and "injected dependencies" #​6943.

Our Gold Sponsors

Our Silver Sponsors

v8.7.3

Compare Source

Patch Changes

  • Fix a bug causing errors to be printed as "Cannot read properties of undefined (reading 'code')" instead of the underlying reason when using the pnpm store server #​7032

Our Gold Sponsors

Our Silver Sponsors

v8.7.2

Compare Source

postcss/postcss (postcss)

v8.4.31

Compare Source

v8.4.30

Compare Source

  • Improved source map performance (by Romain Menke).
postcss/postcss-scss (postcss-scss)

v4.0.9

Compare Source

v4.0.8

Compare Source

  • Fixed nodes positions (by Ido Rosenthal).
stylelint-scss/stylelint-scss (stylelint-scss)

v5.2.1

Compare Source

  • Fixed: add missing known-css-properties dependency (#​857).

Full Changelog: stylelint-scss/stylelint-scss@v5.2.0...v5.2.1

v5.2.0

Compare Source

  • Added: at-root-no-redundant rule to ban unnecessary @at-root rule (#​846).
  • Added: property-no-unknown rule to disallow unknown properties. (#​847).
  • Added: at-use-no-redundant-alias rule to disallow redundant namespace aliases (#​848).
  • Added: function-calculation-no-interpolation rule to forbid interpolation in calc functions (#​849).

Full Changelog: stylelint-scss/stylelint-scss@v5.1.0...v5.2.0

vitest-dev/vitest (vitest)

v0.34.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.34.5

Compare Source

   🚀 Features

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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 7, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b1c5b0e to f18b7dd Compare August 8, 2023 04:03
@renovate renovate bot changed the base branch from main to next August 8, 2023 04:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 8bba457 to dea8295 Compare August 15, 2023 19:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from fddc4e4 to 5b2d2b9 Compare August 22, 2023 18:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from a523132 to 0bc6226 Compare August 28, 2023 01:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from e9c2a4a to 3db867a Compare September 17, 2023 22:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 9de1986 to aab3e9b Compare September 25, 2023 18:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from d3b2d97 to c981648 Compare October 2, 2023 21:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c981648 to d435534 Compare October 6, 2023 22:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d435534 to 8716e03 Compare October 7, 2023 02:40
@ntnyq ntnyq merged commit 9ebcc59 into main Oct 7, 2023
2 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch October 7, 2023 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant