Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

chore(Renovate): ⬆️ Update project prerequisities #109

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
node-plop (source) 0.31.1 -> 0.32.0 age adoption passing confidence
pnpm (source) 8.5.1 -> 8.13.1 age adoption passing confidence

Release Notes

plopjs/plop (node-plop)

v0.32.0

Compare Source

Minor Changes
pnpm/pnpm (pnpm)

v8.13.1

Minor Changes

  • New commands added for inspecting the store:

    • pnpm cat-index: Prints the index file of a specific package in the store. The package is specified by its name and version: pnpm cat-index <pkg name>@&#8203;<pkg version>
    • pnpm cat-file: Prints the contents of a file based on the hash value stored in the index file. For example:
      pnpm cat-file sha512-mvavhfVcEREI7d8dfvfvIkuBLnx7+rrkHHnPi8mpEDUlNpY4CUY+CvJ5mrrLl18iQYo1odFwBV7z/cOypG7xxQ==
    • pnpm find-hash: Lists the packages that include the file with the specified hash. For example:
      pnpm find-hash sha512-mvavhfVcEREI7d8dfvfvIkuBLnx7+rrkHHnPi8mpEDUlNpY4CUY+CvJ5mrrLl18iQYo1odFwBV7z/cOypG7xxQ==
      This command is experimental. We might change how it behaves.

    Related issue: #​7413.

  • A new setting added for symlinking injected dependencies from the workspace, if their dependencies use the same peer dependencies as the dependent package. The setting is called dedupe-injected-deps #​7416.

  • Use --fail-if-no-match if you want the CLI fail if no packages were matched by the command #​7403.

Patch Changes

  • pnpm list --parseable should not print the same dependency multiple times #​7429.
  • Fix error message texts in the pnpm env commands #​7456.
  • Better support for light themed terminals by the pnpm update --interactive command #​7439.
  • Fix EPERM error that occasionally happened on Windows during renames in the store #​7213.
  • Fix error as in update -i -r with Git specifiers #​7415.
  • Added support for boolean values in 'bundleDependencies' package.json fields when installing a dependency. Fix to properly handle 'bundledDependencies' alias #​7411.

Our Gold Sponsors

Our Silver Sponsors

v8.12.1

Compare Source

Patch Changes

  • Don't report dependencies with optional dependencies as being added on repeat install. This was a bug in reporting #​7384.
  • Fix a bug where --fix-lockfile crashes on tarballs #​7368.
  • Do not create empty patch directory.
  • Installation should not fail if an empty node_modules directory cannot be removed #​7405.

Our Gold Sponsors

Our Silver Sponsors

v8.12.0

Compare Source

Minor Changes

  • Add support for basic authorization header #​7371.

Patch Changes

  • Fix a bug where pnpm incorrectly passes a flag to a run handler as a fallback command #​7244.
  • When dedupe-direct-deps is set to true, commands of dependencies should be deduplicated #​7359.

Our Gold Sponsors

Our Silver Sponsors

v8.11.0

Compare Source

Minor Changes

  • (IMPORTANT) When the package tarballs aren't hosted on the same domain on which the registry (the server with the package metadata) is, the dependency keys in the lockfile should only contain /<pkg_name>@&#8203;<pkg_version, not <domain>/<pkg_name>@&#8203;<pkg_version>.

    This change is a fix to avoid the same package from being added to node_modules/.pnpm multiple times. The change to the lockfile is backward compatible, so previous versions of pnpm will work with the fixed lockfile.

    We recommend that all team members update pnpm in order to avoid repeated changes in the lockfile.

    Related PR: #​7318.

Patch Changes

  • pnpm add a-module-already-in-dev-deps will show a message to notice the user that the package was not moved to "dependencies" #​926.
  • The modules directory should not be removed if the registry configuration has changed.
  • Fix missing auth tokens in registries with paths specified (e.g. //npm.pkg.github.com/pnpm). #​5970 #​2933

Our Gold Sponsors

Our Silver Sponsors

v8.10.5

Compare Source

Patch Changes

  • Don't fail on an empty pnpm-workspace.yaml file #​7307.

Our Gold Sponsors

Our Silver Sponsors

v8.10.4

Compare Source

Patch Changes

  • Fixed out-of-memory exception that was happening on dependencies with many peer dependencies, when node-linker was set to hoisted #​6227.

Our Gold Sponsors

Our Silver Sponsors

v8.10.3

Compare Source

Patch Changes

  • (Important) Increased the default amount of allowed concurrent network request on systems that have more than 16 CPUs #​7285.

  • pnpm patch should reuse existing patch when shared-workspace-file=false #​7252.

  • Don't retry fetching missing packages, since the retries will never work #​7276.

  • When using pnpm store prune --force alien directories are removed from the store #​7272.

  • Downgraded npm-packlist because the newer version significantly slows down the installation of local directory dependencies, making it unbearably slow.

    npm-packlist was upgraded in this PR to fix #​6997. We added our own file deduplication to fix the issue of duplicate file entries.

  • Fixed a performance regression on running installation on a project with an up to date lockfile #​7297.

  • Throw an error on invalid pnpm-workspace.yaml file #​7273.

Our Gold Sponsors

Our Silver Sponsors

v8.10.2

Compare Source

Patch Changes

  • Fixed a regression that was shipped with pnpm v8.10.0. Dependencies that were already built should not be rebuilt on repeat install. This issue was introduced via the changes related to supportedArchitectures. Related issue #​7268.

Our Gold Sponsors

Our Silver Sponsors

v8.10.1

Compare Source

Patch Changes

  • (Important) Tarball resolutions in pnpm-lock.yaml will no longer contain a registry field. This field has been unused for a long time. This change should not cause any issues besides backward compatible modifications to the lockfile #​7262.
  • Fix issue when trying to use pnpm dlx in the root of a Windows Drive #​7263.
  • Optional dependencies that do not have to be built will be reflinked (or hardlinked) to the store instead of copied #​7046.
  • If a package's tarball cannot be fetched, print the dependency chain that leads to the failed package #​7265.
  • After upgrading one of our dependencies, we started to sometimes have an error on publish. We have forked @npmcli/arborist to patch it with a fix #​7269.

Our Gold Sponsors

Our Silver Sponsors


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,on sunday,before 5am every weekday" in timezone Asia/Taipei, 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 requested review from a team and xeho91 May 31, 2023 14:15
@renovate renovate bot added 🧩 dependencies Related to the dependencies 🧰 project Related to the project repository management labels May 31, 2023
@changeset-bot
Copy link

changeset-bot bot commented May 31, 2023

⚠️ No Changeset found

Latest commit: 607de12

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@ghost
Copy link

ghost commented May 31, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@renovate renovate bot force-pushed the renovate/project-prerequisities branch from b7def7e to c3f316d Compare June 1, 2023 04:50
@github-actions
Copy link
Contributor

github-actions bot commented Jun 1, 2023

Size Change: 0 B

Total Size: 129 kB

ℹ️ View Unchanged
Filename Size
./packages/array/dist/main.cjs 1.53 kB
./packages/array/dist/main.js 1.42 kB
./packages/array/dist/misc/index.cjs 785 B
./packages/array/dist/misc/index.js 694 B
./packages/array/dist/misc/sub/compare.cjs 342 B
./packages/array/dist/misc/sub/compare.js 260 B
./packages/array/dist/misc/sub/exclude.cjs 225 B
./packages/array/dist/misc/sub/exclude.js 214 B
./packages/array/dist/misc/sub/extract.cjs 223 B
./packages/array/dist/misc/sub/extract.js 213 B
./packages/array/dist/misc/sub/occurencies.cjs 217 B
./packages/array/dist/misc/sub/occurencies.js 208 B
./packages/array/dist/misc/sub/random.cjs 361 B
./packages/array/dist/misc/sub/random.js 348 B
./packages/array/dist/misc/sub/shuffle.cjs 369 B
./packages/array/dist/misc/sub/shuffle.js 353 B
./packages/array/dist/misc/sub/unique.cjs 185 B
./packages/array/dist/misc/sub/unique.js 177 B
./packages/array/dist/schema/index.cjs 815 B
./packages/array/dist/schema/index.js 800 B
./packages/array/dist/schema/sub/bigint.cjs 329 B
./packages/array/dist/schema/sub/bigint.js 317 B
./packages/array/dist/schema/sub/empty.cjs 228 B
./packages/array/dist/schema/sub/empty.js 220 B
./packages/array/dist/schema/sub/float.cjs 317 B
./packages/array/dist/schema/sub/float.js 304 B
./packages/array/dist/schema/sub/integer.cjs 511 B
./packages/array/dist/schema/sub/integer.js 495 B
./packages/array/dist/schema/sub/native.cjs 207 B
./packages/array/dist/schema/sub/native.js 194 B
./packages/array/dist/set/index.cjs 338 B
./packages/array/dist/set/index.js 326 B
./packages/array/dist/set/sub/difference.cjs 288 B
./packages/array/dist/set/sub/difference.js 278 B
./packages/array/dist/set/sub/intersection.cjs 233 B
./packages/array/dist/set/sub/intersection.js 223 B
./packages/array/dist/set/sub/union.cjs 209 B
./packages/array/dist/set/sub/union.js 198 B
./packages/config/dist/main.cjs 737 B
./packages/config/dist/main.js 716 B
./packages/config/dist/merge/merge.cjs 199 B
./packages/config/dist/merge/merge.js 187 B
./packages/config/dist/read/read.cjs 677 B
./packages/config/dist/read/read.js 658 B
./packages/error/dist/built-in/built-in.cjs 361 B
./packages/error/dist/built-in/built-in.js 350 B
./packages/error/dist/custom/custom.cjs 415 B
./packages/error/dist/custom/custom.js 328 B
./packages/error/dist/custom/runtime/runtime.cjs 358 B
./packages/error/dist/custom/runtime/runtime.js 274 B
./packages/error/dist/custom/validation/validation.cjs 219 B
./packages/error/dist/custom/validation/validation.js 210 B
./packages/error/dist/main.cjs 602 B
./packages/error/dist/main.js 514 B
./packages/extension/dist/main.cjs 551 B
./packages/extension/dist/main.js 541 B
./packages/extension/dist/schema/groups/html.cjs 218 B
./packages/extension/dist/schema/groups/html.js 201 B
./packages/extension/dist/schema/groups/javascript.cjs 233 B
./packages/extension/dist/schema/groups/javascript.js 221 B
./packages/extension/dist/schema/groups/json.cjs 222 B
./packages/extension/dist/schema/groups/json.js 207 B
./packages/extension/dist/schema/groups/markdown.cjs 227 B
./packages/extension/dist/schema/groups/markdown.js 210 B
./packages/extension/dist/schema/groups/stylesheet.cjs 232 B
./packages/extension/dist/schema/groups/stylesheet.js 221 B
./packages/extension/dist/schema/groups/typescript.cjs 232 B
./packages/extension/dist/schema/groups/typescript.js 220 B
./packages/extension/dist/schema/groups/ui-library.cjs 246 B
./packages/extension/dist/schema/groups/ui-library.js 231 B
./packages/extension/dist/schema/groups/yaml.cjs 219 B
./packages/extension/dist/schema/groups/yaml.js 202 B
./packages/extension/dist/schema/schema.cjs 553 B
./packages/extension/dist/schema/schema.js 543 B
./packages/function/dist/main.cjs 536 B
./packages/function/dist/main.js 528 B
./packages/function/dist/schema/schema.cjs 538 B
./packages/function/dist/schema/schema.js 530 B
./packages/number/dist/main.cjs 1.51 kB
./packages/number/dist/main.js 1.5 kB
./packages/number/dist/math/index.cjs 344 B
./packages/number/dist/math/index.js 332 B
./packages/number/dist/math/sub/fibonacci.cjs 215 B
./packages/number/dist/math/sub/fibonacci.js 206 B
./packages/number/dist/math/sub/round.cjs 240 B
./packages/number/dist/math/sub/round.js 231 B
./packages/number/dist/math/sub/sum.cjs 133 B
./packages/number/dist/math/sub/sum.js 126 B
./packages/number/dist/misc/index.cjs 503 B
./packages/number/dist/misc/index.js 491 B
./packages/number/dist/misc/sub/happy.cjs 241 B
./packages/number/dist/misc/sub/happy.js 231 B
./packages/number/dist/misc/sub/random.cjs 381 B
./packages/number/dist/misc/sub/random.js 371 B
./packages/number/dist/misc/sub/split.cjs 211 B
./packages/number/dist/misc/sub/split.js 200 B
./packages/number/dist/schema/index.cjs 1.02 kB
./packages/number/dist/schema/index.js 1.02 kB
./packages/number/dist/schema/sub/finite.cjs 220 B
./packages/number/dist/schema/sub/finite.js 210 B
./packages/number/dist/schema/sub/float.cjs 235 B
./packages/number/dist/schema/sub/float.js 226 B
./packages/number/dist/schema/sub/infinity.cjs 283 B
./packages/number/dist/schema/sub/infinity.js 272 B
./packages/number/dist/schema/sub/integer.cjs 302 B
./packages/number/dist/schema/sub/integer.js 293 B
./packages/number/dist/schema/sub/multiple-of.cjs 296 B
./packages/number/dist/schema/sub/multiple-of.js 284 B
./packages/number/dist/schema/sub/nan.cjs 195 B
./packages/number/dist/schema/sub/nan.js 186 B
./packages/number/dist/schema/sub/negative.cjs 268 B
./packages/number/dist/schema/sub/negative.js 260 B
./packages/number/dist/schema/sub/number.cjs 206 B
./packages/number/dist/schema/sub/number.js 193 B
./packages/number/dist/schema/sub/positive.cjs 271 B
./packages/number/dist/schema/sub/positive.js 261 B
./packages/number/dist/schema/sub/safe.cjs 314 B
./packages/number/dist/schema/sub/safe.js 303 B
./packages/number/dist/schema/sub/zero.cjs 298 B
./packages/number/dist/schema/sub/zero.js 289 B
./packages/object/dist/main.cjs 569 B
./packages/object/dist/main.js 550 B
./packages/object/dist/misc/index.cjs 470 B
./packages/object/dist/misc/index.js 449 B
./packages/object/dist/misc/sub/merge.cjs 238 B
./packages/object/dist/misc/sub/merge.js 217 B
./packages/object/dist/misc/sub/omit.cjs 221 B
./packages/object/dist/misc/sub/omit.js 211 B
./packages/object/dist/misc/sub/pick.cjs 220 B
./packages/object/dist/misc/sub/pick.js 211 B
./packages/object/dist/misc/sub/rename.cjs 295 B
./packages/object/dist/misc/sub/rename.js 281 B
./packages/object/dist/schema/index.cjs 268 B
./packages/object/dist/schema/index.js 259 B
./packages/object/dist/schema/sub/empty.cjs 228 B
./packages/object/dist/schema/sub/empty.js 217 B
./packages/object/dist/schema/sub/key.cjs 232 B
./packages/object/dist/schema/sub/key.js 223 B
./packages/object/dist/schema/sub/native.cjs 208 B
./packages/object/dist/schema/sub/native.js 198 B
./packages/package/dist/dependencies/dependencies.cjs 466 B
./packages/package/dist/dependencies/dependencies.js 444 B
./packages/package/dist/json/json.cjs 325 B
./packages/package/dist/json/json.js 306 B
./packages/package/dist/main.cjs 476 B
./packages/package/dist/main.js 453 B
./packages/package/dist/schema/schema.cjs 78 B
./packages/package/dist/schema/schema.js 63 B
./packages/project/dist/main.cjs 382 B
./packages/project/dist/main.js 363 B
./packages/project/dist/monorepo/monorepo.cjs 382 B
./packages/project/dist/monorepo/monorepo.js 363 B
./packages/regexp/dist/creator/creator.cjs 492 B
./packages/regexp/dist/creator/creator.js 367 B
./packages/regexp/dist/main.cjs 840 B
./packages/regexp/dist/main.js 631 B
./packages/runtime/dist/environment/environment.cjs 679 B
./packages/runtime/dist/environment/environment.js 665 B
./packages/runtime/dist/main.cjs 1.69 kB
./packages/runtime/dist/main.js 1.58 kB
./packages/runtime/dist/module/module.cjs 560 B
./packages/runtime/dist/module/module.js 449 B
./packages/runtime/dist/scope/name.cjs 992 B
./packages/runtime/dist/scope/name.js 981 B
./packages/runtime/dist/scope/scope.cjs 1.18 kB
./packages/runtime/dist/scope/scope.js 1.17 kB
./packages/runtime/dist/scope/scopes/continuous-integration.cjs 206 B
./packages/runtime/dist/scope/scopes/continuous-integration.js 193 B
./packages/runtime/dist/scope/scopes/node.cjs 903 B
./packages/runtime/dist/scope/scopes/node.js 893 B
./packages/runtime/dist/scope/scopes/storybook.cjs 184 B
./packages/runtime/dist/scope/scopes/storybook.js 171 B
./packages/runtime/dist/scope/scopes/test.cjs 180 B
./packages/runtime/dist/scope/scopes/test.js 168 B
./packages/runtime/dist/scope/shared.cjs 78 B
./packages/runtime/dist/scope/shared.js 63 B
./packages/runtime/dist/variable/variable.cjs 920 B
./packages/runtime/dist/variable/variable.js 913 B
./packages/string/dist/case/index.cjs 246 B
./packages/string/dist/case/index.js 90 B
./packages/string/dist/char/index.cjs 1.22 kB
./packages/string/dist/char/index.js 1.21 kB
./packages/string/dist/char/sub/extras.cjs 820 B
./packages/string/dist/char/sub/extras.js 810 B
./packages/string/dist/char/sub/join.cjs 133 B
./packages/string/dist/char/sub/join.js 122 B
./packages/string/dist/char/sub/latin.cjs 407 B
./packages/string/dist/char/sub/latin.js 395 B
./packages/string/dist/char/sub/number.cjs 251 B
./packages/string/dist/char/sub/number.js 241 B
./packages/string/dist/char/sub/single.cjs 505 B
./packages/string/dist/char/sub/single.js 492 B
./packages/string/dist/char/sub/special.cjs 291 B
./packages/string/dist/char/sub/special.js 280 B
./packages/string/dist/char/sub/type.cjs 727 B
./packages/string/dist/char/sub/type.js 712 B
./packages/string/dist/main.cjs 2.19 kB
./packages/string/dist/main.js 1.98 kB
./packages/string/dist/schema/index.cjs 255 B
./packages/string/dist/schema/index.js 244 B
./packages/string/dist/schema/sub/empty.cjs 219 B
./packages/string/dist/schema/sub/empty.js 207 B
./packages/string/dist/schema/sub/string.cjs 201 B
./packages/string/dist/schema/sub/string.js 191 B
./packages/string/dist/word/index.cjs 334 B
./packages/string/dist/word/index.js 322 B
./packages/string/dist/word/sub/numeric.cjs 141 B
./packages/string/dist/word/sub/numeric.js 134 B
./packages/string/dist/word/sub/palindrome.cjs 233 B
./packages/string/dist/word/sub/palindrome.js 223 B
./packages/string/dist/word/sub/reverse.cjs 216 B
./packages/string/dist/word/sub/reverse.js 206 B
./packages/string/dist/word/sub/split.cjs 209 B
./packages/string/dist/word/sub/split.js 199 B
./packages/test/dist/emoji/emoji.cjs 855 B
./packages/test/dist/emoji/emoji.js 839 B
./packages/test/dist/main.cjs 2.64 kB
./packages/test/dist/main.js 2.63 kB
./packages/test/dist/sample/groups/array.cjs 139 B
./packages/test/dist/sample/groups/array.js 126 B
./packages/test/dist/sample/groups/bigint.cjs 224 B
./packages/test/dist/sample/groups/bigint.js 211 B
./packages/test/dist/sample/groups/boolean.cjs 186 B
./packages/test/dist/sample/groups/boolean.js 175 B
./packages/test/dist/sample/groups/date.cjs 145 B
./packages/test/dist/sample/groups/date.js 133 B
./packages/test/dist/sample/groups/function.cjs 723 B
./packages/test/dist/sample/groups/function.js 709 B
./packages/test/dist/sample/groups/infinity.cjs 152 B
./packages/test/dist/sample/groups/infinity.js 140 B
./packages/test/dist/sample/groups/map.cjs 165 B
./packages/test/dist/sample/groups/map.js 152 B
./packages/test/dist/sample/groups/nan.cjs 128 B
./packages/test/dist/sample/groups/nan.js 116 B
./packages/test/dist/sample/groups/null.cjs 114 B
./packages/test/dist/sample/groups/null.js 102 B
./packages/test/dist/sample/groups/number.cjs 266 B
./packages/test/dist/sample/groups/number.js 258 B
./packages/test/dist/sample/groups/object.cjs 149 B
./packages/test/dist/sample/groups/object.js 135 B
./packages/test/dist/sample/groups/regexp.cjs 138 B
./packages/test/dist/sample/groups/regexp.js 126 B
./packages/test/dist/sample/groups/set.cjs 146 B
./packages/test/dist/sample/groups/set.js 132 B
./packages/test/dist/sample/groups/string.cjs 324 B
./packages/test/dist/sample/groups/string.js 317 B
./packages/test/dist/sample/groups/symbol.cjs 180 B
./packages/test/dist/sample/groups/symbol.js 169 B
./packages/test/dist/sample/groups/undefined.cjs 131 B
./packages/test/dist/sample/groups/undefined.js 119 B
./packages/test/dist/sample/sample.cjs 1.21 kB
./packages/test/dist/sample/sample.js 1.2 kB
./packages/test/dist/unit/unit.cjs 1.45 kB
./packages/test/dist/unit/unit.js 1.44 kB
./packages/type/dist/built-in/built-in.cjs 1.5 kB
./packages/type/dist/built-in/built-in.js 1.49 kB
./packages/type/dist/built-in/groups/control-abstraction.cjs 355 B
./packages/type/dist/built-in/groups/control-abstraction.js 339 B
./packages/type/dist/built-in/groups/error.cjs 323 B
./packages/type/dist/built-in/groups/error.js 308 B
./packages/type/dist/built-in/groups/fundamental.cjs 278 B
./packages/type/dist/built-in/groups/fundamental.js 262 B
./packages/type/dist/built-in/groups/indexed-collection.cjs 397 B
./packages/type/dist/built-in/groups/indexed-collection.js 379 B
./packages/type/dist/built-in/groups/internationalization.cjs 239 B
./packages/type/dist/built-in/groups/internationalization.js 224 B
./packages/type/dist/built-in/groups/keyed-collection.cjs 276 B
./packages/type/dist/built-in/groups/keyed-collection.js 262 B
./packages/type/dist/built-in/groups/managing-memory.cjs 265 B
./packages/type/dist/built-in/groups/managing-memory.js 250 B
./packages/type/dist/built-in/groups/number-and-date.cjs 282 B
./packages/type/dist/built-in/groups/number-and-date.js 270 B
./packages/type/dist/built-in/groups/reflection.cjs 245 B
./packages/type/dist/built-in/groups/reflection.js 227 B
./packages/type/dist/built-in/groups/structured-data.cjs 308 B
./packages/type/dist/built-in/groups/structured-data.js 291 B
./packages/type/dist/built-in/groups/test-processing.cjs 249 B
./packages/type/dist/built-in/groups/test-processing.js 236 B
./packages/type/dist/constructor/constructor.cjs 342 B
./packages/type/dist/constructor/constructor.js 334 B
./packages/type/dist/main.cjs 1.98 kB
./packages/type/dist/main.js 1.96 kB
./packages/type/dist/non-primitive/non-primitive.cjs 361 B
./packages/type/dist/non-primitive/non-primitive.js 348 B
./packages/type/dist/primitive/primitive.cjs 516 B
./packages/type/dist/primitive/primitive.js 504 B
./packages/url/dist/localhost/localhost.cjs 335 B
./packages/url/dist/localhost/localhost.js 323 B
./packages/url/dist/main.cjs 971 B
./packages/url/dist/main.js 960 B
./packages/url/dist/schema/port/port.cjs 303 B
./packages/url/dist/schema/port/port.js 292 B
./packages/url/dist/schema/protocol/protocol.cjs 229 B
./packages/url/dist/schema/protocol/protocol.js 219 B
./packages/url/dist/schema/schema.cjs 448 B
./packages/url/dist/schema/schema.js 436 B
./packages/url/dist/social-media/social-media.cjs 637 B
./packages/url/dist/social-media/social-media.js 634 B
./packages/url/dist/target/target.cjs 367 B
./packages/url/dist/target/target.js 356 B

compressed-size-action

@codeclimate
Copy link

codeclimate bot commented Jun 1, 2023

Code Climate has analyzed commit aa37c75 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 95.7% (0.0% change).

View more on Code Climate.

@renovate renovate bot force-pushed the renovate/project-prerequisities branch from c3f316d to aa37c75 Compare June 1, 2023 05:30
@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 5140704919

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 94.488%

Totals Coverage Status
Change from base Build 5140699058: 0.0%
Covered Lines: 3147
Relevant Lines: 3285

💛 - Coveralls

@sonarcloud
Copy link

sonarcloud bot commented Jun 1, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/project-prerequisities branch 2 times, most recently from 71995cb to eede1b6 Compare June 8, 2023 14:41
@renovate renovate bot changed the title chore(Renovate): ⬆️ Update pnpm to v8.6.0 chore(Renovate): ⬆️ Update pnpm to v8.6.1 Jun 8, 2023
@renovate renovate bot changed the title chore(Renovate): ⬆️ Update pnpm to v8.6.1 chore(Renovate): ⬆️ Update pnpm to v8.6.2 Jun 14, 2023
@renovate renovate bot force-pushed the renovate/project-prerequisities branch from eede1b6 to c3bff84 Compare June 14, 2023 21:30
@renovate renovate bot changed the title chore(Renovate): ⬆️ Update pnpm to v8.6.2 chore(Renovate): ⬆️ Update pnpm to v8.6.3 Jun 22, 2023
@renovate renovate bot force-pushed the renovate/project-prerequisities branch from c3bff84 to e5f1773 Compare June 22, 2023 14:08
@renovate renovate bot changed the title chore(Renovate): ⬆️ Update pnpm to v8.6.3 chore(Renovate): ⬆️ Update pnpm to v8.6.4 Jun 29, 2023
@renovate renovate bot force-pushed the renovate/project-prerequisities branch from e5f1773 to 4f17f92 Compare June 29, 2023 00:41
@renovate renovate bot changed the title chore(Renovate): ⬆️ Update pnpm to v8.6.4 chore(Renovate): ⬆️ Update pnpm to v8.6.5 Jun 29, 2023
@renovate renovate bot force-pushed the renovate/project-prerequisities branch from 4f17f92 to 5de0f1d Compare June 29, 2023 11:51
@renovate renovate bot force-pushed the renovate/project-prerequisities branch from 5de0f1d to 8e2d6f0 Compare July 6, 2023 13:33
@renovate renovate bot changed the title chore(Renovate): ⬆️ Update pnpm to v8.6.5 chore(Renovate): ⬆️ Update pnpm to v8.6.6 Jul 6, 2023
@renovate renovate bot force-pushed the renovate/project-prerequisities branch from 8e2d6f0 to cd737e6 Compare July 13, 2023 01:49
@renovate renovate bot changed the title chore(Renovate): ⬆️ Update pnpm to v8.6.6 chore(Renovate): ⬆️ Update pnpm to v8.6.7 Jul 13, 2023
@renovate renovate bot changed the title chore(Renovate): ⬆️ Update pnpm to v8.6.7 chore(Renovate): ⬆️ Update pnpm to v8.6.8 Jul 20, 2023
@renovate renovate bot force-pushed the renovate/project-prerequisities branch from cd737e6 to 3b7e25e Compare July 20, 2023 10:31
@renovate renovate bot changed the title chore(Renovate): ⬆️ Update pnpm to v8.6.8 chore(Renovate): ⬆️ Update pnpm to v8.6.9 Jul 21, 2023
@renovate renovate bot force-pushed the renovate/project-prerequisities branch from c2602b0 to 47175f1 Compare August 2, 2023 19:02
@renovate renovate bot changed the title chore(Renovate): ⬆️ Update pnpm to v8.6.11 chore(Renovate): ⬆️ Update pnpm to v8.6.12 Aug 9, 2023
@renovate renovate bot force-pushed the renovate/project-prerequisities branch from 47175f1 to dd28252 Compare August 9, 2023 12:50
@renovate renovate bot changed the title chore(Renovate): ⬆️ Update pnpm to v8.6.12 chore(Renovate): ⬆️ Update pnpm to v8.7.0 Aug 29, 2023
@renovate renovate bot force-pushed the renovate/project-prerequisities branch 2 times, most recently from 953308d to 5bcba86 Compare September 3, 2023 16:31
@renovate renovate bot changed the title chore(Renovate): ⬆️ Update pnpm to v8.7.0 chore(Renovate): ⬆️ Update pnpm to v8.7.1 Sep 3, 2023
@renovate renovate bot force-pushed the renovate/project-prerequisities branch from 5bcba86 to f63bcdb Compare September 7, 2023 16:47
@renovate renovate bot changed the title chore(Renovate): ⬆️ Update pnpm to v8.7.1 chore(Renovate): ⬆️ Update pnpm to v8.7.3 Sep 7, 2023
@renovate renovate bot force-pushed the renovate/project-prerequisities branch from f63bcdb to 4ff537c Compare September 8, 2023 09:47
@renovate renovate bot changed the title chore(Renovate): ⬆️ Update pnpm to v8.7.3 chore(Renovate): ⬆️ Update project prerequisities Sep 8, 2023
@renovate renovate bot force-pushed the renovate/project-prerequisities branch 2 times, most recently from 0705ce2 to d62b30e Compare September 14, 2023 15:31
@renovate renovate bot force-pushed the renovate/project-prerequisities branch from d62b30e to 8853adb Compare September 20, 2023 20:04
@renovate renovate bot force-pushed the renovate/project-prerequisities branch from 8853adb to 2791098 Compare September 29, 2023 14:53
@renovate renovate bot force-pushed the renovate/project-prerequisities branch 3 times, most recently from 203d4c8 to c47b555 Compare October 19, 2023 00:15
@renovate renovate bot force-pushed the renovate/project-prerequisities branch 3 times, most recently from dbd6842 to 7bfb301 Compare November 4, 2023 18:45
@renovate renovate bot force-pushed the renovate/project-prerequisities branch 3 times, most recently from d726ef2 to f9bac0e Compare November 17, 2023 13:20
@renovate renovate bot force-pushed the renovate/project-prerequisities branch from f9bac0e to 7b2e5c2 Compare November 27, 2023 16:42
@renovate renovate bot force-pushed the renovate/project-prerequisities branch 2 times, most recently from ae5604a to eb3d6ca Compare December 16, 2023 13:50
@renovate renovate bot force-pushed the renovate/project-prerequisities branch from eb3d6ca to b9670f1 Compare December 26, 2023 15:24
@renovate renovate bot force-pushed the renovate/project-prerequisities branch from b9670f1 to 607de12 Compare December 29, 2023 16:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🧩 dependencies Related to the dependencies 🧰 project Related to the project repository management
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant