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 moment-timezone from 0.5.34 to 0.5.37 #2361

Merged
merged 1 commit into from
Sep 15, 2022

Conversation

ashwin-pc
Copy link
Member

@ashwin-pc ashwin-pc commented Sep 14, 2022

Signed-off-by: Ashwin Pc ashwinpc@amazon.com

Description

Updates moment-timezone
dependabot PR: #2229

Issues Resolved

#2262
#2263

Check List

  • New functionality includes testing.
    • All tests pass
      • yarn test:jest
      • yarn test:jest_integration
      • yarn test:ftr
  • New functionality has been documented.
  • Commits are signed per the DCO using --signoff

Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
@ashwin-pc ashwin-pc requested a review from a team as a code owner September 14, 2022 23:53
@ashwin-pc ashwin-pc changed the title updates moment-timezone Bump moment-timezone from 0.5.34 to 0.5.35 Sep 14, 2022
@ashwin-pc ashwin-pc changed the title Bump moment-timezone from 0.5.34 to 0.5.35 Bump moment-timezone from 0.5.34 to 0.5.37 Sep 14, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #2361 (c2f698f) into main (bebbcca) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2361   +/-   ##
=======================================
  Coverage   66.55%   66.55%           
=======================================
  Files        3170     3170           
  Lines       60318    60318           
  Branches     9181     9181           
=======================================
+ Hits        40142    40144    +2     
+ Misses      17983    17981    -2     
  Partials     2193     2193           
