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

build(deps): bump es5-ext from 0.10.53 to 0.10.63 #872

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps es5-ext from 0.10.53 to 0.10.63.

Release notes

Sourced from es5-ext's releases.

0.10.63 (2024-02-23)

Bug Fixes

  • Do not rely on problematic regex (3551cdd), addresses #201
  • Support ES2015+ function definitions in function#toStringTokens() (a52e957), addresses #021
  • Ensure postinstall script does not crash on Windows, fixes #181 (bf8ed79)

Maintenance Improvements

  • Simplify the manifest message (7855319)

Comparison since last release

0.10.62 (2022-08-02)

Maintenance Improvements


Comparison since last release

0.10.61 (2022-04-20)

Bug Fixes

  • Ensure postinstall script does not error (a0be4fd)

Maintenance Improvements


Comparison since last release

0.10.60 (2022-04-07)

Maintenance Improvements

  • Improve postinstall script configuration (ab6b121)

Comparison since last release

0.10.59 (2022-03-17)

Maintenance Improvements

... (truncated)

Changelog

Sourced from es5-ext's changelog.

0.10.63 (2024-02-23)

Bug Fixes

  • Do not rely on problematic regex (3551cdd), addresses #201
  • Support ES2015+ function definitions in function#toStringTokens() (a52e957), addresses #021
  • Ensure postinstall script does not crash on Windows, fixes #181 (bf8ed79)

Maintenance Improvements

  • Simplify the manifest message (7855319)

0.10.62 (2022-08-02)

Maintenance Improvements

0.10.61 (2022-04-20)

Bug Fixes

  • Ensure postinstall script does not error (a0be4fd)

Maintenance Improvements

0.10.60 (2022-04-07)

Maintenance Improvements

  • Improve postinstall script configuration (ab6b121)

0.10.59 (2022-03-17)

Maintenance Improvements

0.10.58 (2022-03-11)

Maintenance Improvements

  • Improve "call for peace" manifest (3beace4)

0.10.57 (2022-03-08)

... (truncated)

Commits
  • de4e03c chore: Release v0.10.63
  • 3fd53b7 chore: Upgrade lint-staged to v13
  • bf8ed79 chore: Ensure postinstall script does not crash on Windows
  • 2cbbb07 chore: Bump dependencies
  • 22d0416 chore: Bump LICENSE year
  • a52e957 fix: Support ES2015+ function definitions in function#toStringTokens()
  • 3551cdd fix: Do not rely on problematic regex
  • 7855319 chore: Simplify the manifest message
  • 78e041f chore: Release v0.10.62
  • c51d552 chore: Improve manifest
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.53 to 0.10.63.
- [Release notes](https://github.com/medikoo/es5-ext/releases)
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
- [Commits](medikoo/es5-ext@v0.10.53...v0.10.63)

---
updated-dependencies:
- dependency-name: es5-ext
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 27, 2024
Copy link

codeclimate bot commented Feb 27, 2024

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

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

This pull request will bring the total coverage in the repository to 97.9%.

View more on Code Climate.

@nathanyoung nathanyoung merged commit dd6bf8f into main Feb 27, 2024
11 checks passed
@nathanyoung nathanyoung deleted the dependabot/npm_and_yarn/es5-ext-0.10.63 branch February 27, 2024 17:18
nathanyoung pushed a commit that referenced this pull request Apr 12, 2024
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.53 to 0.10.63.
- [Release notes](https://github.com/medikoo/es5-ext/releases)
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
- [Commits](medikoo/es5-ext@v0.10.53...v0.10.63)

---
updated-dependencies:
- dependency-name: es5-ext
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
nathanyoung added a commit that referenced this pull request Apr 12, 2024
* build(deps): bump tar from 6.1.14 to 6.2.1 (#887)

Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.14 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v6.1.14...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nathan Young <1447339+nathanyoung@users.noreply.github.com>

* build(deps): bump express from 4.18.2 to 4.19.2 (#884)

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.18.2...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nathan Young <1447339+nathanyoung@users.noreply.github.com>

* build(deps): bump es5-ext from 0.10.53 to 0.10.63 (#872)

Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.53 to 0.10.63.
- [Release notes](https://github.com/medikoo/es5-ext/releases)
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
- [Commits](medikoo/es5-ext@v0.10.53...v0.10.63)

---
updated-dependencies:
- dependency-name: es5-ext
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
nathanyoung added a commit that referenced this pull request Apr 30, 2024
* chore: react-select 3.1.0 to 4.3.1 (#811)

* BREAKING CHANGE: New Buttons (#865)

BREAKING CHANGE:

* wip

* more wip

* fix errors

* form label help text tokens

* mediamodal close button

* Update Theming.stories.mdx

* fix build

* Update Button.VisualTests.stories.tsx

* Update Button.VisualTests.stories.tsx

* cleanup

* chore(release): 1.0.0-beta.1 [skip ci]

# [1.0.0-beta.1](v0.157.7...v1.0.0-beta.1) (2024-02-02)

* BREAKING CHANGE: New Buttons (#865) ([935c361](935c361)), closes [#865](#865)

### BREAKING CHANGES

* * wip

* more wip

* fix errors

* form label help text tokens

* mediamodal close button

* Update Theming.stories.mdx

* fix build

* Update Button.VisualTests.stories.tsx

* Update Button.VisualTests.stories.tsx

* cleanup

* fix(Button): secondary neutral hover color (#866)

* chore(release): 1.0.0-beta.2 [skip ci]

# [1.0.0-beta.2](v1.0.0-beta.1...v1.0.0-beta.2) (2024-02-02)

### Bug Fixes

* **Button:** secondary neutral hover color ([#866](#866)) ([dbde3f3](dbde3f3))

* feat(Button): tone prop (#867)

* add tone prop

* fix up

* update FileUpload

* Update FileUpload.Overview.stories.mdx

* Update Table.Overview.stories.mdx

* Update Toast.Overview.stories.mdx

* chore(release): 1.0.0-beta.3 [skip ci]

# [1.0.0-beta.3](v1.0.0-beta.2...v1.0.0-beta.3) (2024-02-09)

### Features

* **Button:** tone prop ([#867](#867)) ([918eeea](918eeea))

* fix(Button): loading state icon color (#868)

* fix(Button): loading state icon color

* Update MediaModal.VisualTests.stories.tsx

* chore(release): 1.0.0-beta.4 [skip ci]

# [1.0.0-beta.4](v1.0.0-beta.3...v1.0.0-beta.4) (2024-02-13)

### Bug Fixes

* **Button:** loading state icon color ([#868](#868)) ([96c93c9](96c93c9))

* docs(Button): tone documentation (#869)

* Update Button.Overview.stories.mdx

* Update Button.Overview.stories.mdx

* chore(release): 1.0.0-beta.5 [skip ci]

# [1.0.0-beta.5](v1.0.0-beta.4...v1.0.0-beta.5) (2024-02-13)

* fix(FormControls): specify width 100 instead of relying on flex auto (#870)

* chore(release): 1.0.0-beta.6 [skip ci]

# [1.0.0-beta.6](v1.0.0-beta.5...v1.0.0-beta.6) (2024-02-13)

### Bug Fixes

* **FormControls:** specify width 100 instead of relying on flex auto ([#870](#870)) ([a78ba2e](a78ba2e))

* feat(TextInputFloating): new component  (#874)

* wip

* wip

* lint

* Create TextInputFloating.test.tsx

* style lint

* update prefix and suffix styles

* div wrapper

* safari workaround

* Update FormControls.stories.mdx

* Update FormTheming.stories.mdx

* Create TextInputFloating.Playground.stories.tsx

* visual tests

* chore(release): 1.0.0-beta.7 [skip ci]

# [1.0.0-beta.7](v1.0.0-beta.6...v1.0.0-beta.7) (2024-02-29)

### Features

* **TextInputFloating:** new component  ([#874](#874)) ([a19211b](a19211b))

* fix(TextInputFloating): prefix/suffix focus styles, clear icon (#875)

* fix(TextInputFloating): prefix and suffix focus styling

* remove-light clear icon

* chore(release): 1.0.0-beta.8 [skip ci]

# [1.0.0-beta.8](v1.0.0-beta.7...v1.0.0-beta.8) (2024-03-01)

### Bug Fixes

* **TextInputFloating:** prefix/suffix focus styles, clear icon ([#875](#875)) ([7e90a7c](7e90a7c))

* feat(SelectInputNativeFloating): new component (#877)

* feat(SelectInputNativeFloating): new component

* Update SelectInputNativeFloating.test.tsx

* helpText component

* use HelpText component everywhere

* wip

* Update FormControls.stories.mdx

* Update FormTheming.stories.mdx

* Update Toggle.tsx

* Update Toggle.tsx

* fix toggle alignment

* more documentation

* chore(release): 1.0.0-beta.9 [skip ci]

# [1.0.0-beta.9](v1.0.0-beta.8...v1.0.0-beta.9) (2024-03-06)

### Features

* **SelectInputNativeFloating:** new component ([#877](#877)) ([62dc894](62dc894))

* feat(TextareaInputFloating): new component (#878)

* feat(TextareaInputFloating): new component

* lint

* chore(release): 1.0.0-beta.10 [skip ci]

# [1.0.0-beta.10](v1.0.0-beta.9...v1.0.0-beta.10) (2024-03-06)

### Features

* **TextareaInputFloating:** new component ([#878](#878)) ([c3e0b3a](c3e0b3a))

* docs: floating and default input examples (#879)

* chore(release): 1.0.0-beta.11 [skip ci]

# [1.0.0-beta.11](v1.0.0-beta.10...v1.0.0-beta.11) (2024-03-06)

* fix: rename floating inputs to inset (#880)

* cleanup

* fix: rename floating inputs to inset

* lint

* chore(release): 1.0.0-beta.12 [skip ci]

# [1.0.0-beta.12](v1.0.0-beta.11...v1.0.0-beta.12) (2024-03-07)

### Bug Fixes

* rename floating inputs to inset ([#880](#880)) ([b13ab19](b13ab19))

* chore(deps): bump palmetto-design-tokens from 0.78.0 to 0.78.1 (#881)

* feat(SelectInputs): make dropdown indicator match icon (#882)

* feat(SelectInputs): make dropdown indicator match icon

* Update SelectInputNativeInset.module.scss

* chore(release): 1.0.0-beta.13 [skip ci]

# [1.0.0-beta.13](v1.0.0-beta.12...v1.0.0-beta.13) (2024-03-15)

### Features

* **SelectInputs:** make dropdown indicator match icon ([#882](#882)) ([3c9a80c](3c9a80c))

* fix(SelectInputInset): rename SelectInputNativeInset to SelectInputInset (#883)

* chore(release): 1.0.0-beta.14 [skip ci]

# [1.0.0-beta.14](v1.0.0-beta.13...v1.0.0-beta.14) (2024-03-15)

### Bug Fixes

* **SelectInputInset:** rename SelectInputNativeInset to SelectInputInset ([#883](#883)) ([bfaacd7](bfaacd7))

* feat: update drop shadows  (#885)

* feat: update dropshadows

* prevent false positives

* chore(release): 1.0.0-beta.15 [skip ci]

# [1.0.0-beta.15](v1.0.0-beta.14...v1.0.0-beta.15) (2024-04-05)

### Features

* update drop shadows  ([#885](#885)) ([189b809](189b809))

* feat: update drop shadows (#886)

* chore(release): 1.0.0-beta.16 [skip ci]

# [1.0.0-beta.16](v1.0.0-beta.15...v1.0.0-beta.16) (2024-04-05)

### Features

* update drop shadows ([#886](#886)) ([bc78fa2](bc78fa2))

* build: package updates (#888)

* build(deps): bump tar from 6.1.14 to 6.2.1 (#887)

Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.14 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v6.1.14...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nathan Young <1447339+nathanyoung@users.noreply.github.com>

* build(deps): bump express from 4.18.2 to 4.19.2 (#884)

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.18.2...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nathan Young <1447339+nathanyoung@users.noreply.github.com>

* build(deps): bump es5-ext from 0.10.53 to 0.10.63 (#872)

Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.53 to 0.10.63.
- [Release notes](https://github.com/medikoo/es5-ext/releases)
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
- [Commits](medikoo/es5-ext@v0.10.53...v0.10.63)

---
updated-dependencies:
- dependency-name: es5-ext
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): 1.0.0-beta.17 [skip ci]

# [1.0.0-beta.17](v1.0.0-beta.16...v1.0.0-beta.17) (2024-04-12)

* bump(deps): package bumps (#890)

* bump(deps): dependency updates

* update chromatic

* Update yarn.lock

* babel

* Update yarn.lock

* chore(release): 1.0.0-beta.18 [skip ci]

# [1.0.0-beta.18](v1.0.0-beta.17...v1.0.0-beta.18) (2024-04-30)

### Features

* update drop shadows  ([#885](#885)) ([7aae6b1](7aae6b1))

* Update package.json

* palmetto-design-tokens 0.79.2

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

BREAKING CHANGE: New Buttons
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant