8000 chore(deps): update all non-major dependencies by renovate[bot] · Pull Request #874 · typescript-language-server/typescript-language-server · GitHub
[go: up one dir, main page]

Skip to content

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

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

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

Conversation

renovate[bot]
Copy link
Contributor
@renovate renovate bot commented Feb 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rollup/plugin-commonjs (source) ^25.0.7 -> ^25.0.8 age adoption passing confidence
@rollup/plugin-node-resolve (source) ^15.2.3 -> ^15.3.1 age adoption passing confidence
@size-limit/file ^11.0.2 -> ^11.2.0 age adoption passing confidence
@types/node (source) ^18.19.15 -> ^18.19.100 age adoption passing confidence
@types/semver (source) ^7.5.6 -> ^7.7.0 age adoption passing confidence
@types/which (source) ^3.0.3 -> ^3.0.4 age adoption passing confidence
commander ^12.0.0 -> ^12.1.0 age adoption passing confidence
eslint (source) ^8.56.0 -> ^8.57.1 age adoption passing confidence
eslint-plugin-vitest ^0.3.22 -> ^0.5.4 age adoption passing confidence
fs-extra ^11.2.0 -> ^11.3.0 age adoption passing confidence
husky 4.x -> 4.3.8 age adoption passing confidence
rimraf ^5.0.5 -> ^5.0.10 age adoption passing confidence
semver ^7.6.0 -> ^7.7.2 age adoption passing confidence
size-limit ^11.0.2 -> ^11.2.0 age adoption passing confidence
vscode-jsonrpc (source) ^8.2.0 -> ^8.2.1 age adoption passing confidence
vscode-languageserver-textdocument (source) 1.0.11 -> 1.0.12 age adoption passing confidence
vscode-uri ^3.0.8 -> ^3.1.0 age adoption passing confidence
why-is-node-running ^2.2.2 -> ^2.3.0 age adoption passing confidence

Release Notes

rollup/plugins (@​rollup/plugin-commonjs)

v25.0.8

2024-05-22

Bugfixes
  • fix: preserve the class body property keys even if they are special keywords (#​1688)
rollup/plugins (@​rollup/plugin-node-resolve)

v15.3.1

2024-12-15

Updates
  • refactor: replace test with includes (#​1787)

v15.3.0

2024-09-23

Features
  • feat: allow preferBuiltins to be a function (#​1694)

v15.2.4

2024-09-22

Updates
  • chore: remove is-builtin-module (#​1735)
ai/size-limit (@​size-limit/file)

v11.2.0

Compare Source

v11.1.6

Compare Source

  • Updated chokidar.
  • Updated esbuild.
  • Updated jiti.

v11.1.5

Compare Source

  • Reduced dependencies (by @​ziebam).
  • Updated esbuild.

v11.1.4

Compare Source

v11.1.3

Compare Source

  • Updated esbuild.
  • Updated CSS loaders for webpack.

v11.1.2

Compare Source

v11.1.1

Compare Source

v11.1.0

Compare Source

v11.0.3

Compare Source

  • Fixed .mjs config support (by Arya Emami).
  • Updated esbuild.
tj/commander.js (commander)

v12.1.0

Compare Source

Added
  • auto-detect special node flags node --eval and node --print when call .parse() with no arguments ([#​2164])
Changed
  • prefix require of Node.js core modules with node: ([#​2170])
  • format source files with Prettier ([#​2180])
  • switch from StandardJS to directly calling ESLint for linting ([#​2153])
  • extend security support for previous major version of Commander ([#​2150])
Removed
  • removed unimplemented Option.fullDescription from TypeScript definition ([#​2191])
eslint/eslint (eslint)

v8.57.1

Compare Source

Bug Fixes
  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)
Documentation
Build Related
  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)
Chores

v8.57.0

Compare Source

Features
  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)
Bug Fixes
  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)
Documentation
Chores
veritem/eslint-plugin-vitest (eslint-plugin-vitest)

v0.5.4

Compare Source

Features
  • support old Eslint configuration
  • update dependencies

v0.5.3

Compare Source

Bug Fixes

v0.5.2

Compare Source

Features

v0.5.1

Compare Source

Bug Fixes
  • no-focused-tests: support .each template strings (#​420) (36e5b9a)

v0.5.0

Compare Source

‼️ Breaking Change 🚨

This version only supports new eslint flat config!

If you run into issues, consider downgrading and opening an issue. Remember to include a minimum repro example to help me fix issues quickly!

Full Changelog: vitest-dev/eslint-plugin-vitest@v0.5.0...v0.5.0

v0.4.1

Compare Source

Full Changelog: vitest-dev/eslint-plugin-vitest@v0.4.1...v0.4.1

Changes
  • Remove max-expect rule in favor of max-expects

v0.4.0

Compare Source

Bug Fixes

Full Changelog: vitest-dev/eslint-plugin-vitest@v0.4.0...v0.4.0

v0.3.26

Compare Source

Bug Fixes

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v0.3.25...v0.3.26

v0.3.25

Compare Source

Bug Fixes
  • bench: avoid bench being recognized by expect-expect rule (#​389) (8da6473)

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v0.3.24...v0.3.25

v0.3.24

Compare Source

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v0.3.23...v0.3.24

v0.3.23

Compare Source

Features

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v0.3.22...v0.3.23

jprichardson/node-fs-extra (fs-extra)

v11.3.0

Compare Source

isaacs/rimraf (rimraf)

v5.0.10

Compare Source

v5.0.9

Compare Source

v5.0.8

Compare Source

v5.0.7

Compare Source

v5.0.6

Compare Source

npm/node-semver (semver)

v7.7.2

Compare Source

Bug Fixes
Chores

v7.7.1

Compare Source

Bug Fixes

v7.7.0

Compare Source

Features
Bug Fixes
Documentation
Chores

v7.6.3

Compare Source

Bug Fixes
Documentation

v7.6.2

Compare Source

Bug Fixes

v7.6.1

Compare Source

Bug Fixes
Dependencies
Chores
microsoft/vscode-uri (vscode-uri)

v3.1.0

Compare Source

Changes:

  • #​47: 3.1.0
  • #​48: Bump Mocha and types/node
  • #​42: Bump braces from 3.0.2 to 3.0.3
  • #​43: Bump webpack from 5.88.2 to 5.94.0
  • #​40: Move types export to the first position
  • #​46: Bump cross-spawn from 7.0.3 to 7.0.6
  • #​44: Bump micromatch from 4.0.5 to 4.0.8
  • #​45: chore: suppress false positive scan results
  • #​41: Disable rich navigation workflow
  • #​39: prepare 3.0.8
See More
  • #​37: Bump semver from 7.3.8 to 7.5.4
  • #​35: Adding Microsoft SECURITY.MD
  • #​34: Batch ci
  • #​32: update to latest version
  • #​31: Engineering - React to template changes
  • #​30: infrastructure work
  • #​29: vscode-uri (3.0.5): Incorrect Types
  • #​28: resolvePath adds slash for untitled:
  • #​27: prepare 3.0.4
  • #​21: Bump path-parse from 1.0.6 to 1.0.7
  • #​22: Bump minimist from 1.2.5 to 1.2.6
  • #​23: Bump ansi-regex from 3.0.0 to 3.0.1
  • #​24: Bump terser from 5.5.1 to 5.14.2
  • #​26: utils: paths that don't start with slash are not handled correctly
  • #​20: Bump glob-parent from 5.1.1 to 5.1.2
  • #​19: Bump browserslist from 4.16.0 to 4.16.6
  • #​18: Bump lodash from 4.17.20 to 4.17.21
  • #​17: Bump y18n from 4.0.0 to 4.0.1
  • #​16: fix ESM bundle
  • #​15: Remove yarn.lock
  • #​12: fix URI.file() on windows, avoid that process is polyfilled
  • #​9: Fix capitalization of GitHub org
  • #​11: Bump ini from 1.3.5 to 1.3.8
  • #​10: Path related utilities for URI
  • #​4: Add typings path

This list of changes was auto generated.

mafintosh/why-is-node-running (why-is-node-running)

v2.3.0

Compare Source

What's Changed

Full Changelog: mafintosh/why-is-node-running@v2.2.2...v2.3.0


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (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.

@github-actions github-actions bot added the chore label Feb 11, 2024
Copy link
Contributor
github-actions bot commented Feb 11, 2024

size-limit report 📦

Path Size
lib/cli.mjs 884.43 KB (+13.08% 🔺)

@renovate renovate bot changed the title chore(deps): update devdependency rollup to ^4.10.0 chore(deps): update all non-major dependencies Feb 11, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 7f488ff to 058f7a6 Compare February 16, 2024 19:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 7f9d9e3 to 7480222 Compare February 24, 2024 19:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f1eae49 to f808a81 Compare February 29, 2024 12:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 514e10d to e143098 Compare March 12, 2024 08:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from d2bafc4 to 77dd161 Compare March 19, 2024 17:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 21ad45b to 4fca34c Compare January 23, 2025 22:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 030efe0 to 9a1e142 Compare February 4, 2025 18:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3ac9d4b to 523d949 Compare February 18, 2025 21:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7a9fdad to d33ca88 Compare March 3, 2025 22:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d33ca88 to 9eab879 Compare March 8, 2025 10:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 7507dd6 to 8c5167a Compare March 27, 2025 03:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 392209b to c33edf3 Compare April 1, 2025 16:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c33edf3 to 072fb53 Compare April 25, 2025 08:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 7768895 to 2e0c236 Compare May 8, 2025 15:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2e0c236 to c212123 Compare May 12, 2025 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants
0