Impacted Files Coverage Δ
...ic/application/models/sense_editor/sense_editor.ts 64.00% <0.00%> (-0.89%) ⬇️
packages/osd-optimizer/src/node/cache.ts 52.77% <0.00%> (+2.77%) ⬆️
...s/osd-optimizer/src/node/node_auto_tranpilation.ts 87.75% <0.00%> (+4.08%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Member

@kavilla kavilla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome. Thanks!

@kavilla kavilla merged commit 77b6068 into opensearch-project:main Sep 15, 2022
@opensearch-trigger-bot
Copy link
Contributor

The backport to 1.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.x 1.x
# Navigate to the new working tree
cd .worktrees/backport-1.x
# Create a new branch
git switch --create backport/backport-2361-to-1.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 77b6068f1206af5682affaa2e977540c69a330f2
# Push it to GitHub
git push --set-upstream origin backport/backport-2361-to-1.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.x

Then, create a pull request where the base branch is 1.x and the compare/head branch is backport/backport-2361-to-1.x.

@opensearch-trigger-bot
Copy link
Contributor

The backport to 1.3 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.3 1.3
# Navigate to the new working tree
cd .worktrees/backport-1.3
# Create a new branch
git switch --create backport/backport-2361-to-1.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 77b6068f1206af5682affaa2e977540c69a330f2
# Push it to GitHub
git push --set-upstream origin backport/backport-2361-to-1.3
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.3

Then, create a pull request where the base branch is 1.3 and the compare/head branch is backport/backport-2361-to-1.3.

@opensearch-trigger-bot
Copy link
Contributor

The backport to 1.2 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.2 1.2
# Navigate to the new working tree
cd .worktrees/backport-1.2
# Create a new branch
git switch --create backport/backport-2361-to-1.2
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 77b6068f1206af5682affaa2e977540c69a330f2
# Push it to GitHub
git push --set-upstream origin backport/backport-2361-to-1.2
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.2

Then, create a pull request where the base branch is 1.2 and the compare/head branch is backport/backport-2361-to-1.2.

@opensearch-trigger-bot
Copy link
Contributor

The backport to 1.1 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.1 1.1
# Navigate to the new working tree
cd .worktrees/backport-1.1
# Create a new branch
git switch --create backport/backport-2361-to-1.1
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 77b6068f1206af5682affaa2e977540c69a330f2
# Push it to GitHub
git push --set-upstream origin backport/backport-2361-to-1.1
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.1

Then, create a pull request where the base branch is 1.1 and the compare/head branch is backport/backport-2361-to-1.1.

@opensearch-trigger-bot
Copy link
Contributor

The backport to 1.0 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.0 1.0
# Navigate to the new working tree
cd .worktrees/backport-1.0
# Create a new branch
git switch --create backport/backport-2361-to-1.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 77b6068f1206af5682affaa2e977540c69a330f2
# Push it to GitHub
git push --set-upstream origin backport/backport-2361-to-1.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.0

Then, create a pull request where the base branch is 1.0 and the compare/head branch is backport/backport-2361-to-1.0.

opensearch-trigger-bot bot pushed a commit that referenced this pull request Sep 15, 2022
### Description
Updates `moment-timezone`

Dependabot PR:
#2229

### Issues Resolved
#2262
#2263

Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
(cherry picked from commit 77b6068)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Sep 15, 2022
### Description
Updates `moment-timezone`

Dependabot PR:
#2229

### Issues Resolved
#2262
#2263

Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
(cherry picked from commit 77b6068)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Sep 15, 2022
### Description
Updates `moment-timezone`

Dependabot PR:
#2229

### Issues Resolved
#2262
#2263

Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
(cherry picked from commit 77b6068)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Sep 15, 2022
### Description
Updates `moment-timezone`

Dependabot PR:
#2229

### Issues Resolved
#2262
#2263

Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
(cherry picked from commit 77b6068)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Sep 15, 2022
### Description
Updates `moment-timezone`

Dependabot PR:
#2229

### Issues Resolved
#2262
#2263

Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
(cherry picked from commit 77b6068)
kavilla pushed a commit that referenced this pull request Sep 15, 2022
### Description
Updates `moment-timezone`

Dependabot PR:
#2229

### Issues Resolved
#2262
#2263

Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
(cherry picked from commit 77b6068)

Co-authored-by: Ashwin P Chandran <ashwinpc@amazon.com>
ashwin-pc added a commit that referenced this pull request Sep 15, 2022
### Description
Updates `moment-timezone`

Dependabot PR:
#2229

### Issues Resolved
#2262
#2263

Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
(cherry picked from commit 77b6068)

Co-authored-by: Ashwin P Chandran <ashwinpc@amazon.com>
joshuarrrr pushed a commit that referenced this pull request Sep 16, 2022
### Description
Updates `moment-timezone`

Dependabot PR:
#2229

### Issues Resolved
#2262
#2263

Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
(cherry picked from commit 77b6068)

Co-authored-by: Ashwin P Chandran <ashwinpc@amazon.com>
Co-authored-by: Kawika Avilla <kavilla414@gmail.com>
ananzh pushed a commit that referenced this pull request Sep 16, 2022
### Description
Updates `moment-timezone`

Dependabot PR:
#2229

### Issues Resolved
#2262
#2263

Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
(cherry picked from commit 77b6068)

Co-authored-by: Ashwin P Chandran <ashwinpc@amazon.com>
joshuarrrr pushed a commit that referenced this pull request Sep 20, 2022
### Description
Updates `moment-timezone`

Dependabot PR:
#2229

### Issues Resolved
#2262
#2263

Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
(cherry picked from commit 77b6068)

Co-authored-by: Ashwin P Chandran <ashwinpc@amazon.com>
Co-authored-by: Kawika Avilla <kavilla414@gmail.com>
joshuarrrr pushed a commit to joshuarrrr/OpenSearch-Dashboards that referenced this pull request Sep 30, 2022
Updates `moment-timezone`

Dependabot PR:
opensearch-project#2229

opensearch-project#2262
opensearch-project#2263

Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
(cherry picked from commit 77b6068)
joshuarrrr pushed a commit to joshuarrrr/OpenSearch-Dashboards that referenced this pull request Sep 30, 2022
Updates `moment-timezone`

Dependabot PR:
opensearch-project#2229

opensearch-project#2262
opensearch-project#2263

Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
(cherry picked from commit 77b6068)
joshuarrrr added a commit that referenced this pull request Sep 30, 2022
Updates `moment-timezone`

Dependabot PR:
#2229

#2262
#2263

Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
(cherry picked from commit 77b6068)

Co-authored-by: Ashwin P Chandran <ashwinpc@amazon.com>
kavilla pushed a commit that referenced this pull request Oct 2, 2022
Updates `moment-timezone`

Dependabot PR:
#2229

#2262
#2263

Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
(cherry picked from commit 77b6068)
pjfitzgibbons pushed a commit to pjfitzgibbons/OpenSearch-Dashboards that referenced this pull request Oct 24, 2022
…pensearch-project#2366)

### Description
Updates `moment-timezone`

Dependabot PR:
opensearch-project#2229

### Issues Resolved
opensearch-project#2262
opensearch-project#2263

Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
(cherry picked from commit 77b6068)

Co-authored-by: Ashwin P Chandran <ashwinpc@amazon.com>
Co-authored-by: Kawika Avilla <kavilla414@gmail.com>
@AMoo-Miki AMoo-Miki added the v2.4.0 'Issues and PRs related to version v2.4.0' label Nov 5, 2022
sipopo pushed a commit to sipopo/OpenSearch-Dashboards that referenced this pull request Dec 16, 2022
### Description
Updates `moment-timezone`

Dependabot PR:
opensearch-project#2229

### Issues Resolved
opensearch-project#2262
opensearch-project#2263

Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
Signed-off-by: Sergey V. Osipov <sipopo@yandex.ru>
@ananzh ananzh added the v1.3.6 label Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.3 backport 2.x cve Security vulnerabilities detected by Dependabot or Mend v1.3.6 v2.4.0 'Issues and PRs related to version v2.4.0'
Projects
None yet
6 participants