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): bump the deps group with 8 updates #467

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 15, 2024

Bumps the deps group with 8 updates:

Package From To
aws-sdk 2.1555.0 2.1558.0
mui-tel-input 5.0.0 5.1.1
@types/node 20.11.17 20.11.19
browserslist 4.22.3 4.23.0
core-js 3.35.1 3.36.0
dotenv 16.4.2 16.4.4
eslint-plugin-unused-imports 3.0.0 3.1.0
webpack 5.90.1 5.90.2

Updates aws-sdk from 2.1555.0 to 2.1558.0

Release notes

Sourced from aws-sdk's releases.

Release v2.1558.0

See changelog for more information.

Release v2.1557.0

See changelog for more information.

Release v2.1556.0

See changelog for more information.

Commits

Updates mui-tel-input from 5.0.0 to 5.1.1

Release notes

Sourced from mui-tel-input's releases.

v5.1.1

Features

That means you can do this now:

import { styled } from 'styled-component' // or emotion
import { MuiTelInput, classes } from 'mui-tel-input'
const WithStyledFlag = styled(MuiTelInput).${classes.flag} > img { filter: grayscale(100%); width: 20px; }
function MyComponent() {
return <WithStyledFlag />
}

v5.1.0

Fix

Validation phone (matchIsValidTel)

  • #88 : Excluded country numbers continue to be formatted

What changed ?

Previously, matchIsValidTel give you true if your phone number is correct whatever the country. But what if the country of the phone has been excluded to the component?

Example:

import { MuiTelInput } from 'mui-tel-input'
<MuiTelInput excludedCountries={['FR']} />

import { matchIsValidTel } from 'mui-tel-input'
matchIsValidTel('+33626766XXX') // true but no, FR country has been excluded :(

How to solve it with version >= 5.1.0?

... (truncated)

Commits

Updates @types/node from 20.11.17 to 20.11.19

Commits

Updates browserslist from 4.22.3 to 4.23.0

Release notes

Sourced from browserslist's releases.

4.23.0

Changelog

Sourced from browserslist's changelog.

4.23.0

Commits

Updates core-js from 3.35.1 to 3.36.0

Changelog

Sourced from core-js's changelog.

3.36.0 - 2024.02.14
Commits
  • 77123c4 3.36.0
  • a3d51ed fix dependencies loading for modules from ArrayBuffer.prototype.transfer an...
  • b90f2f5 add an entry point for the new TC39 proposals stage - core-js/stage/2.7 - s...
  • 5e68a01 move Uint8Array to / from base64 and hex proposal to stage 3
  • 4c51d71 move ArrayBuffer.prototype.transfer and friends to stable ES
  • 3348b1a move Promise.try to stage 2
  • e7f6af0 use a constant as a error message
  • b36ca26 Merge pull request #1328 from minseok-choe/fix/issue-flat, close #1327
  • 661eab7 add debugging info in some missed cases
  • 96da3a4 Add missed check in array-reduce.js
  • Additional commits viewable in compare view

Updates dotenv from 16.4.2 to 16.4.4

Changelog

Sourced from dotenv's changelog.

16.4.4 (2024-02-13)

Changed

  • 🐞 Replaced chaining operator ?. with old school && (fixing node 12 failures) #812

16.4.3 (2024-02-12)

Changed

  • Fixed processing of multiple files in options.path #805
Commits

Updates eslint-plugin-unused-imports from 3.0.0 to 3.1.0

Commits

Updates webpack from 5.90.1 to 5.90.2

Release notes

Sourced from webpack's releases.

v5.90.2

Bug Fixes

  • use Math.imul in fnv1a32 to avoid loss of precision, directly hash UTF16 values
  • the setStatus() of the HMR module should not return an array, which may cause infinite recursion
  • __webpack_exports_info__.xxx.canMangle shouldn't always same as default
  • mangle export with destructuring
  • use new runtime to reconsider skipped connections activeState
  • make dynamic import optional in try/catch
  • improve auto publicPath detection

Dependencies & Maintenance

  • improve CI setup and include Node.js@21
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the deps group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [aws-sdk](https://github.com/aws/aws-sdk-js) | `2.1555.0` | `2.1558.0` |
| [mui-tel-input](https://github.com/viclafouch/mui-tel-input) | `5.0.0` | `5.1.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.17` | `20.11.19` |
| [browserslist](https://github.com/browserslist/browserslist) | `4.22.3` | `4.23.0` |
| [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) | `3.35.1` | `3.36.0` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.4.2` | `16.4.4` |
| [eslint-plugin-unused-imports](https://github.com/sweepline/eslint-plugin-unused-imports) | `3.0.0` | `3.1.0` |
| [webpack](https://github.com/webpack/webpack) | `5.90.1` | `5.90.2` |


Updates `aws-sdk` from 2.1555.0 to 2.1558.0
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Commits](aws/aws-sdk-js@v2.1555.0...v2.1558.0)

Updates `mui-tel-input` from 5.0.0 to 5.1.1
- [Release notes](https://github.com/viclafouch/mui-tel-input/releases)
- [Commits](viclafouch/mui-tel-input@v5.0.0...v5.1.1)

Updates `@types/node` from 20.11.17 to 20.11.19
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `browserslist` from 4.22.3 to 4.23.0
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.22.3...4.23.0)

Updates `core-js` from 3.35.1 to 3.36.0
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.36.0/packages/core-js)

Updates `dotenv` from 16.4.2 to 16.4.4
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.4.2...v16.4.4)

Updates `eslint-plugin-unused-imports` from 3.0.0 to 3.1.0
- [Commits](https://github.com/sweepline/eslint-plugin-unused-imports/commits)

Updates `webpack` from 5.90.1 to 5.90.2
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.90.1...v5.90.2)

---
updated-dependencies:
- dependency-name: aws-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: mui-tel-input
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: browserslist
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: core-js
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: dotenv
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: eslint-plugin-unused-imports
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 15, 2024
@kurkle kurkle merged commit 2e0454b into main Feb 15, 2024
12 checks passed
@kurkle kurkle deleted the dependabot/npm_and_yarn/deps-8e6233ed65 branch February 15, 2024 20:46
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant