🚨 [security] Update @vue/eslint-config-typescript 11.0.2 → 11.0.3 (patch) #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🚨 Your current dependencies have known security vulnerabilities 🚨
This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ @vue/eslint-config-typescript (11.0.2 → 11.0.3) · Repo
Commits
See the full diff on Github. The new version differs by 3 commits:
11.0.3chore: update deps to ensure support for newer TS versionsfix: disable no-undef as recommended (#51)Sorry, we couldn't find anything useful about this release.
Sorry, we couldn't find anything useful about this release.
Release Notes
Too many releases to show here. View the full release notes.
Release Notes
Too many releases to show here. View the full release notes.
Release Notes
Too many releases to show here. View the full release notes.
Release Notes
Too many releases to show here. View the full release notes.
Release Notes
Too many releases to show here. View the full release notes.
Release Notes
Too many releases to show here. View the full release notes.
Release Notes
Too many releases to show here. View the full release notes.
Security Advisories 🚨
🚨 Uncontrolled resource consumption in braces
Commits
See the full diff on Github. The new version differs by 12 commits:
3.0.3update eslint. lint, fix unit tests.Snyk js braces 6838727 (#40)fix tests, skip 1 test in test/braces.expandreadme bumpMerge pull request #37 from coderaiser/fix/vulnerabilityfeature: braces: add maxSymbols (https://github.com/micromatch/braces/issues/36#issuecomment-2110820796)fix: vulnerability (https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727)remove funding fileupdate keepEscaping doc (#27)Failing test cases for issue \#29 (#30)Create FUNDING.ymlRelease Notes
3.4.3
3.4.2
3.4.1
3.4.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 23 commits:
chore: release 3.4.3 (#57)chore: Add back add-to-triage (#59)chore: standardize npm script names (#55)chore: update `typedef` in build keys template (#58)chore: Remove add-to-triage (#56)chore: release 3.4.2 (#51)chore: Add PRs to triage (#54)ci: generate provenance statements when release (#53)docs: remove `release` script reference from README (#52)docs: fix spelling mistakes (#50)chore: release 3.4.1 (#49)chore: set up release-please (#48)fix: correct types for node16 resolution (#47)ci: run tests on Node.js v20 (#45)3.4.0Build: changelog update for 3.4.0fix: remove useless sourcemap url (fixes #43) (#44)chore: add triage action (#42)ci: add Node v19 (#41)chore: update github actions and add funding field (#40)build: add node v18 (#39)feat: add `JSXSpreadChild` and tool to build keys out of AST definitions (#36)docs: update badges (#37)Release Notes
3.3.3
3.3.2
3.3.1
3.3.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 58 commits:
3.3.3Merge pull request #464 from mrmlnc/3.3.3perf: optimizing the patterns set matching by exiting earlydocs: add information about enumerable properties for the fs optionfix: apply absolute negative patterns to full path instead of file pathbuild: fix watch commandchore: refer to micromatch@4.0.8 to avoid annoying npm audit spambuild: freeze fdir dependency to avoid tsc issues3.3.2fix: escape square braces on Windows platformfix: keep escaping after brace expansion3.3.1Merge pull request #407 from ivanhofer/patch-1fix typoMerge pull request #406 from mrmlnc/ISSUE-404_fix_patterns.reducefix: cast the ignore field to the arraybuild: fix build benchmark filesdocs: remove fundingdocs: update benchmark section3.3.0chore: disable concurrency for benchmarksMerge pull request #402 from mrmlnc/ISSUE-190_duplicatesfix: fix duplicate results for overlapping patterns due to a leading dotMerge pull request #401 from mairaw/patch-1Update docs URLMerge pull request #392 from mrmlnc/ISSUE-240_p2pfeat: introduce .convertPathToPattern methodfeat: escape special characters in the path depending on the platformMerge pull request #400 from mrmlnc/ISSUE-394_additional_fixfix: filter out empty patterns after their expansionMerge pull request #399 from mrmlnc/ISSUE-312_base_name_matchfix: correctly process patterns with `baseNameMatch` optionMerge pull request #398 from mrmlnc/ISSUE-397_glob_aliasesfeat: add `glob*` aliases for exist methodsMerge pull request #383 from josh-hemphill/named-export-asyncMerge pull request #395 from mrmlnc/ISSUE-394_brace_expansionfix: expand patterns with brace expansion to avoid some matching issuesMerge pull request #391 from mrmlnc/FG-343_use_dot_truefix: apply negative patterns with dot: trueMerge pull request #390 from mrmlnc/update_concurrency_docsdocs: add more details about concurrency options under hoodMerge pull request #384 from mrmlnc/benchobuild: update glob dependencybuild: update typescript to typescript@4ci: run benchmarks for some eventsrefactor: use bencho for benchmarksMerge pull request #389 from mrmlnc/native_workflow_concurrencyci: use concurrency.cancel-in-progressMerge pull request #387 from mrmlnc/snapshotstest: replace smoke tests by e2e tests with snapshotsMerge pull request #388 from mrmlnc/update_nodeci: bump github actionsci: update NodeJS versionsMerge pull request #386 from XhmikosR/patch-2Merge pull request #385 from XhmikosR/patch-1Update CI workflowUpdate CodeQL workflowMake async available in named exportCommits
See the full diff on Github. The new version differs by 7 commits:
7.1.1ensure that maxLen is passed down, to handle zero-paddingupdate eslint. lint.Delete FUNDING.ymlCreate FUNDING.yml7.0.1fix regressionsSecurity Advisories 🚨
🚨 Regular Expression Denial of Service (ReDoS) in micromatch
Commits
See the full diff on Github. The new version differs by 16 commits:
4.0.8run verb to generate README documentationMerge branch 'v4' into hauserkristof-feature/v4.0.8Merge pull request #266 from hauserkristof/feature/v4.0.8lintfix: CHANGELOG about braces & CVE-2024-4068, v4.0.5fix: CVE numbers in CHANGELOGfeat: updated CHANGELOGfix: use actions/setup-node@v4feat: rework test to work on macos with node 10,12 and 14fix: removed unused isObject functionfeat: backported CVE fix from 4.0.6 over to 4.0.7Release 4.0.7.Prepare for 4.0.7 with picomatch v2Update README.mdAdd sponsor to readmeRelease Notes
9.4.3
9.4.2
9.4.1
9.4.0
9.3.2
9.3.1
9.3.0
9.2.1
9.2.0
9.1.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 38 commits:
9.4.3Fixed parsing error when arrow function type in generics (#234)Fix wrong AST for asycn function in v-on (#227)fix: ESLintArrowFunctionExpression.body typing (#225)chore: fix type annotation9.4.2Fix an error when using default for generic (#222)9.4.1Fix an error when using CRLF for generic directive (#220)fix: shorthand camelize should be used in `rawName` (#218)test: add scope test (#219)Update bug_report.yml9.4.0Add support for v-bind same-name shorthand (#215)Add support for defineModel (#213)chore: fix ci error for Vue 3.4 (#214)9.3.2fix: "has only a getter" error (#210)fix: context provided by defineCustomBlocksVisitor (#211)chore: use skipLibCheck (#209)9.3.1Fix wrong scope for generics with multiple script blocks (#201)add my account to FUNDING.ymladd VGenericExpression to ast.md9.3.0Add support for `<script setup lang=ts generic="...">` (#182)Add `vueFeatures.customMacros` option (#194)Add support for defineOptions and defineSlots (#193)9.2.1Fix defineCustomBlocksVisitor was incompatible with ESLint v8.40 (#192)9.2.0Fix false positives for type def with script setup in ts no-unused-vars (#191)Add exported meta object (#190)9.1.1Fix wrong scope reference type for `<script setup lang=ts>` (#181)Update typescript (#171)Create other.mdCreate bug_report.yml🆕 @eslint-community/eslint-utils (added, 4.5.1)
🆕 @eslint-community/regexpp (added, 4.12.1)
🆕 graphemer (added, 1.4.0)
🆕 semver (added, 7.7.1)
👉 No CI detected
You don't seem to have any Continuous Integration service set up!
Without a service that will test the Depfu branches and pull requests, we can't inform you if incoming updates actually work with your app. We think that this degrades the service we're trying to provide down to a point where it is more or less meaningless.
This is fine if you just want to give Depfu a quick try. If you want to really let Depfu help you keep your app up-to-date, we recommend setting up a CI system:
* [Circle CI](https://circleci.com), [Semaphore ](https://semaphoreci.com) and [Github Actions](https://docs.github.com/actions) are all excellent options. * If you use something like Jenkins, make sure that you're using the Github integration correctly so that it reports status data back to Github. * If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with `depfu/`.Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands