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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 14, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 20.6.0 -> 20.8.5 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.7.0 -> 6.7.5 age adoption passing confidence
@typescript-eslint/parser 6.7.0 -> 6.7.5 age adoption passing confidence
eslint (source) 8.49.0 -> 8.51.0 age adoption passing confidence
eslint-plugin-prettier 5.0.0 -> 5.0.1 age adoption passing confidence
pnpm (source) 8.7.5 -> 8.9.0 age adoption passing confidence
rimraf 5.0.1 -> 5.0.5 age adoption passing confidence
vitest 0.34.4 -> 0.34.6 age adoption passing confidence

Release Notes

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

v6.7.5

Compare Source

Bug Fixes
  • eslint-plugin: [prefer-string-starts-ends-with] only report slice/substring with correct range (#​7712) (db40a0a)

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

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.

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

v6.7.5

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.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.

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

prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.0.1

Compare Source

Patch Changes
pnpm/pnpm (pnpm)

v8.9.0

Compare Source

Minor Changes

  • 🚀Performance improvement: Use reflinks instead of hard links by default on macOS and Windows Dev Drives #​5001.

  • The list of packages that are allowed to run installation scripts now may be provided in a separate configuration file. The path to the file should be specified via the pnpm.onlyBuiltDependenciesFile field in package.json. For instance:

    {
      "dependencies": {
        "@​my-org/policy": "1.0.0"
      }
      "pnpm": {
        "onlyBuiltDependenciesFile": "node_modules/@​my-org/policy/allow-build.json"
      }
    }

    In the example above, the list is loaded from a dependency. The JSON file with the list should contain an array of package names. For instance:

    ["esbuild", "@​reflink/reflink"]

    With the above list, only esbuild and @reflink/reflink will be allowed to run scripts during installation.

    Related issue: #​7137.

  • Add disallow-workspace-cycles option to error instead of warn about cyclic dependencies

  • Allow env rm to remove multiple node versions at once, and introduce env add for installing node versions without setting as default #​7155.

Patch Changes

  • Fix memory error in pnpm why when the dependencies tree is too big, the command will now prune the tree to just 10 end leafs and now supports --depth argument #​7122.
  • Use neverBuiltDependencies and onlyBuiltDependencies from the root package.json of the workspace, when shared-workspace-lockfile is set to false #​7141.
  • Optimize peers resolution to avoid out-of-memory exceptions in some rare cases, when there are too many circular dependencies and peer dependencies #​7149.
  • Instead of pnpm.overrides replacing resolutions, the two are now merged. This is intended to make it easier to migrate from Yarn by allowing one to keep using resolutions for Yarn, but adding additional changes just for pnpm using pnpm.overrides.

Our Gold Sponsors

Our Silver Sponsors

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

isaacs/rimraf (rimraf)

v5.0.5

Compare Source

v5.0.4

Compare Source

v5.0.3

Compare Source

v5.0.2

Compare Source

vitest-dev/vitest (vitest)

v0.34.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.34.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "before 5am on the 3rd day of the month" (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 force-pushed the renovate/all-minor-patch branch 2 times, most recently from 063b628 to 4fa8b6b Compare May 19, 2023 03:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4fa8b6b to 6ff6b99 Compare May 26, 2023 10:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 050d597 to ee70c4c Compare June 3, 2023 14:04
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Jun 7, 2023
@renovate renovate bot closed this Jun 7, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch June 7, 2023 22:40
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Jun 10, 2023
@renovate renovate bot reopened this Jun 10, 2023
@renovate renovate bot restored the renovate/all-minor-patch branch June 10, 2023 04:46
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency @types/node to v18.16.17 Jun 10, 2023
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v18.16.17 chore(deps): update all non-major dependencies Jun 11, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ee70c4c to 764ee17 Compare June 11, 2023 19:45
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency @types/node to v18.16.17 Jun 13, 2023
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v18.16.17 chore(deps): update all non-major dependencies Jun 14, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 04b042c to 0fd2476 Compare June 29, 2023 10:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ac07497 to f42fef4 Compare July 12, 2023 22:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3a58547 to 82ffa85 Compare July 27, 2023 01:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b36b303 to c6b0a56 Compare August 2, 2023 19:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c6b0a56 to 5d29efe Compare August 4, 2023 16:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5d29efe to c3d6fdb Compare August 9, 2023 15:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c898fd8 to 6752e96 Compare August 26, 2023 22:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 2cbc030 to de53b33 Compare September 4, 2023 22:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9f65ce6 to c5ebcf5 Compare September 8, 2023 23:04
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Sep 14, 2023
@renovate renovate bot closed this Sep 14, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch September 14, 2023 17:31
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Sep 15, 2023
@renovate renovate bot reopened this Sep 15, 2023
@renovate renovate bot restored the renovate/all-minor-patch branch September 15, 2023 08:34
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency @types/node to v20.6.1 Sep 15, 2023
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v20.6.1 chore(deps): update dependency @types/node to v20.6.2 Sep 16, 2023
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v20.6.2 chore(deps): update all non-major dependencies Sep 17, 2023
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency @types/node to v20.6.1 Sep 18, 2023
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v20.6.1 chore(deps): update dependency @types/node to v20.6.2 Sep 19, 2023
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v20.6.2 chore(deps): update all non-major dependencies Sep 20, 2023
@dominikg dominikg closed this Oct 16, 2023
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