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

[Snyk] Upgrade @ng-matero/extensions from 16.1.2 to 16.2.0 #296

Merged
merged 2 commits into from
Jan 22, 2024

Conversation

DaveSkender
Copy link
Member

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade @ng-matero/extensions from 16.1.2 to 16.2.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 2 versions ahead of your current version.
  • The recommended version was released a month ago, on 2023-11-26.
Release notes
Package name: @ng-matero/extensions
  • 16.2.0 - 2023-11-26

    BREAKING CHANGES

    • remove mtx-slider, please use mat-slider instead

    • grid: remove photoviewer styles in theming file. If you want to use the image preview feature, you should import the styles by yourself.

      +  @ use 'photoviewer';
    • grid: rename rowSelectionChange to rowSelectedChange, so it supports two-way binding

      <mtx-grid [(rowSelected)]="rowSelected" />
    • grid: rename cellSelectionChange to cellSelectedChange

    Features

    • alert: rebuild theme with tokens and improve dark colors
    • colorpicker: rebuild theme with tokens
    • datetimepicker: rebuild theme with tokens and support mat-form-field color
    • drawer: rebuild theme with tokens
    • grid: rebuild theme with tokens
    • loader: rebuild theme with tokens
    • popover: rebuild theme with tokens
    • progress: rebuild theme with tokens and improve dark colors
    • select: rebuild theme with tokens and support mat-form-field color
    • split: rebuild theme with tokens
  • 16.1.3 - 2023-11-06

    Bug Fixes

    • grid: fix align center issue for header cell (2f06e6d)
  • 16.1.2 - 2023-10-18
    • select: improve styles for clear and arrow icon (2131f9f)
from @ng-matero/extensions GitHub release notes
Commit messages
Package name: @ng-matero/extensions
  • 2893217 refactor(grid): rename `cellSelectionChange` to `cellSelectedChange`
  • 845e570 refactor(grid): rename `rowSelectionChange` to `rowSelectedChange`
  • 5ef7be1 fix(grid): fix build error
  • c0b6064 feat(grid): add directive for image preview
  • 55e29d1 chore(select): improve styles
  • c0e0702 style: formatting import
  • 002a450 refactor(multiple): improve dark colors for alert and progress
  • 2829719 refactor(multiple): improve token naming for grid and popover
  • 9902132 refactor(select): add theme color for dropdown panel
  • 69fc76d refactor(multiple): improve alert tokens and revert progress type
  • 25afa79 refactor(progress): remove default type and fix text color
  • 69c08ec chore(datetimepicker): modify token naming
  • f581acc refactor: remove slider component
  • c9ead56 refactor(tooltip): rebuild theme with mdc tokens
  • 96fa12f chore(multiple): small fix
  • a0a76ca refactor(select): rebuild theme with tokens
  • bbf262f refactor(multiple): rebuild theme with tokens for popover and split
  • 3f5ef0a refactor(multiple): rebuild theme with tokens for loader and progress
  • c271bde refactor(grid): rebuild theme with tokens
  • 66e4915 refactor(drawer): rebuild theme with tokens
  • 028698c refactor(datetimepicker): rebuild theme with tokens
  • a4739f9 refactor(multiple): rebuild theme with tokens for alert and colorpicker
  • c5efb6d refactor(core): add sass-utils and token-utils
  • e192603 chore: release 16.1.3

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Copy link

Hey there and thank you for opening this pull request! 👋🏼

It looks like your proposed Pull request title needs to be adjusted.

🚩 Error » No release type found in pull request title "[Snyk] Upgrade @ng-matero/extensions from 16.1.2 to 16.2.0". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/

Available types:

  • feat: A new feature
  • fix: A bug fix
  • docs: Documentation only changes
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • refactor: A code change that neither fixes a bug nor adds a feature
  • perf: A code change that improves performance
  • test: Adding missing tests or correcting existing tests
  • build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
  • ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
  • chore: Other changes that don't modify src or test files
  • revert: Reverts a previous commit

Pull request title naming convention

Our PR title name taxonomy is type: Subject, where type is typically feat, fix, or chore, and subject is a phrase (proper noun) that starts with a capitalized letter. The chore type usually has a subject that starts with an action verb like Add or Update. Examples: feat: Admin portal login, fix: Divide by zero bug in SMA, and chore: Update user docs. See the Conventional Commits specification for more information.

@DaveSkender DaveSkender merged commit f8a9187 into main Jan 22, 2024
7 of 8 checks passed
@DaveSkender DaveSkender deleted the snyk-upgrade-303e9b83f4d84024116593a56cea35e4 branch January 22, 2024 01:51
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants