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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 17, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
syncpack 8.4.11 -> 9.8.4 age adoption passing confidence
typescript (source) 4.9.5 -> 5.0.2 age adoption passing confidence

Release Notes

JamieMason/syncpack

v9.8.4

Compare Source

Features
  • semver: support resolving with lowest version (a17e423), closes #​110

v9.7.4

Compare Source

Bug Fixes
  • indent: use value from config file (aa31244)
  • npm: update dependencies (558d177)
Features
  • engines: increase node from 10 to 14 (603f058)
  • groups: handle long and multi-line labels (ecc58ff)
  • semver: recognise ^6, >=5 etc as valid (be637f0), closes #​122
  • versionGroups: add optional snapTo property (fd0edb6), closes #​87
Performance Improvements
  • imports: skip barrel files where possible (1ee2776)

v9.3.2

Compare Source

Features
  • groups: add optional label to semver/version groups (ff466af), closes #​118
  • groups: output groups in order they're defined (88950f1), closes #​120

v9.1.2

Compare Source

Features
Reverts
  • fix-mismatches: don't remove nested empty objects (393d004), closes #​117

v9.0.2

Compare Source

Bug Fixes
  • options: fix --source regression in 9.0.0 (379409f), closes #​116
  • semver: fix false positive for workspace mismatches (4f696c5)

v9.0.0

Compare Source

Features
BREAKING CHANGES
  • custom: 1. The following options were replaced in syncpack@9.0.0:

    -p, --prod include dependencies
    -d, --dev include devDependencies
    -P, --peer include peerDependencies
    -R, --resolutions include resolutions (yarn)
    -o, --overrides include overrides (npm)
    -O, --pnpmOverrides include overrides (pnpm)
    -w, --workspace include locally developed package versions

    Instead use the new --types option like so:

    --types dev,prod,peer

  1. In .syncpackrc, the following options were replaced:

"dev": true,
"overrides": true,
"peer": true,
"pnpmOverrides": true,
"prod": true,
"resolutions": true,
"workspace": true,

Instead use the new dependencyTypes array like so:

"dependencyTypes": ["dev", "prod", "peer"]

8.5.14 (2023-02-07)

Bug Fixes
  • npm: update dependencies (f2c0322)
  • npm: update dependencies (3ec1361)
  • output: remove console.log in readConfigFileSync (1c51366), closes #​106
Features
  • cli: tidy log output and make it more consistent (cb58070)

8.4.11 (2022-12-01)

Bug Fixes
  • semver-ranges: fix regression in 8.4.10 {lint,set}-semver-ranges (5bce1d8)

8.4.10 (2022-11-23)

Bug Fixes
  • lint-ranges: remove empty groups from output (fa6db49)
Features
  • groups: add support to ignore dependencies (f96df8f)

8.3.9 (2022-10-28)

Bug Fixes
  • semver: add support for setting '*' (779772b)

8.3.8 (2022-10-28)

Bug Fixes
  • npm: update dependencies (6311999)
  • pnpm: fix regression affecting --pnpmOverrides (6a782f9), closes #​94
  • set-semver-ranges: handle 'workspace' type (2134658), closes #​84
Features
  • config: include config.syncpack of package.json (40dcdce), closes #​86

8.2.5 (2022-10-28)

Bug Fixes

8.2.4 (2022-06-25)

Bug Fixes
  • npm: update dependencies (1bdf0c7)
  • npm: update dependencies (34c5d68)
  • output: edit log output and colours (3623c41)
  • workspace: find missed mismatches against workspace versions (25c1836), closes #​66
Features

v8.5.14

Compare Source

Bug Fixes
  • npm: update dependencies (f2c0322)
  • npm: update dependencies (3ec1361)
  • output: remove console.log in readConfigFileSync (1c51366), closes #​106
Features
  • cli: tidy log output and make it more consistent (cb58070)
Microsoft/TypeScript

v5.0.2: TypeScript 5.0

Compare Source

For release notes, check out the release announcement.

For new features, check out the What's new in TypeScript v5.0.2.

For the complete list of fixed issues, check out the

Downloads are available on:


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 a review from a team March 17, 2023 15:05
@renovate renovate bot added ⚙️ configuration Configuration changes 🧩 dependencies Related to the dependencies labels Mar 17, 2023
@changeset-bot
Copy link

changeset-bot bot commented Mar 17, 2023

⚠️ No Changeset found

Latest commit: 5109486

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 Mar 17, 2023

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

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@github-actions
Copy link
Contributor

Size Change: 0 B

Total Size: 32.9 kB

ℹ️ View Unchanged
Filename Size
./packages/config/dist/main.js 700 B
./packages/config/dist/merge/merge.js 163 B
./packages/config/dist/read/read.js 651 B
./packages/error/dist/built-in/built-in.js 350 B
./packages/error/dist/custom/custom.js 328 B
./packages/error/dist/main.js 514 B
./packages/extension/dist/main.js 481 B
./packages/extension/dist/schema/groups/html.js 201 B
./packages/extension/dist/schema/groups/javascript.js 221 B
./packages/extension/dist/schema/groups/json.js 207 B
./packages/extension/dist/schema/groups/markdown.js 210 B
./packages/extension/dist/schema/groups/stylesheet.js 221 B
./packages/extension/dist/schema/groups/typescript.js 221 B
./packages/extension/dist/schema/groups/yaml.js 202 B
./packages/extension/dist/schema/schema.js 483 B
./packages/function/dist/main.js 528 B
./packages/function/dist/schema/schema.js 530 B
./packages/regexp/dist/creator/creator.js 367 B
./packages/regexp/dist/main.js 631 B
./packages/runtime/dist/environment/environment.js 684 B
./packages/runtime/dist/error/error.js 150 B
./packages/runtime/dist/main.js 1.67 kB
./packages/runtime/dist/module/module.js 737 B
./packages/runtime/dist/scope/scope.js 1.01 kB
./packages/runtime/dist/variable/variable.js 937 B
./packages/snippets/dist/main.js 151 B
./packages/string/dist/case/case.js 87 B
./packages/string/dist/char/char.js 1.07 kB
./packages/string/dist/main.js 1.66 kB
./packages/string/dist/schema/schema.js 270 B
./packages/string/dist/word/word.js 270 B
./packages/test/dist/emoji/emoji.js 839 B
./packages/test/dist/main.js 2.65 kB
./packages/test/dist/sample/groups/array.js 126 B
./packages/test/dist/sample/groups/bigint.js 211 B
./packages/test/dist/sample/groups/boolean.js 188 B
./packages/test/dist/sample/groups/date.js 133 B
./packages/test/dist/sample/groups/function.js 709 B
./packages/test/dist/sample/groups/infinity.js 140 B
./packages/test/dist/sample/groups/map.js 152 B
./packages/test/dist/sample/groups/nan.js 119 B
./packages/test/dist/sample/groups/null.js 102 B
./packages/test/dist/sample/groups/number.js 262 B
./packages/test/dist/sample/groups/object.js 135 B
./packages/test/dist/sample/groups/regexp.js 126 B
./packages/test/dist/sample/groups/set.js 132 B
./packages/test/dist/sample/groups/string.js 327 B
./packages/test/dist/sample/groups/symbol.js 169 B
./packages/test/dist/sample/groups/undefined.js 119 B
./packages/test/dist/sample/sample.js 1.22 kB
./packages/test/dist/unit/unit.js 1.44 kB
./packages/type/dist/built-in/built-in.js 1.49 kB
./packages/type/dist/built-in/groups/control-abstraction.js 339 B
./packages/type/dist/built-in/groups/error.js 308 B
./packages/type/dist/built-in/groups/fundamental.js 262 B
./packages/type/dist/built-in/groups/indexed-collection.js 379 B
./packages/type/dist/built-in/groups/internationalization.js 224 B
./packages/type/dist/built-in/groups/keyed-collection.js 262 B
./packages/type/dist/built-in/groups/managing-memory.js 250 B
./packages/type/dist/built-in/groups/number-and-date.js 270 B
./packages/type/dist/built-in/groups/reflection.js 227 B
./packages/type/dist/built-in/groups/structured-data.js 291 B
./packages/type/dist/built-in/groups/test-processing.js 236 B
./packages/type/dist/constructor/constructor.js 334 B
./packages/type/dist/main.js 1.96 kB
./packages/type/dist/non-primitive/non-primitive.js 348 B
./packages/type/dist/primitive/primitive.js 504 B

compressed-size-action

@qlty-cloud-legacy
Copy link

Code Climate has analyzed commit fce664f 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 96.8% (0.0% change).

View more on Code Climate.

@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 4448868126

  • 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.946%

Totals Coverage Status
Change from base Build 4444818347: 0.0%
Covered Lines: 2175
Relevant Lines: 2246

💛 - Coveralls

@sonarqubecloud
Copy link

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/major-configs branch from fce664f to 8d58fb9 Compare March 19, 2023 17:31
@renovate renovate bot changed the title chore(Renovate): ⬆️ Update dependency syncpack to v9 chore(Renovate): ⬆️ Update configs (major) Mar 19, 2023
@renovate renovate bot force-pushed the renovate/major-configs branch from 8d58fb9 to 436b200 Compare March 20, 2023 07:51
@renovate renovate bot force-pushed the renovate/major-configs branch from 436b200 to 5109486 Compare March 20, 2023 08:20
@renovate renovate bot changed the title chore(Renovate): ⬆️ Update configs (major) chore(Renovate): ⬆️ Update configs (major) - autoclosed Mar 20, 2023
@renovate renovate bot closed this Mar 20, 2023
@renovate renovate bot deleted the renovate/major-configs branch March 20, 2023 10:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
⚙️ configuration Configuration changes 🧩 dependencies Related to the dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant