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

Bump @babel/traverse from 7.17.3 to 7.23.2 in /examples/Spar/Server/ClientApp #2298

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2023

Bumps @babel/traverse from 7.17.3 to 7.23.2.

Release notes

Sourced from @​babel/traverse's releases.

v7.23.2 (2023-10-11)

NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release commit.

Thanks @​jimmydief for your first PR!

🐛 Bug Fix

  • babel-traverse
  • babel-preset-typescript
  • babel-helpers
    • #16017 Fix: fallback to typeof when toString is applied to incompatible object (@​JLHwung)
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 5

v7.23.1 (2023-09-25)

Re-publishing @babel/helpers due to a publishing error in 7.23.0.

v7.23.0 (2023-09-25)

Thanks @​lorenzoferre and @​RajShukla1 for your first PRs!

🚀 New Feature

  • babel-plugin-proposal-import-wasm-source, babel-plugin-syntax-import-source, babel-plugin-transform-dynamic-import
  • babel-helper-module-transforms, babel-helpers, babel-plugin-proposal-import-defer, babel-plugin-syntax-import-defer, babel-plugin-transform-modules-commonjs, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone
  • babel-generator, babel-parser, babel-types
  • babel-generator, babel-helper-module-transforms, babel-parser, babel-plugin-transform-dynamic-import, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-traverse, babel-types
  • babel-standalone
  • babel-helper-function-name, babel-helper-member-expression-to-functions, babel-helpers, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-optional-chaining-assign, babel-plugin-syntax-optional-chaining-assign, babel-plugin-transform-destructuring, babel-plugin-transform-optional-chaining, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone, babel-types
  • babel-helpers, babel-plugin-proposal-decorators
  • babel-traverse, babel-types
  • babel-preset-typescript

... (truncated)

Changelog

Sourced from @​babel/traverse's changelog.

v7.23.2 (2023-10-11)

🐛 Bug Fix

  • babel-traverse
  • babel-preset-typescript
  • babel-helpers
    • #16017 Fix: fallback to typeof when toString is applied to incompatible object (@​JLHwung)
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

v7.23.0 (2023-09-25)

🚀 New Feature

  • babel-plugin-proposal-import-wasm-source, babel-plugin-syntax-import-source, babel-plugin-transform-dynamic-import
  • babel-helper-module-transforms, babel-helpers, babel-plugin-proposal-import-defer, babel-plugin-syntax-import-defer, babel-plugin-transform-modules-commonjs, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone
  • babel-generator, babel-parser, babel-types
  • babel-generator, babel-helper-module-transforms, babel-parser, babel-plugin-transform-dynamic-import, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-traverse, babel-types
  • babel-standalone
  • babel-helper-function-name, babel-helper-member-expression-to-functions, babel-helpers, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-optional-chaining-assign, babel-plugin-syntax-optional-chaining-assign, babel-plugin-transform-destructuring, babel-plugin-transform-optional-chaining, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone, babel-types
  • babel-helpers, babel-plugin-proposal-decorators
  • babel-traverse, babel-types
  • babel-preset-typescript
  • babel-parser

🐛 Bug Fix

  • babel-plugin-transform-block-scoping

💅 Polish

  • babel-traverse
  • babel-plugin-proposal-explicit-resource-management

🔬 Output optimization

  • babel-core, babel-helper-module-transforms, babel-plugin-transform-async-to-generator, babel-plugin-transform-classes, babel-plugin-transform-dynamic-import, babel-plugin-transform-function-name, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd, babel-plugin-transform-parameters, babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-inline-elements, babel-plugin-transform-runtime, babel-plugin-transform-typescript, babel-preset-env

v7.22.20 (2023-09-16)

... (truncated)

Commits

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 [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.17.3 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

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 Oct 17, 2023
@JamesNK JamesNK merged commit 3c4abba into master Oct 18, 2023
3 checks passed
@JamesNK JamesNK deleted the dependabot/npm_and_yarn/examples/Spar/Server/ClientApp/babel/traverse-7.23.2 branch October 18, 2023 00:26
oguzhand95 added a commit to cerbos/cerbos-sdk-net that referenced this pull request Dec 7, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Google.Protobuf](https://togithub.com/protocolbuffers/protobuf) |
`3.25.0` -> `3.25.1` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Google.Protobuf/3.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Google.Protobuf/3.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Google.Protobuf/3.25.0/3.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Google.Protobuf/3.25.0/3.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [Grpc.Net.Client](https://togithub.com/grpc/grpc-dotnet) | `2.58.0` ->
`2.59.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Grpc.Net.Client/2.59.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Grpc.Net.Client/2.59.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Grpc.Net.Client/2.58.0/2.59.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Grpc.Net.Client/2.58.0/2.59.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) |
`17.7.2` -> `17.8.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.7.2/17.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.7.2/17.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [NUnit.Analyzers](https://togithub.com/nunit/nunit.analyzers) |
`3.9.0` -> `3.10.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/NUnit.Analyzers/3.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/NUnit.Analyzers/3.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/NUnit.Analyzers/3.9.0/3.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/NUnit.Analyzers/3.9.0/3.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [Testcontainers](https://dotnet.testcontainers.org/)
([source](https://togithub.com/testcontainers/testcontainers-dotnet)) |
`3.5.0` -> `3.6.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Testcontainers/3.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Testcontainers/3.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Testcontainers/3.5.0/3.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Testcontainers/3.5.0/3.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [cake.tool](https://cakebuild.net/)
([source](https://togithub.com/cake-build/cake)) | `3.1.0` -> `3.2.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/cake.tool/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/cake.tool/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/cake.tool/3.1.0/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/cake.tool/3.1.0/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>protocolbuffers/protobuf (Google.Protobuf)</summary>

###
[`v3.25.1`](https://togithub.com/protocolbuffers/protobuf/compare/v3.25.0...v3.25.1)

</details>

<details>
<summary>grpc/grpc-dotnet (Grpc.Net.Client)</summary>

###
[`v2.59.0`](https://togithub.com/grpc/grpc-dotnet/releases/tag/v2.59.0)

##### What's Changed

- Fix HttpContext race condition by copying values to reader and writer
by [@&#8203;JamesNK](https://togithub.com/JamesNK) in
[grpc/grpc-dotnet#2294
- Bump [@&#8203;babel/traverse](https://togithub.com/babel/traverse)
from 7.17.3 to 7.23.2 in /examples/Spar/Server/ClientApp by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[grpc/grpc-dotnet#2298
- Update grpc tools to 2.59 by
[@&#8203;apolcyn](https://togithub.com/apolcyn) in
[grpc/grpc-dotnet#2303

**Full Changelog**:
grpc/grpc-dotnet@v2.58.0...v2.59.0

</details>

<details>
<summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary>

###
[`v17.8.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.8.0)

#### What's Changed

**Full Changelog**:
microsoft/vstest@v17.7.2...v17.8.0

</details>

<details>
<summary>nunit/nunit.analyzers (NUnit.Analyzers)</summary>

###
[`v3.10.0`](https://togithub.com/nunit/nunit.analyzers/releases/tag/3.10.0):
NUnit Analyzers 3.10 (and 2.10)

[Compare
Source](https://togithub.com/nunit/nunit.analyzers/compare/3.9.0...3.10.0)

NUnit Analyzers 3.10 (and 2.10) - November 27, 2023

This release adds a couple of improvements to the analyzers:

- Check that users don't accidentally specify CallerArgumentExpression
parameters
- Relax analyzers for added support for IAsyncEnumerable on \*Source
attributes

These improvements extend the functionality in the beta that added
support for NUnit 4 and
for migrating to NUnit 4. Especially, the handling of the movement of
classic asserts into a new namespace
NUnit.Framework.Legacy and of the improved assert result messages - for
more information see
https://docs.nunit.org/articles/nunit/Towards-NUnit4.html. The analyzers
can help updating the
classic assert and fix the assert messages.

The release contains contributions from the following users (in
alphabetical order):

-   [@&#8203;manfred-brands](https://togithub.com/manfred-brands)
-   [@&#8203;mikkelbu](https://togithub.com/mikkelbu)
-   [@&#8203;stevenaw](https://togithub.com/stevenaw)

Issues Resolved

Features and Enhancements

- [#&#8203;639](https://togithub.com/nunit/nunit.analyzers/issues/639)
Rule to check users don't accidentally specify CallerArgumentExpression
parameters
- [#&#8203;634](https://togithub.com/nunit/nunit.analyzers/issues/634)
Relax analyzers for added support for IAsyncEnumerable on \*Source
attributes

Tooling, Process, and Documentation

- [#&#8203;648](https://togithub.com/nunit/nunit.analyzers/issues/648)
chore: Skip branch builds on PRs
- [#&#8203;644](https://togithub.com/nunit/nunit.analyzers/issues/644)
chore: Update release notes for 3.10 beta
- [#&#8203;429](https://togithub.com/nunit/nunit.analyzers/issues/429)
Drop the VSIX project

</details>

<details>
<summary>testcontainers/testcontainers-dotnet (Testcontainers)</summary>

###
[`v3.6.0`](https://togithub.com/testcontainers/testcontainers-dotnet/releases/tag/3.6.0)

[Compare
Source](https://togithub.com/testcontainers/testcontainers-dotnet/compare/3.5.0...3.6.0)

A heartfelt thank you to each contributor. Your contributions, whether
through sharing ideas for improvements, identifying issues, submitting
pull requests, or writing articles, are immensely appreciated and help
me a lot. THANK YOU for your support.

### What's Changed

#### ⚠️ Breaking Changes

The members of the container and image builder, `WithImagePullPolicy`
and `WithImageBuildPolicy`, previously received a callback argument of
type `ImagesListResponse`. We've now updated these callbacks, and they
will receive an argument of type `ImageInspectResponse`. This change was
implemented to offer more detailed information regarding the actual
cached image.

- feat: Use Docker's inspect API to get resource information
([#&#8203;1018](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1018))
[@&#8203;HofmeisterAn](https://togithub.com/HofmeisterAn)

#### 🚀 Features

- feat: Extend the "wait until file exists" API to distinguish between
the test host and container filesystem
([#&#8203;1009](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1009))
[@&#8203;maaex](https://togithub.com/maaex)
- chore: Do not pre-pull cached images
([#&#8203;1032](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1032))
[@&#8203;HofmeisterAn](https://togithub.com/HofmeisterAn)
- feat: Add Consul module
([#&#8203;1028](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1028))
[@&#8203;witskeeper](https://togithub.com/witskeeper)
- feat: Add Google Cloud Storage API (fake-gcs-server) module
([#&#8203;1023](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1023))
[@&#8203;KSemenenko](https://togithub.com/KSemenenko)
- feat: Add PubSub module
([#&#8203;1005](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1005))
[@&#8203;dejandjenic](https://togithub.com/dejandjenic)
- feat: Share common interface (IDatabaseContainer) for ADO.NET
compatible containers
([#&#8203;920](https://togithub.com/testcontainers/testcontainers-dotnet/issues/920))
[@&#8203;0xced](https://togithub.com/0xced)
- feat: Use Docker's inspect API to get resource information
([#&#8203;1018](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1018))
[@&#8203;HofmeisterAn](https://togithub.com/HofmeisterAn)
- feat: Ignore FROM args when pre-pulling images
([#&#8203;1016](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1016))
[@&#8203;HofmeisterAn](https://togithub.com/HofmeisterAn)
- feat: Add NATS module
([#&#8203;1003](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1003))
[@&#8203;niklasfp](https://togithub.com/niklasfp)
- feat: Add Firestore module
([#&#8203;988](https://togithub.com/testcontainers/testcontainers-dotnet/issues/988))
[@&#8203;dejandjenic](https://togithub.com/dejandjenic)

#### 🐛 Bug Fixes

- fix: Retain the internal Couchbase builder configuration if the user
overrides the default configuration
([#&#8203;1040](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1040))
[@&#8203;HofmeisterAn](https://togithub.com/HofmeisterAn)
- fix: Prevent invalid negative timestamps getting container logs
([#&#8203;1038](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1038))
[@&#8203;mausch](https://togithub.com/mausch)

#### 📖 Documentation

- docs: Add Neo4j example
([#&#8203;1013](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1013))
[@&#8203;khalidabuhakmeh](https://togithub.com/khalidabuhakmeh)
- docs: Add MongoDB example
([#&#8203;1012](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1012))
[@&#8203;khalidabuhakmeh](https://togithub.com/khalidabuhakmeh)
- docs: Add Elasticsearch example
([#&#8203;1010](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1010))
[@&#8203;khalidabuhakmeh](https://togithub.com/khalidabuhakmeh)
- docs: Add Microsoft SQL Server example
([#&#8203;1008](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1008))
[@&#8203;khalidabuhakmeh](https://togithub.com/khalidabuhakmeh)
- docs: Add Flyway example
([#&#8203;1002](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1002))
[@&#8203;HofmeisterAn](https://togithub.com/HofmeisterAn)

#### 🧹 Housekeeping

- refactor: Cache Docker image full and host name
([#&#8203;1043](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1043))
[@&#8203;HofmeisterAn](https://togithub.com/HofmeisterAn)
- chore: Remove unnecessary internal APIs
([#&#8203;1020](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1020))
[@&#8203;HofmeisterAn](https://togithub.com/HofmeisterAn)
- chore: Update SSH.NET to version 2023.0.0
([#&#8203;1019](https://togithub.com/testcontainers/testcontainers-dotnet/issues/1019))
[@&#8203;WojciechNagorski](https://togithub.com/WojciechNagorski)

</details>

<details>
<summary>cake-build/cake (cake.tool)</summary>

###
[`v3.2.0`](https://togithub.com/cake-build/cake/blob/HEAD/ReleaseNotes.md#New-in-320-Released-20231110)

- 4225 Add DotNetRemovePackage alias for dotnet remove package command.
-   4187 Add DotNetAddPackage alias for dotnet add package command.
-   4221 Add Azure Pipelines group logging commands.
-   4219 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.7.0.
-   4217 Update NuGet.\* to 6.7.0.
-   4215 Update Autofac to 7.1.0.
-   4157 Upgrading to spectre.console 0.47.0 breaks the cake build.
-   4144 DotNetMSBuildSettings is missing NodeReuse.
-   3996 Error: Bad IL format with Cake MacOSX (2.3.0 - 3.1.0).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
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](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/cerbos/cerbos-sdk-net).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Oğuzhan Durgun <oguzhandurgun95@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Oğuzhan Durgun <oguzhandurgun95@gmail.com>
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