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

Update npm #552

Merged
merged 1 commit into from
Aug 20, 2023
Merged

Update npm #552

merged 1 commit into from
Aug 20, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 20, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/animations 16.2.0 -> 16.2.1 age adoption passing confidence
@angular/cdk 16.2.0 -> 16.2.1 age adoption passing confidence
@angular/common 16.2.0 -> 16.2.1 age adoption passing confidence
@angular/compiler 16.2.0 -> 16.2.1 age adoption passing confidence
@angular/compiler-cli (source) 16.2.0 -> 16.2.1 age adoption passing confidence
@angular/core 16.2.0 -> 16.2.1 age adoption passing confidence
@angular/forms 16.2.0 -> 16.2.1 age adoption passing confidence
@angular/localize 16.2.0 -> 16.2.1 age adoption passing confidence
@angular/platform-browser 16.2.0 -> 16.2.1 age adoption passing confidence
@angular/platform-browser-dynamic 16.2.0 -> 16.2.1 age adoption passing confidence
@angular/router (source) 16.2.0 -> 16.2.1 age adoption passing confidence
@sentry/angular-ivy (source) 7.63.0 -> 7.64.0 age adoption passing confidence
@types/node (source) 20.5.0 -> 20.5.1 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.3.0 -> 6.4.0 age adoption passing confidence
@typescript-eslint/parser 6.3.0 -> 6.4.0 age adoption passing confidence
cypress 12.17.3 -> 12.17.4 age adoption passing confidence
prettier (source) 3.0.1 -> 3.0.2 age adoption passing confidence
tslib (source) 2.6.1 -> 2.6.2 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the logs for more information.


Release Notes

angular/angular (@​angular/animations)

v16.2.1

Compare Source

router
Commit Type Description
232a8c1b8d fix Apply named outlets to children empty paths not appearing in the URL (#​51292)
angular/components (@​angular/cdk)

v16.2.1

Compare Source

material
Commit Type Description
9ff32fd55 fix dialog: update aria-labelledby if title is swapped (#​27609)
58dd80225 fix progress-bar: alignment affected by parent text-align (#​27646)
0ba807125 fix table: resolve local compilation issues (#​27640)
getsentry/sentry-javascript (@​sentry/angular-ivy)

v7.64.0

Compare Source

  • feat(core): Add setMeasurement export (#​8791)
  • fix(nextjs): Check for existence of default export when wrapping pages (#​8794)
  • fix(nextjs): Ensure imports are valid relative paths (#​8799)
  • fix(nextjs): Only re-export default export if it exists (#​8800)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.4.0

Compare Source

Bug Fixes
  • eslint-plugin: [non-nullable-type-assertion-style] consider operator precedence when fixing (#​7289) (bad37a2)
  • eslint-plugin: [strict-boolean-expressions] replace dangerous fixer with suggestions (#​7394) (ad8401a)

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

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

v6.4.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

cypress-io/cypress (cypress)

v12.17.4

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-4

prettier/prettier (prettier)

v3.0.2

Compare Source

diff

Break after = of assignment if RHS is poorly breakable AwaitExpression or YieldExpression (#​15204 by @​seiyab)
// Input
const { section, rubric, authors, tags } = await utils.upsertCommonData(mainData);

// Prettier 3.0.1
const { section, rubric, authors, tags } = await utils.upsertCommonData(
  mainData,
);

// Prettier 3.0.2
const { section, rubric, authors, tags } =
  await utils.upsertCommonData(mainData);
Do not add trailing comma for grouped scss comments (#​15217 by @​auvred)
/* Input */
$foo: (
	'property': (),
	// comment 1
	// comment 2
)

/* Prettier 3.0.1 */
$foo: (
  "property": (),
  // comment 1
  // comment 2,
);

/* Prettier 3.0.2 */
$foo: (
  "property": (),
  // comment 1
  // comment 2
);
Print declare and export keywords for nested namespace (#​15249 by @​sosukesuzuki)
// Input
declare namespace abc1.def {}
export namespace abc2.def {}

// Prettier 3.0.1
namespace abc1.def {}
namespace abc2.def {}

// Prettier 3.0.2
declare namespace abc1.def {}
export namespace abc2.def {}
Microsoft/tslib (tslib)

v2.6.2: tslib 2.6.2

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.6.1...v2.6.2


Configuration

📅 Schedule: Branch creation - "on the first day of the week" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 as a code owner August 20, 2023 00:38
@renovate renovate bot added the dependency Depedency update label Aug 20, 2023
@renovate renovate bot temporarily deployed to preview August 20, 2023 00:48 Inactive
@renovate renovate bot merged commit df37118 into master Aug 20, 2023
6 checks passed
@renovate renovate bot deleted the renovate/npm branch August 20, 2023 04:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Depedency update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants