Skip to content

chore: update deps to support typescript-eslint v7 #71

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

Closed
wants to merge 1 commit into from

Conversation

FabianWilms
Copy link

Update dependencies to support typescript-eslint v7 (#69).

As this update leads to dropping support vor node-versions lower than 18 i opted to bump this packages major version, too.

Tested localy with node v20.8.1:

$ npm i
npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated [email protected]: Use your platform's native atob() and btoa() methods instead
npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated [email protected]: Use your platform's native performance.now() and performance.timeOrigin.
npm WARN deprecated [email protected]: Use your platform's native DOMException instead
npm WARN deprecated [email protected]: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added
npm WARN deprecated [email protected]: Vue 2 has reached EOL and is no longer actively maintained. See https://v2.vuejs.org/eol/ for more details.

added 613 packages, and audited 614 packages in 1m

found 0 vulnerabilities

$ npm test

> @vue/[email protected] test
> jest

 PASS  test/index.spec.js (12.675 s)
  √ a default project should pass lint (2177 ms)
  √ should lint .ts file (2052 ms)
  √ should lint .vue file (2033 ms)
  √ should lint .tsx (1883 ms)
  √ should lint tsx block in .vue file (1892 ms)
  √ should not override eslint:recommended rules for normal js files (1870 ms)

Test Suites: 1 passed, 1 total
Tests:       6 passed, 6 total
Snapshots:   0 total
Time:        13.497 s
Ran all test suites.

@FabianWilms
Copy link
Author

@sodatea could you take a look at this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant