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 dev dependencies (minor) #3298

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 27, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/architect ^0.1702.3 -> ^0.1800.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.1.0 -> 7.10.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.1.0 -> 7.10.0 age adoption passing confidence

Release Notes

angular/angular-cli (@​angular-devkit/architect)

v0.1800.1

Compare Source

v0.1800.0

Compare Source

v0.1703.8

Compare Source

v0.1703.7

Compare Source

v0.1703.6

Compare Source

v0.1703.5

Compare Source

v0.1703.4

Compare Source

v0.1703.3

Compare Source

v0.1703.2

Compare Source

v0.1703.1

Compare Source

v0.1703.0

Compare Source

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

v7.10.0

Compare Source

🚀 Features
  • eslint-plugin: [sort-type-constituents] support case sensitive sorting
🩹 Fixes
  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag
❤️ Thank You
  • auvred
  • Emanuel Hoogeveen
  • jsfm01
  • Kirk Waiblinger

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

v7.9.0

Compare Source

🩹 Fixes
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters
❤️ Thank You
  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

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

v7.8.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-argument] handle tagged templates

  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check

  • eslint-plugin: [consistent-type-assertions] handle tagged templates

  • eslint-plugin: [no-unsafe-return] handle union types

  • eslint-plugin: [no-unused-vars] clear error report range

❤️ Thank You
  • auvred
  • Josh Goldberg ✨
  • jsfm01
  • Kim Sang Du
  • YeonJuan

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

v7.7.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment

  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type

  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish

  • eslint-plugin: [no-for-in-array] refine report location

  • eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type

❤️ Thank You
  • Abraham Guo
  • Kirk Waiblinger
  • YeonJuan

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

v7.7.0

Compare Source

🚀 Features
  • eslint-plugin: replace no-new-symbol with no-new-native-nonconstructor
❤️ Thank You
  • Dave
  • Josh Goldberg ✨

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

v7.6.0

Compare Source

🚀 Features
  • bump npm dependency ranges
❤️ Thank You
  • Abraham Guo
  • auvred
  • Brad Zacher

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

v7.5.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression

  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option

❤️ Thank You
  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

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

v7.4.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata

  • eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates

  • eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive

  • eslint-plugin: [prefer-optional-chain] properly disambiguate between boolean and false

  • eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside

❤️ Thank You
  • Abraham Guo
  • Brad Zacher
  • Josh Goldberg ✨
  • Kim Sang Du
  • Kirk Waiblinger
  • Marco Pasqualetti
  • YeonJuan

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

v7.3.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-floating-promises] revert disable of ignoreVoid in strict config
❤️ Thank You
  • Josh Goldberg ✨

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

v7.3.0

Compare Source

🚀 Features
  • eslint-plugin: [restrict-template-expressions] add allowArray option

  • eslint-plugin: add meta.docs.recommended setting for strict config options

  • eslint-plugin: add rule use-unknown-in-catch-callback-variables

  • eslint-plugin: [prefer-reduce-type-parameter] supports tuple, union, intersection

🩹 Fixes
  • correct engines.node constraints in package.json

  • eslint-plugin: [unbound-method] check method definition in object literal using longhand form

  • eslint-plugin: [consistent-type-imports] handle imports without specifiers

  • eslint-plugin: [no-redundant-type-constituents] incorrectly marks & string as redundant

  • eslint-plugin: [no-unnecessary-qualifier] handle merge namespace with enum

  • eslint-plugin: [no-unused-expressions] false negatives when using assertions

  • eslint-plugin: [ban-ts-comment] more accurate handling of multiline comments

  • eslint-plugin: [explicit-function-return-type, explicit-module-boundary-types] improved checking for allowHigherOrderFunctions option

  • eslint-plugin: [class-literal-property-style] ignore property assigned in constructor

  • eslint-plugin: [no-unnecessary-type-assertion] fix false negative for const variable declarations

❤️ Thank You
  • Abraham Guo
  • Alexu
  • Arka Pratim Chaudhuri
  • auvred
  • Derrick Isaacson
  • fnx
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Marta Cardoso
  • Michaël De Boey
  • Tristan Rasmussen
  • YeonJuan

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

v7.2.0

Compare Source

🚀 Features
  • support TS 5.4

  • eslint-plugin: [prefer-string-starts-ends-with] add allowSingleElementEquality option

🩹 Fixes
  • eslint-plugin: expose *-type-checked-only configs for extension

  • eslint-plugin: [member-ordering] report alphabetical sorting for all groups instead of just the first failing group

  • eslint-plugin: [no-var-requires, no-require-imports] support template literal

  • eslint-plugin: [no-useless-template-literals] detect TemplateLiteral

  • eslint-plugin: [no-unnecessary-condition] handle union array and tuple type

  • eslint-plugin: [prefer-find] support ternary branches in prefer-find

❤️ Thank You
  • Arka Pratim Chaudhuri
  • auvred
  • Chris Plummer
  • Fotis Papadogeorgopoulos
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Wayne Zhang
  • YeonJuan

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

v7.1.1

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

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

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

v7.10.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.9.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.8.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.7.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.7.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.6.0

Compare Source

🚀 Features
  • bump npm dependency ranges
❤️ Thank You
  • Abraham Guo
  • auvred
  • Brad Zacher

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

v7.5.0

Compare Source

🩹 Fixes
  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues
❤️ Thank You
  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

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

v7.4.0

Compare Source

v7.3.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.3.0

Compare Source

🩹 Fixes
  • correct engines.node constraints in package.json
❤️ Thank You
  • Abraham Guo
  • Alexu
  • Arka Pratim Chaudhuri
  • auvred
  • Derrick Isaacson
  • fnx
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Marta Cardoso
  • Michaël De Boey
  • Tristan Rasmussen
  • YeonJuan

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

v7.2.0

Compare Source

🚀 Features
  • support TS 5.4
❤️ Thank You
  • Arka Pratim Chaudhuri
  • auvred
  • Chris Plummer
  • Fotis Papadogeorgopoulos
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Wayne Zhang
  • YeonJuan

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

v7.1.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Paris, 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 Apr 27, 2024
Copy link

socket-security bot commented Apr 27, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@angular-devkit/architect@0.1800.0-rc.3 None 0 0 B
npm/@angular-devkit/schematics@16.2.14 None 0 653 kB google-wombot
npm/@babel/compat-data@7.24.4 None 0 65.2 kB nicolo-ribaudo
npm/@babel/helper-environment-visitor@7.22.20 None 0 6.56 kB nicolo-ribaudo
npm/@babel/helper-plugin-utils@7.24.5 None 0 130 kB nicolo-ribaudo
npm/@babel/helper-string-parser@7.24.1 None 0 31.7 kB nicolo-ribaudo
npm/@babel/helper-validator-identifier@7.24.5 None 0 49.2 kB nicolo-ribaudo
npm/@babel/helper-validator-option@7.23.5 None 0 11.7 kB nicolo-ribaudo
npm/@babel/parser@7.24.5 None 0 1.89 MB nicolo-ribaudo
npm/@babel/regjsgen@0.8.0 None 0 15.4 kB nicolo-ribaudo
npm/@jridgewell/resolve-uri@3.1.2 None 0 53.2 kB jridgewell
npm/@jridgewell/set-array@1.2.1 None 0 17.9 kB jridgewell
npm/@jridgewell/sourcemap-codec@1.4.15 None 0 45.9 kB jridgewell
npm/@sigstore/tuf@2.3.4 environment, filesystem 0 49.3 kB bdehamer
npm/@sinclair/typebox@0.27.8 None 0 442 kB sinclair
npm/@types/d3-selection@3.0.10 None 0 66 kB types
npm/@types/geojson@7946.0.14 None 0 8.11 kB types
npm/@types/http-errors@2.0.4 None 0 6.59 kB types
npm/@types/istanbul-lib-coverage@2.0.6 None 0 5.45 kB types
npm/@types/lodash@4.17.4 None 0 863 kB types
npm/@types/mime@1.3.5 None 0 3.78 kB types
npm/@types/qs@6.9.15 None 0 7.34 kB types
npm/@types/sinonjs__fake-timers@8.1.5 None 0 15 kB types
npm/@types/stack-utils@2.0.3 None 0 6.43 kB types
npm/@types/tough-cookie@4.0.5 None 0 13.5 kB types
npm/@types/yargs-parser@21.0.3 None 0 8.65 kB types
npm/acorn@8.11.3 None 0 531 kB marijn
npm/array-flatten@1.1.1 None 0 4.42 kB blakeembrey
npm/asap@2.0.6 None 0 33.9 kB kriskowal
npm/base64-js@1.5.1 None 0 9.62 kB feross
npm/binary-extensions@2.3.0 None 0 5.03 kB sindresorhus
npm/bowser@2.11.0 None 0 217 kB lancedikson
npm/buffer-from@1.1.2 None 0 5.05 kB linusu
npm/bytes@3.0.0 None 0 10.8 kB dougwilson
npm/camelcase@5.3.1 None 0 7.45 kB sindresorhus
npm/content-type@1.0.5 None 0 10.5 kB dougwilson
npm/cookie-signature@1.0.6 None 0 3.94 kB natevw
npm/cookie@0.6.0 None 0 23.7 kB dougwilson
npm/decamelize@1.2.0 None 0 2.94 kB sindresorhus
npm/deepmerge@4.3.1 None 0 31.2 kB tehshrike
npm/destroy@1.2.0 filesystem 0 9.02 kB dougwilson
npm/ee-first@1.1.1 None 0 6.26 kB dougwilson
npm/electron-to-chromium@1.4.777 None 0 290 kB kilianvalkhof
npm/encodeurl@1.0.2 None 0 7.86 kB dougwilson
npm/es-errors@1.3.0 None 0 12.3 kB ljharb
npm/escalade@3.1.2 filesystem 0 11.6 kB lukeed
npm/escape-html@1.0.3 None 0 3.66 kB dougwilson
npm/etag@1.8.1 filesystem 0 10.8 kB dougwilson
npm/event-target-shim@5.0.1 None 0 189 kB mysticatea
npm/forwarded@0.2.0 None 0 5.88 kB dougwilson
npm/fresh@0.5.2 None 0 10.1 kB dougwilson
npm/fsevents@2.3.3 None 0 173 kB pipobscure
npm/gensync@1.0.0-beta.2 None 0 28.9 kB loganfsmyth
npm/get-caller-file@2.0.5 None 0 4.72 kB stefanpenner
npm/globals@11.12.0 None 0 39.8 kB sindresorhus
npm/has-flag@3.0.0 None 0 3.13 kB sindresorhus
npm/has-proto@1.0.3 None 0 12 kB ljharb
npm/has-symbols@1.0.3 None 0 20.6 kB ljharb
npm/ieee754@1.2.1 None 0 6.8 kB feross
npm/imurmurhash@0.1.4 None 0 11.9 kB jensyt
npm/is-arrayish@0.2.1 None 0 4.05 kB qix
npm/is-docker@2.2.1 filesystem 0 3.01 kB sindresorhus
npm/is-interactive@1.0.0 None 0 4.62 kB sindresorhus
npm/is-number@7.0.0 None 0 9.62 kB jonschlinkert
npm/is-unicode-supported@0.1.0 None 0 3.54 kB sindresorhus
npm/jest-get-type@29.6.3 None 0 3.79 kB simenb
npm/js-tokens@4.0.0 None 0 15.1 kB lydell
npm/jsesc@2.5.2 None 0 32 kB mathias
npm/json-parse-better-errors@1.0.2 None 0 6.7 kB zkat
npm/json5@2.2.3 None 0 235 kB jordanbtucker
npm/kleur@3.0.3 None 0 9.89 kB lukeed
npm/leven@3.1.0 None 0 5.34 kB sindresorhus
npm/lodash.debounce@4.0.8 None 0 14 kB jdalton
npm/lodash.includes@4.3.0 None 0 21.9 kB jdalton
npm/lodash.isboolean@3.0.3 None 0 4.27 kB jdalton
npm/lodash.isinteger@4.0.4 None 0 9.21 kB jdalton
npm/lodash.isnumber@3.0.3 None 0 4.47 kB jdalton
npm/lodash.isstring@4.0.1 None 0 4.75 kB jdalton
npm/lodash.once@4.1.1 None 0 10.2 kB jdalton
npm/media-typer@0.3.0 None 0 11.1 kB dougwilson
npm/merge-descriptors@1.0.1 None 0 4.89 kB dougwilson
npm/mkdirp@1.0.4 environment, filesystem 0 19.1 kB isaacs
npm/ms@2.1.2 None 0 6.84 kB styfle
npm/nanoid@3.3.7 None 0 24.4 kB ai
npm/negotiator@0.6.3 None 0 27.4 kB dougwilson
npm/neo-async@2.6.2 None 0 298 kB suguru03
npm/node-abort-controller@3.1.1 None 0 16.9 kB ethan_arrowood
npm/node-forge@1.3.1 None 0 1.66 MB davidlehn
npm/node-int64@0.4.0 None 0 16.3 kB broofa
npm/node-releases@2.0.14 None 0 34 kB chicoxyzzy
npm/normalize-path@3.0.0 None 0 9.22 kB jonschlinkert
npm/object-assign@4.1.1 None 0 5.49 kB sindresorhus
npm/object-inspect@1.13.1 None 0 97.2 kB ljharb
npm/on-headers@1.0.2 None 0 7.54 kB dougwilson
npm/p-try@2.2.0 None 0 4.37 kB sindresorhus
npm/parseurl@1.3.3 None 0 10.3 kB dougwilson
npm/path-to-regexp@0.1.7 None 0 6.78 kB blakeembrey
npm/picocolors@1.0.1 environment 0 5.15 kB alexeyraspopov
npm/pirates@4.0.6 unsafe 0 13.5 kB danez
npm/prettier@2.8.8 environment, filesystem, unsafe 0 11.2 MB prettier-bot
npm/range-parser@1.2.1 None 0 8.46 kB dougwilson
npm/react-is@18.3.1 environment 0 24 kB react-bot
npm/regenerate@1.4.2 None 0 49.2 kB mathias
npm/require-directory@2.1.1 filesystem 0 12.1 kB troygoode
npm/require-main-filename@2.0.0 None 0 3.93 kB bcoe
npm/set-blocking@2.0.0 None 0 4.22 kB bcoe
npm/shebang-regex@3.0.0 None 0 2.83 kB sindresorhus
npm/shell-quote@1.8.1 None 0 45 kB ljharb
npm/sisteransi@1.0.5 None 0 6.79 kB terkelg
npm/smart-buffer@4.2.0 None 0 138 kB joshglazebrook
npm/source-map-js@1.2.0 None 0 140 kB 7rulnik
npm/strnum@1.0.5 None 0 17.7 kB amitgupta
npm/tmpl@1.0.5 None 0 2.77 kB daaku
npm/to-fast-properties@2.0.0 None 0 3.5 kB sindresorhus
npm/tr46@0.0.3 None 0 268 kB sebmaster
npm/type-detect@4.0.8 None 0 42.1 kB chaijs
npm/unicode-canonical-property-names-ecmascript@2.0.0 None 0 5.01 kB google-wombot
npm/unicode-match-property-value-ecmascript@2.1.0 None 0 25.7 kB google-wombot
npm/unicode-property-aliases-ecmascript@2.1.0 None 0 5.98 kB google-wombot
npm/utils-merge@1.0.1 None 0 3.72 kB jaredhanson
npm/validator@13.12.0 None 0 761 kB profnandaa
npm/vary@1.1.2 None 0 8.75 kB dougwilson
npm/webidl-conversions@3.0.1 None 0 12.4 kB sebmaster
npm/which-module@2.0.1 None 0 4.04 kB nexdrew
npm/ws@7.5.9 network 0 122 kB lpinca
npm/y18n@5.0.8 filesystem 0 23.4 kB oss-bot

🚮 Removed packages: npm/@npmcli/node-gyp@3.0.0, npm/@npmcli/promise-spawn@7.0.2, npm/@nrwl/devkit@19.0.4, npm/@octokit/auth-token@3.0.4, npm/@octokit/core@4.2.4, npm/@octokit/endpoint@7.0.6, npm/@octokit/graphql@5.0.6, npm/@octokit/openapi-types@18.1.1, npm/@octokit/plugin-paginate-rest@6.1.2, npm/@octokit/plugin-request-log@1.0.4, npm/@octokit/plugin-rest-endpoint-methods@7.2.3, npm/@octokit/request-error@3.0.3, npm/@octokit/request@6.2.8, npm/@octokit/tsconfig@1.0.2, npm/@octokit/types@9.3.2, npm/add-stream@1.0.0, npm/arr-union@3.1.0, npm/assert-plus@1.0.0, npm/assign-symbols@1.0.0, npm/aws-sign2@0.7.0, npm/aws4@1.13.0, npm/before-after-hook@2.2.3, npm/bluebird@3.7.2, npm/caseless@0.12.0, npm/co@4.6.0, npm/color-support@1.1.3, npm/conventional-changelog-writer@6.0.1, npm/cookiejar@2.1.4, npm/dateformat@3.0.3, npm/deep-is@0.1.4, npm/deprecation@2.3.1, npm/duplexer@0.1.2, npm/ejs@3.1.10, npm/enquirer@2.3.6, npm/extend@3.0.2, npm/extsprintf@1.3.0, npm/fast-json-stable-stringify@2.1.0, npm/fast-levenshtein@2.0.6, npm/forever-agent@0.6.1, npm/get-pkg-repo@4.2.1, npm/get-value@2.0.6, npm/git-remote-origin-url@2.0.0, npm/git-semver-tags@5.0.1, npm/har-schema@2.0.0, npm/has-unicode@2.0.1, npm/ignore@5.3.1, npm/import-local@3.1.0, npm/init-package-json@5.0.0, npm/inquirer@8.2.6, npm/interpret@1.4.0, npm/is-extendable@0.1.1, npm/is-plain-object@5.0.0, npm/is-typedarray@1.0.0, npm/isexe@3.1.1, npm/isstream@0.1.2, npm/jest-diff@29.7.0, npm/jsbn@0.1.1, npm/json-stringify-safe@5.0.1, npm/libnpmaccess@7.0.2, npm/libnpmpublish@7.3.0, npm/load-json-file@6.2.0, npm/make-dir@4.0.0, npm/minimatch@3.0.5, npm/multimatch@5.0.0, npm/node-fetch@2.6.7, npm/node-gyp@10.1.0, npm/normalize-package-data@3.0.3, npm/npm-package-arg@8.1.1, npm/npm-packlist@5.1.1, npm/npm-registry-fetch@14.0.5, npm/npmlog@6.0.2, npm/nx@19.0.4, npm/oauth-sign@0.9.0, npm/once@1.4.0, npm/p-map-series@2.1.0, npm/p-map@4.0.0, npm/p-pipe@3.1.0, npm/p-queue@6.6.2, npm/p-reduce@2.1.0, npm/p-waterfall@2.1.1, npm/pacote@17.0.7, npm/parse-node-version@1.0.1, npm/path-type@4.0.0, npm/performance-now@2.1.0, npm/pify@5.0.0, npm/psl@1.9.0, npm/qs@6.5.3, npm/read-cmd-shim@4.0.0, npm/read-package-json-fast@3.0.2, npm/read-package-json@6.0.4, npm/read-pkg-up@3.0.0, npm/read-pkg@3.0.0, npm/repeat-string@1.6.1, npm/ret@0.1.15, npm/rimraf@4.4.1, npm/shallow-clone@3.0.1, npm/ssri@9.0.1, npm/strip-ansi@6.0.1, npm/strong-log-transformer@2.1.0, npm/tar@6.2.1, npm/temp-dir@1.0.0, npm/tmp@0.2.3, npm/tweetnacl@0.14.5, npm/underscore@1.13.6, npm/universal-user-agent@6.0.1, npm/upath@2.0.1, npm/validate-npm-package-license@3.0.4, npm/validate-npm-package-name@5.0.0, npm/wcwidth@1.0.1, npm/word-wrap@1.2.5, npm/write-file-atomic@5.0.1, npm/write-pkg@4.0.0

View full report↗︎

@codecov-commenter
Copy link

codecov-commenter commented Apr 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.86%. Comparing base (b39dbff) to head (c6349c6).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3298   +/-   ##
=======================================
  Coverage   66.86%   66.86%           
=======================================
  Files         895      895           
  Lines       14859    14859           
  Branches     2166     2157    -9     
=======================================
  Hits         9935     9935           
  Misses       4745     4745           
  Partials      179      179           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b39dbff...c6349c6. Read the comment docs.

@renovate renovate bot force-pushed the renovate/all-devdependencies-minor-patch branch from 376e765 to 3ab58ae Compare April 28, 2024 21:38
@renovate renovate bot force-pushed the renovate/all-devdependencies-minor-patch branch from 3ab58ae to 485cb8b Compare April 28, 2024 21:43
@renovate renovate bot force-pushed the renovate/all-devdependencies-minor-patch branch from 485cb8b to 046e0e5 Compare April 29, 2024 13:34
@renovate renovate bot force-pushed the renovate/all-devdependencies-minor-patch branch from 046e0e5 to 09512e8 Compare April 29, 2024 13:40
@renovate renovate bot force-pushed the renovate/all-devdependencies-minor-patch branch from 09512e8 to 0701d7f Compare April 29, 2024 20:24
@renovate renovate bot force-pushed the renovate/all-devdependencies-minor-patch branch from 0701d7f to 557e0d1 Compare May 6, 2024 08:08
@renovate renovate bot force-pushed the renovate/all-devdependencies-minor-patch branch from 557e0d1 to 3d74404 Compare May 6, 2024 08:12
@renovate renovate bot force-pushed the renovate/all-devdependencies-minor-patch branch from 3d74404 to 845ec74 Compare May 7, 2024 17:10
@renovate renovate bot force-pushed the renovate/all-devdependencies-minor-patch branch from 845ec74 to 7c7766c Compare May 7, 2024 17:16
@renovate renovate bot force-pushed the renovate/all-devdependencies-minor-patch branch from 7c7766c to 132fd84 Compare May 7, 2024 17:28
@renovate renovate bot force-pushed the renovate/all-devdependencies-minor-patch branch from 132fd84 to bebc450 Compare May 7, 2024 17:34
@renovate renovate bot force-pushed the renovate/all-devdependencies-minor-patch branch from bebc450 to 85874c5 Compare May 7, 2024 17:38
@renovate renovate bot force-pushed the renovate/all-devdependencies-minor-patch branch from 85874c5 to c4fe76c Compare May 7, 2024 18:18
Copy link

socket-security bot commented May 7, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@renovate renovate bot force-pushed the renovate/all-devdependencies-minor-patch branch from c4fe76c to 92faa72 Compare May 9, 2024 21:03
@renovate renovate bot force-pushed the renovate/all-devdependencies-minor-patch branch from 92faa72 to 6f8f133 Compare May 9, 2024 21:07
@renovate renovate bot force-pushed the renovate/all-devdependencies-minor-patch branch from 6f8f133 to 2cc6840 Compare May 10, 2024 13:51
@renovate renovate bot force-pushed the renovate/all-devdependencies-minor-patch branch from 2cc6840 to 537936d Compare May 10, 2024 13:56
@renovate renovate bot force-pushed the renovate/all-devdependencies-minor-patch branch from 537936d to cb50d90 Compare May 13, 2024 19:51
@renovate renovate bot force-pushed the renovate/all-devdependencies-minor-patch branch from cb50d90 to f903754 Compare May 14, 2024 09:47
@renovate renovate bot force-pushed the renovate/all-devdependencies-minor-patch branch from f903754 to aa2d7fa Compare May 14, 2024 09:51
@renovate renovate bot force-pushed the renovate/all-devdependencies-minor-patch branch from aa2d7fa to 34e2ecd Compare May 15, 2024 15:01
@renovate renovate bot force-pushed the renovate/all-devdependencies-minor-patch branch from 34e2ecd to 20fbcaf Compare May 15, 2024 15:07
@renovate renovate bot force-pushed the renovate/all-devdependencies-minor-patch branch from 20fbcaf to ce5ebf0 Compare May 20, 2024 19:42
@renovate renovate bot force-pushed the renovate/all-devdependencies-minor-patch branch from ce5ebf0 to c6349c6 Compare May 22, 2024 23:10
Copy link

sonarcloud bot commented May 22, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

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