Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

build(deps): bump react and react-dom #92

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2021

Bumps react and react-dom. These dependencies needed to be updated together.
Updates react from 16.14.0 to 17.0.1

Release notes

Sourced from react's releases.

17.0.0 (October 20, 2020)

Today, we are releasing React 17!

Learn more about React 17 and how to update to it on the official React blog.

React

React DOM

  • Delegate events to roots instead of document. (@trueadm in #18195 and others)
  • Clean up all effects before running any next effects. (@bvaughn in #17947)
  • Run useEffect cleanup functions asynchronously. (@bvaughn in #17925)
  • Use browser focusin and focusout for onFocus and onBlur. (@trueadm in #19186)
  • Make all Capture events use the browser capture phase. (@trueadm in #19221)
  • Don't emulate bubbling of the onScroll event. (@gaearon in #19464)
  • Throw if forwardRef or memo component returns undefined. (@gaearon in #19550)
  • Remove event pooling. (@trueadm in #18969)
  • Stop exposing internals that won’t be needed by React Native Web. (@necolas in #18483)
  • Attach all known event listeners when the root mounts. (@gaearon in #19659)
  • Disable console in the second render pass of DEV mode double render. (@sebmarkbage in #18547)
  • Deprecate the undocumented and misleading ReactTestUtils.SimulateNative API. (@gaearon in #13407)
  • Rename private field names used in the internals. (@gaearon in #18377)
  • Don't call User Timing API in development. (@gaearon in #18417)
  • Disable console during the repeated render in Strict Mode. (@sebmarkbage in #18547)
  • In Strict Mode, double-render components without Hooks too. (@eps1lon in #18430)
  • Allow calling ReactDOM.flushSync during lifecycle methods (but warn). (@sebmarkbage in #18759)
  • Add the code property to the keyboard event objects. (@bl00mber in #18287)
  • Add the disableRemotePlayback property for video elements. (@tombrowndev in #18619)
  • Add the enterKeyHint property for input elements. (@eps1lon in #18634)
  • Warn when no value is provided to <Context.Provider>. (@charlie1404 in #19054)
  • Warn when memo or forwardRef components return undefined. (@bvaughn in #19550)
  • Improve the error message for invalid updates. (@JoviDeCroock in #18316)
  • Exclude forwardRef and memo from stack frames. (@sebmarkbage in #18559)
  • Improve the error message when switching between controlled and uncontrolled inputs. (@vcarl in #17070)
  • Keep onTouchStart, onTouchMove, and onWheel passive. (@gaearon in #19654)
  • Fix setState hanging in development inside a closed iframe. (@gaearon in #19220)
  • Fix rendering bailout for lazy components with defaultProps. (@jddxf in #18539)
  • Fix a false positive warning when dangerouslySetInnerHTML is undefined. (@eps1lon in #18676)
  • Fix Test Utils with non-standard require implementation. (@just-boris in #18632)
  • Fix onBeforeInput reporting an incorrect event.type. (@eps1lon in #19561)
  • Fix event.relatedTarget reported as undefined in Firefox. (@claytercek in #19607)
  • Fix "unspecified error" in IE11. (@hemakshis in #19664)
  • Fix rendering into a shadow root. (@Jack-Works in #15894)
  • Fix movementX/Y polyfill with capture events. (@gaearon in #19672)

... (truncated)

Changelog

Sourced from react's changelog.

17.0.1 (October 22, 2020)

React DOM

17.0.0 (October 20, 2020)

Today, we are releasing React 17!

Learn more about React 17 and how to update to it on the official React blog.

React

React DOM

  • Delegate events to roots instead of document. (@trueadm in #18195 and others)
  • Clean up all effects before running any next effects. (@bvaughn in #17947)
  • Run useEffect cleanup functions asynchronously. (@bvaughn in #17925)
  • Use browser focusin and focusout for onFocus and onBlur. (@trueadm in #19186)
  • Make all Capture events use the browser capture phase. (@trueadm in #19221)
  • Don't emulate bubbling of the onScroll event. (@gaearon in #19464)
  • Throw if forwardRef or memo component returns undefined. (@gaearon in #19550)
  • Remove event pooling. (@trueadm in #18969)
  • Stop exposing internals that won’t be needed by React Native Web. (@necolas in #18483)
  • Attach all known event listeners when the root mounts. (@gaearon in #19659)
  • Disable console in the second render pass of DEV mode double render. (@sebmarkbage in #18547)
  • Deprecate the undocumented and misleading ReactTestUtils.SimulateNative API. (@gaearon in #13407)
  • Rename private field names used in the internals. (@gaearon in #18377)
  • Don't call User Timing API in development. (@gaearon in #18417)
  • Disable console during the repeated render in Strict Mode. (@sebmarkbage in #18547)
  • In Strict Mode, double-render components without Hooks too. (@eps1lon in #18430)
  • Allow calling ReactDOM.flushSync during lifecycle methods (but warn). (@sebmarkbage in #18759)
  • Add the code property to the keyboard event objects. (@bl00mber in #18287)
  • Add the disableRemotePlayback property for video elements. (@tombrowndev in #18619)
  • Add the enterKeyHint property for input elements. (@eps1lon in #18634)
  • Warn when no value is provided to <Context.Provider>. (@charlie1404 in #19054)
  • Warn when memo or forwardRef components return undefined. (@bvaughn in #19550)
  • Improve the error message for invalid updates. (@JoviDeCroock in #18316)
  • Exclude forwardRef and memo from stack frames. (@sebmarkbage in #18559)
  • Improve the error message when switching between controlled and uncontrolled inputs. (@vcarl in #17070)
  • Keep onTouchStart, onTouchMove, and onWheel passive. (@gaearon in #19654)
  • Fix setState hanging in development inside a closed iframe. (@gaearon in #19220)
  • Fix rendering bailout for lazy components with defaultProps. (@jddxf in #18539)

... (truncated)

Commits

Updates react-dom from 16.14.0 to 17.0.1

Release notes

Sourced from react-dom's releases.

17.0.0 (October 20, 2020)

Today, we are releasing React 17!

Learn more about React 17 and how to update to it on the official React blog.

React

React DOM

  • Delegate events to roots instead of document. (@trueadm in #18195 and others)
  • Clean up all effects before running any next effects. (@bvaughn in #17947)
  • Run useEffect cleanup functions asynchronously. (@bvaughn in #17925)
  • Use browser focusin and focusout for onFocus and onBlur. (@trueadm in #19186)
  • Make all Capture events use the browser capture phase. (@trueadm in #19221)
  • Don't emulate bubbling of the onScroll event. (@gaearon in #19464)
  • Throw if forwardRef or memo component returns undefined. (@gaearon in #19550)
  • Remove event pooling. (@trueadm in #18969)
  • Stop exposing internals that won’t be needed by React Native Web. (@necolas in #18483)
  • Attach all known event listeners when the root mounts. (@gaearon in #19659)
  • Disable console in the second render pass of DEV mode double render. (@sebmarkbage in #18547)
  • Deprecate the undocumented and misleading ReactTestUtils.SimulateNative API. (@gaearon in #13407)
  • Rename private field names used in the internals. (@gaearon in #18377)
  • Don't call User Timing API in development. (@gaearon in #18417)
  • Disable console during the repeated render in Strict Mode. (@sebmarkbage in #18547)
  • In Strict Mode, double-render components without Hooks too. (@eps1lon in #18430)
  • Allow calling ReactDOM.flushSync during lifecycle methods (but warn). (@sebmarkbage in #18759)
  • Add the code property to the keyboard event objects. (@bl00mber in #18287)
  • Add the disableRemotePlayback property for video elements. (@tombrowndev in #18619)
  • Add the enterKeyHint property for input elements. (@eps1lon in #18634)
  • Warn when no value is provided to <Context.Provider>. (@charlie1404 in #19054)
  • Warn when memo or forwardRef components return undefined. (@bvaughn in #19550)
  • Improve the error message for invalid updates. (@JoviDeCroock in #18316)
  • Exclude forwardRef and memo from stack frames. (@sebmarkbage in #18559)
  • Improve the error message when switching between controlled and uncontrolled inputs. (@vcarl in #17070)
  • Keep onTouchStart, onTouchMove, and onWheel passive. (@gaearon in #19654)
  • Fix setState hanging in development inside a closed iframe. (@gaearon in #19220)
  • Fix rendering bailout for lazy components with defaultProps. (@jddxf in #18539)
  • Fix a false positive warning when dangerouslySetInnerHTML is undefined. (@eps1lon in #18676)
  • Fix Test Utils with non-standard require implementation. (@just-boris in #18632)
  • Fix onBeforeInput reporting an incorrect event.type. (@eps1lon in #19561)
  • Fix event.relatedTarget reported as undefined in Firefox. (@claytercek in #19607)
  • Fix "unspecified error" in IE11. (@hemakshis in #19664)
  • Fix rendering into a shadow root. (@Jack-Works in #15894)
  • Fix movementX/Y polyfill with capture events. (@gaearon in #19672)

... (truncated)

Changelog

Sourced from react-dom's changelog.

17.0.1 (October 22, 2020)

React DOM

17.0.0 (October 20, 2020)

Today, we are releasing React 17!

Learn more about React 17 and how to update to it on the official React blog.

React

React DOM

  • Delegate events to roots instead of document. (@trueadm in #18195 and others)
  • Clean up all effects before running any next effects. (@bvaughn in #17947)
  • Run useEffect cleanup functions asynchronously. (@bvaughn in #17925)
  • Use browser focusin and focusout for onFocus and onBlur. (@trueadm in #19186)
  • Make all Capture events use the browser capture phase. (@trueadm in #19221)
  • Don't emulate bubbling of the onScroll event. (@gaearon in #19464)
  • Throw if forwardRef or memo component returns undefined. (@gaearon in #19550)
  • Remove event pooling. (@trueadm in #18969)
  • Stop exposing internals that won’t be needed by React Native Web. (@necolas in #18483)
  • Attach all known event listeners when the root mounts. (@gaearon in #19659)
  • Disable console in the second render pass of DEV mode double render. (@sebmarkbage in #18547)
  • Deprecate the undocumented and misleading ReactTestUtils.SimulateNative API. (@gaearon in #13407)
  • Rename private field names used in the internals. (@gaearon in #18377)
  • Don't call User Timing API in development. (@gaearon in #18417)
  • Disable console during the repeated render in Strict Mode. (@sebmarkbage in #18547)
  • In Strict Mode, double-render components without Hooks too. (@eps1lon in #18430)
  • Allow calling ReactDOM.flushSync during lifecycle methods (but warn). (@sebmarkbage in #18759)
  • Add the code property to the keyboard event objects. (@bl00mber in #18287)
  • Add the disableRemotePlayback property for video elements. (@tombrowndev in #18619)
  • Add the enterKeyHint property for input elements. (@eps1lon in #18634)
  • Warn when no value is provided to <Context.Provider>. (@charlie1404 in #19054)
  • Warn when memo or forwardRef components return undefined. (@bvaughn in #19550)
  • Improve the error message for invalid updates. (@JoviDeCroock in #18316)
  • Exclude forwardRef and memo from stack frames. (@sebmarkbage in #18559)
  • Improve the error message when switching between controlled and uncontrolled inputs. (@vcarl in #17070)
  • Keep onTouchStart, onTouchMove, and onWheel passive. (@gaearon in #19654)
  • Fix setState hanging in development inside a closed iframe. (@gaearon in #19220)
  • Fix rendering bailout for lazy components with defaultProps. (@jddxf in #18539)

... (truncated)

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 26, 2021
@nx-cloud
Copy link

nx-cloud bot commented Jan 26, 2021

Nx Cloud Report

CI ran the following commands for commit 416a0cb. Click to see the status, the terminal output, and the build insights.

Status Command Start Time
#000000 nx affected:e2e --scan --base=origin/master 2/2/2021, 10:26:23 AM
#000000 nx affected:lint --scan --base=origin/master 2/2/2021, 10:19:01 AM
#000000 nx affected:test --scan --base=origin/master --codeCoverage --coverageReporters=clover,lcovonly,json 2/2/2021, 10:21:23 AM
#000000 nx run-many --all --target=build --scan 2/2/2021, 10:21:04 AM
#000000 nx run-many --all --target=db-migrate --scan 2/2/2021, 10:21:18 AM

Sent with 💌 from NxCloud.

@github-actions
Copy link

Steps Status
🖌 Terraform Format and Style success
⚙️ Terraform Initialization success
📖 Terraform Plan success
Show Plan
Running plan in the remote backend. Output will stream here. Pressing Ctrl-C
will stop streaming the logs, but will not stop the plan running remotely.

Preparing the remote plan...

To view this run in a browser, visit:
https://app.terraform.io/app/jujulego/lucifer/runs/run-aQpKfmgoCMSx5xJq

Waiting for the plan to start...

Terraform v0.14.2
Configuring remote state backend...
Initializing Terraform configuration...
heroku_app.lucifer-front: Refreshing state... [id=lucifer-front]
auth0_tenant.tenant: Refreshing state... [id=terraform-20210111160931456900000001]
auth0_client.lucifer-e2e: Refreshing state... [id=dUh0kiXDOKfxJ7nZMD6JOT1harx6SanO]
auth0_user.e2e: Refreshing state... [id=auth0|5ffc657caa275600713a3d71]
auth0_client.lucifer-api: Refreshing state... [id=dpD3arJJNBkxfNcrAyLPKf3Zc7oMmIdX]
auth0_rule.rule["rules/add-roles.js"]: Refreshing state... [id=rul_SaMOe2u6n8Q6LbLu]
auth0_resource_server.lucifer-api: Refreshing state... [id=5ffc3c5e22e2810047959e9b]
auth0_client.lucifer-front: Refreshing state... [id=NNVhJ2cSgHhoRfN9eREEN5fnfjdUkK3m]
auth0_role.reader: Refreshing state... [id=rol_9vz5qKZ85Xw26IYe]
auth0_role.admin: Refreshing state... [id=rol_Fmu7HTQuUbki7mb7]
heroku_app.lucifer-api: Refreshing state... [id=lucifer-api]
auth0_client_grant.lucifer-api--management-api: Refreshing state... [id=cgr_Bg7bRl1hVetfaReY]
heroku_addon.lucifer-api: Refreshing state... [id=0c918ee6-34ee-4553-a50f-41a588fa7967]

No changes. Infrastructure is up-to-date.

This means that Terraform did not detect any differences between your
configuration and real physical resources that exist. As a result, no
actions need to be performed.

Pusher: @dependabot[bot], Action: pull_request

@codecov
Copy link

codecov bot commented Jan 26, 2021

Codecov Report

Merging #92 (b96f1e2) into master (d99405e) will decrease coverage by 17.21%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #92       +/-   ##
===========================================
- Coverage   88.55%   71.33%   -17.22%     
===========================================
  Files          57      108       +51     
  Lines         821     1556      +735     
  Branches      127      341      +214     
===========================================
+ Hits          727     1110      +383     
- Misses         94      444      +350     
- Partials        0        2        +2     
Flag Coverage Δ
e2e 47.03% <ø> (?)
unit 88.55% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
libs/react/basics/src/lib/CopyFab.tsx 80.95% <0.00%> (-19.05%) ⬇️
libs/react/fields/src/lib/ChipSelect.tsx 91.66% <0.00%> (-8.34%) ⬇️
libs/react/fields/src/lib/EditPasswordField.tsx 95.65% <0.00%> (-4.35%) ⬇️
libs/react/basics/src/lib/CopyButton.tsx 100.00% <0.00%> (ø)
libs/react/basics/src/lib/ConfirmDialog.tsx 100.00% <0.00%> (ø)
libs/react/basics/src/lib/RefreshButton.tsx 100.00% <0.00%> (ø)
libs/react/basics/src/lib/ToolbarAction.tsx 100.00% <0.00%> (ø)
apps/lucifer-front/src/users/UserTable.tsx 16.66% <0.00%> (ø)
apps/lucifer-front/src/projects/ProjectsRouter.tsx 14.28% <0.00%> (ø)
libs/react/table/src/lib/TableRow.tsx 94.44% <0.00%> (ø)
... and 49 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d99405e...416a0cb. Read the comment docs.

@Jujulego Jujulego added this to To do in Lucifer Jan 26, 2021
@Jujulego Jujulego moved this from To do to In progress in Lucifer Jan 26, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-and-react-dom-17.0.1 branch from da300c7 to f206586 Compare January 26, 2021 22:24
@github-actions
Copy link

Steps Status
🖌 Terraform Format and Style success
⚙️ Terraform Initialization success
📖 Terraform Plan success
Show Plan
Running plan in the remote backend. Output will stream here. Pressing Ctrl-C
will stop streaming the logs, but will not stop the plan running remotely.

Preparing the remote plan...

To view this run in a browser, visit:
https://app.terraform.io/app/jujulego/lucifer/runs/run-zHGZbTwawddBZe6A

Waiting for the plan to start...

Terraform v0.14.2
Configuring remote state backend...
Initializing Terraform configuration...
heroku_app.lucifer-front: Refreshing state... [id=lucifer-front]
auth0_client.lucifer-e2e: Refreshing state... [id=dUh0kiXDOKfxJ7nZMD6JOT1harx6SanO]
auth0_user.e2e: Refreshing state... [id=auth0|5ffc657caa275600713a3d71]
auth0_rule.rule["rules/add-roles.js"]: Refreshing state... [id=rul_SaMOe2u6n8Q6LbLu]
auth0_client.lucifer-api: Refreshing state... [id=dpD3arJJNBkxfNcrAyLPKf3Zc7oMmIdX]
auth0_tenant.tenant: Refreshing state... [id=terraform-20210111160931456900000001]
auth0_resource_server.lucifer-api: Refreshing state... [id=5ffc3c5e22e2810047959e9b]
auth0_client.lucifer-front: Refreshing state... [id=NNVhJ2cSgHhoRfN9eREEN5fnfjdUkK3m]
auth0_role.reader: Refreshing state... [id=rol_9vz5qKZ85Xw26IYe]
auth0_role.admin: Refreshing state... [id=rol_Fmu7HTQuUbki7mb7]
heroku_app.lucifer-api: Refreshing state... [id=lucifer-api]
auth0_client_grant.lucifer-api--management-api: Refreshing state... [id=cgr_Bg7bRl1hVetfaReY]
heroku_addon.lucifer-api: Refreshing state... [id=0c918ee6-34ee-4553-a50f-41a588fa7967]

No changes. Infrastructure is up-to-date.

This means that Terraform did not detect any differences between your
configuration and real physical resources that exist. As a result, no
actions need to be performed.

Pusher: @dependabot[bot], Action: pull_request

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-and-react-dom-17.0.1 branch from f206586 to 7cbe7e9 Compare January 26, 2021 23:32
@github-actions
Copy link

Steps Status
🖌 Terraform Format and Style success
⚙️ Terraform Initialization success
📖 Terraform Plan success
Show Plan
Running plan in the remote backend. Output will stream here. Pressing Ctrl-C
will stop streaming the logs, but will not stop the plan running remotely.

Preparing the remote plan...

To view this run in a browser, visit:
https://app.terraform.io/app/jujulego/lucifer/runs/run-WKjL4ocAFWKGkde1

Waiting for the plan to start...

Terraform v0.14.2
Configuring remote state backend...
Initializing Terraform configuration...
auth0_user.e2e: Refreshing state... [id=auth0|5ffc657caa275600713a3d71]
heroku_app.lucifer-front: Refreshing state... [id=lucifer-front]
auth0_client.lucifer-api: Refreshing state... [id=dpD3arJJNBkxfNcrAyLPKf3Zc7oMmIdX]
auth0_rule.rule["rules/add-roles.js"]: Refreshing state... [id=rul_SaMOe2u6n8Q6LbLu]
auth0_client.lucifer-e2e: Refreshing state... [id=dUh0kiXDOKfxJ7nZMD6JOT1harx6SanO]
auth0_resource_server.lucifer-api: Refreshing state... [id=5ffc3c5e22e2810047959e9b]
auth0_tenant.tenant: Refreshing state... [id=terraform-20210111160931456900000001]
auth0_client.lucifer-front: Refreshing state... [id=NNVhJ2cSgHhoRfN9eREEN5fnfjdUkK3m]
auth0_client_grant.lucifer-api--management-api: Refreshing state... [id=cgr_Bg7bRl1hVetfaReY]
heroku_app.lucifer-api: Refreshing state... [id=lucifer-api]
auth0_role.admin: Refreshing state... [id=rol_Fmu7HTQuUbki7mb7]
auth0_role.reader: Refreshing state... [id=rol_9vz5qKZ85Xw26IYe]
heroku_addon.lucifer-api: Refreshing state... [id=0c918ee6-34ee-4553-a50f-41a588fa7967]

No changes. Infrastructure is up-to-date.

This means that Terraform did not detect any differences between your
configuration and real physical resources that exist. As a result, no
actions need to be performed.

Pusher: @dependabot[bot], Action: pull_request

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-and-react-dom-17.0.1 branch from 7cbe7e9 to 15ba616 Compare January 26, 2021 23:42
@github-actions
Copy link

Steps Status
🖌 Terraform Format and Style success
⚙️ Terraform Initialization success
📖 Terraform Plan success
Show Plan
Running plan in the remote backend. Output will stream here. Pressing Ctrl-C
will stop streaming the logs, but will not stop the plan running remotely.

Preparing the remote plan...

To view this run in a browser, visit:
https://app.terraform.io/app/jujulego/lucifer/runs/run-H98mq96ShkVBQGD1

Waiting for the plan to start...

Terraform v0.14.2
Configuring remote state backend...
Initializing Terraform configuration...
auth0_resource_server.lucifer-api: Refreshing state... [id=5ffc3c5e22e2810047959e9b]
auth0_user.e2e: Refreshing state... [id=auth0|5ffc657caa275600713a3d71]
auth0_rule.rule["rules/add-roles.js"]: Refreshing state... [id=rul_SaMOe2u6n8Q6LbLu]
auth0_tenant.tenant: Refreshing state... [id=terraform-20210111160931456900000001]
auth0_client.lucifer-e2e: Refreshing state... [id=dUh0kiXDOKfxJ7nZMD6JOT1harx6SanO]
auth0_client.lucifer-api: Refreshing state... [id=dpD3arJJNBkxfNcrAyLPKf3Zc7oMmIdX]
heroku_app.lucifer-front: Refreshing state... [id=lucifer-front]
auth0_client.lucifer-front: Refreshing state... [id=NNVhJ2cSgHhoRfN9eREEN5fnfjdUkK3m]
auth0_role.reader: Refreshing state... [id=rol_9vz5qKZ85Xw26IYe]
auth0_role.admin: Refreshing state... [id=rol_Fmu7HTQuUbki7mb7]
auth0_client_grant.lucifer-api--management-api: Refreshing state... [id=cgr_Bg7bRl1hVetfaReY]
heroku_app.lucifer-api: Refreshing state... [id=lucifer-api]
heroku_addon.lucifer-api: Refreshing state... [id=0c918ee6-34ee-4553-a50f-41a588fa7967]

No changes. Infrastructure is up-to-date.

This means that Terraform did not detect any differences between your
configuration and real physical resources that exist. As a result, no
actions need to be performed.

Pusher: @dependabot[bot], Action: pull_request

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-and-react-dom-17.0.1 branch from 15ba616 to 410bbc7 Compare January 27, 2021 10:07
@github-actions
Copy link

Steps Status
🖌 Terraform Format and Style success
⚙️ Terraform Initialization success
📖 Terraform Plan success
Show Plan
Running plan in the remote backend. Output will stream here. Pressing Ctrl-C
will stop streaming the logs, but will not stop the plan running remotely.

Preparing the remote plan...

To view this run in a browser, visit:
https://app.terraform.io/app/jujulego/lucifer/runs/run-XGhPPNTz9N5eMpPo

Waiting for the plan to start...

Terraform v0.14.2
Configuring remote state backend...
Initializing Terraform configuration...
heroku_app.lucifer-front: Refreshing state... [id=lucifer-front]
auth0_user.e2e: Refreshing state... [id=auth0|5ffc657caa275600713a3d71]
auth0_tenant.tenant: Refreshing state... [id=terraform-20210111160931456900000001]
auth0_client.lucifer-e2e: Refreshing state... [id=dUh0kiXDOKfxJ7nZMD6JOT1harx6SanO]
auth0_rule.rule["rules/add-roles.js"]: Refreshing state... [id=rul_SaMOe2u6n8Q6LbLu]
auth0_client.lucifer-api: Refreshing state... [id=dpD3arJJNBkxfNcrAyLPKf3Zc7oMmIdX]
auth0_resource_server.lucifer-api: Refreshing state... [id=5ffc3c5e22e2810047959e9b]
auth0_client.lucifer-front: Refreshing state... [id=NNVhJ2cSgHhoRfN9eREEN5fnfjdUkK3m]
auth0_client_grant.lucifer-api--management-api: Refreshing state... [id=cgr_Bg7bRl1hVetfaReY]
auth0_role.admin: Refreshing state... [id=rol_Fmu7HTQuUbki7mb7]
heroku_app.lucifer-api: Refreshing state... [id=lucifer-api]
auth0_role.reader: Refreshing state... [id=rol_9vz5qKZ85Xw26IYe]
heroku_addon.lucifer-api: Refreshing state... [id=0c918ee6-34ee-4553-a50f-41a588fa7967]

No changes. Infrastructure is up-to-date.

This means that Terraform did not detect any differences between your
configuration and real physical resources that exist. As a result, no
actions need to be performed.

Pusher: @dependabot[bot], Action: pull_request

@Jujulego Jujulego linked an issue Jan 28, 2021 that may be closed by this pull request
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-and-react-dom-17.0.1 branch from 410bbc7 to 40d40cb Compare January 29, 2021 09:12
@github-actions
Copy link

Steps Status
🖌 Terraform Format and Style success
⚙️ Terraform Initialization success
📖 Terraform Plan success
Show Plan
Running plan in the remote backend. Output will stream here. Pressing Ctrl-C
will stop streaming the logs, but will not stop the plan running remotely.

Preparing the remote plan...

To view this run in a browser, visit:
https://app.terraform.io/app/jujulego/lucifer/runs/run-eaFvLLq62VLX1gBJ

Waiting for the plan to start...

Terraform v0.14.2
Configuring remote state backend...
Initializing Terraform configuration...
heroku_app.lucifer-front: Refreshing state... [id=lucifer-front]
auth0_resource_server.lucifer-api: Refreshing state... [id=5ffc3c5e22e2810047959e9b]
auth0_tenant.tenant: Refreshing state... [id=terraform-20210111160931456900000001]
auth0_user.e2e: Refreshing state... [id=auth0|5ffc657caa275600713a3d71]
auth0_rule.rule["rules/add-roles.js"]: Refreshing state... [id=rul_SaMOe2u6n8Q6LbLu]
auth0_client.lucifer-e2e: Refreshing state... [id=dUh0kiXDOKfxJ7nZMD6JOT1harx6SanO]
auth0_client.lucifer-api: Refreshing state... [id=dpD3arJJNBkxfNcrAyLPKf3Zc7oMmIdX]
auth0_client.lucifer-front: Refreshing state... [id=NNVhJ2cSgHhoRfN9eREEN5fnfjdUkK3m]
auth0_role.admin: Refreshing state... [id=rol_Fmu7HTQuUbki7mb7]
auth0_role.reader: Refreshing state... [id=rol_9vz5qKZ85Xw26IYe]
auth0_client_grant.lucifer-api--management-api: Refreshing state... [id=cgr_Bg7bRl1hVetfaReY]
heroku_app.lucifer-api: Refreshing state... [id=lucifer-api]
heroku_addon.lucifer-api: Refreshing state... [id=0c918ee6-34ee-4553-a50f-41a588fa7967]

No changes. Infrastructure is up-to-date.

This means that Terraform did not detect any differences between your
configuration and real physical resources that exist. As a result, no
actions need to be performed.

Pusher: @dependabot[bot], Action: pull_request

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-and-react-dom-17.0.1 branch from 40d40cb to d6161bc Compare January 29, 2021 09:20
@github-actions
Copy link

Steps Status
🖌 Terraform Format and Style success
⚙️ Terraform Initialization success
📖 Terraform Plan success
Show Plan
Running plan in the remote backend. Output will stream here. Pressing Ctrl-C
will stop streaming the logs, but will not stop the plan running remotely.

Preparing the remote plan...

To view this run in a browser, visit:
https://app.terraform.io/app/jujulego/lucifer/runs/run-q8JUYkAzi2HvfYut

Waiting for the plan to start...

Terraform v0.14.2
Configuring remote state backend...
Initializing Terraform configuration...
heroku_app.lucifer-front: Refreshing state... [id=lucifer-front]
auth0_client.lucifer-api: Refreshing state... [id=dpD3arJJNBkxfNcrAyLPKf3Zc7oMmIdX]
auth0_resource_server.lucifer-api: Refreshing state... [id=5ffc3c5e22e2810047959e9b]
auth0_user.e2e: Refreshing state... [id=auth0|5ffc657caa275600713a3d71]
auth0_rule.rule["rules/add-roles.js"]: Refreshing state... [id=rul_SaMOe2u6n8Q6LbLu]
auth0_client.lucifer-e2e: Refreshing state... [id=dUh0kiXDOKfxJ7nZMD6JOT1harx6SanO]
auth0_tenant.tenant: Refreshing state... [id=terraform-20210111160931456900000001]
auth0_client.lucifer-front: Refreshing state... [id=NNVhJ2cSgHhoRfN9eREEN5fnfjdUkK3m]
auth0_role.reader: Refreshing state... [id=rol_9vz5qKZ85Xw26IYe]
auth0_role.admin: Refreshing state... [id=rol_Fmu7HTQuUbki7mb7]
heroku_app.lucifer-api: Refreshing state... [id=lucifer-api]
auth0_client_grant.lucifer-api--management-api: Refreshing state... [id=cgr_Bg7bRl1hVetfaReY]
heroku_addon.lucifer-api: Refreshing state... [id=0c918ee6-34ee-4553-a50f-41a588fa7967]

No changes. Infrastructure is up-to-date.

This means that Terraform did not detect any differences between your
configuration and real physical resources that exist. As a result, no
actions need to be performed.

Pusher: @dependabot[bot], Action: pull_request

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-and-react-dom-17.0.1 branch from d6161bc to 57138f9 Compare January 29, 2021 09:51
@github-actions
Copy link

Steps Status
🖌 Terraform Format and Style success
⚙️ Terraform Initialization success
📖 Terraform Plan success
Show Plan
Running plan in the remote backend. Output will stream here. Pressing Ctrl-C
will stop streaming the logs, but will not stop the plan running remotely.

Preparing the remote plan...

To view this run in a browser, visit:
https://app.terraform.io/app/jujulego/lucifer/runs/run-hZkpSrJYmgSnx1Gv

Waiting for the plan to start...

Terraform v0.14.2
Configuring remote state backend...
Initializing Terraform configuration...
auth0_tenant.tenant: Refreshing state... [id=terraform-20210111160931456900000001]
heroku_app.lucifer-front: Refreshing state... [id=lucifer-front]
auth0_user.e2e: Refreshing state... [id=auth0|5ffc657caa275600713a3d71]
auth0_rule.rule["rules/add-roles.js"]: Refreshing state... [id=rul_SaMOe2u6n8Q6LbLu]
auth0_resource_server.lucifer-api: Refreshing state... [id=5ffc3c5e22e2810047959e9b]
auth0_client.lucifer-e2e: Refreshing state... [id=dUh0kiXDOKfxJ7nZMD6JOT1harx6SanO]
auth0_client.lucifer-api: Refreshing state... [id=dpD3arJJNBkxfNcrAyLPKf3Zc7oMmIdX]
auth0_client.lucifer-front: Refreshing state... [id=NNVhJ2cSgHhoRfN9eREEN5fnfjdUkK3m]
heroku_app.lucifer-api: Refreshing state... [id=lucifer-api]
auth0_role.reader: Refreshing state... [id=rol_9vz5qKZ85Xw26IYe]
auth0_client_grant.lucifer-api--management-api: Refreshing state... [id=cgr_Bg7bRl1hVetfaReY]
auth0_role.admin: Refreshing state... [id=rol_Fmu7HTQuUbki7mb7]
heroku_addon.lucifer-api: Refreshing state... [id=0c918ee6-34ee-4553-a50f-41a588fa7967]

No changes. Infrastructure is up-to-date.

This means that Terraform did not detect any differences between your
configuration and real physical resources that exist. As a result, no
actions need to be performed.

Pusher: @dependabot[bot], Action: pull_request

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-and-react-dom-17.0.1 branch from 57138f9 to 000816e Compare January 29, 2021 11:10
@github-actions
Copy link

Steps Status
🖌 Terraform Format and Style success
⚙️ Terraform Initialization success
📖 Terraform Plan success
Show Plan
Running plan in the remote backend. Output will stream here. Pressing Ctrl-C
will stop streaming the logs, but will not stop the plan running remotely.

Preparing the remote plan...

To view this run in a browser, visit:
https://app.terraform.io/app/jujulego/lucifer/runs/run-hMLYdA7pQ53u8B7N

Waiting for the plan to start...

Terraform v0.14.2
Configuring remote state backend...
Initializing Terraform configuration...
heroku_app.lucifer-front: Refreshing state... [id=lucifer-front]
auth0_user.e2e: Refreshing state... [id=auth0|5ffc657caa275600713a3d71]
auth0_rule.rule["rules/add-roles.js"]: Refreshing state... [id=rul_SaMOe2u6n8Q6LbLu]
auth0_resource_server.lucifer-api: Refreshing state... [id=5ffc3c5e22e2810047959e9b]
auth0_client.lucifer-api: Refreshing state... [id=dpD3arJJNBkxfNcrAyLPKf3Zc7oMmIdX]
auth0_tenant.tenant: Refreshing state... [id=terraform-20210111160931456900000001]
auth0_client.lucifer-e2e: Refreshing state... [id=dUh0kiXDOKfxJ7nZMD6JOT1harx6SanO]
auth0_client.lucifer-front: Refreshing state... [id=NNVhJ2cSgHhoRfN9eREEN5fnfjdUkK3m]
auth0_client_grant.lucifer-api--management-api: Refreshing state... [id=cgr_Bg7bRl1hVetfaReY]
auth0_role.admin: Refreshing state... [id=rol_Fmu7HTQuUbki7mb7]
heroku_app.lucifer-api: Refreshing state... [id=lucifer-api]
auth0_role.reader: Refreshing state... [id=rol_9vz5qKZ85Xw26IYe]
heroku_addon.lucifer-api: Refreshing state... [id=0c918ee6-34ee-4553-a50f-41a588fa7967]

No changes. Infrastructure is up-to-date.

This means that Terraform did not detect any differences between your
configuration and real physical resources that exist. As a result, no
actions need to be performed.

Pusher: @dependabot[bot], Action: pull_request

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-and-react-dom-17.0.1 branch from 000816e to 1f6338f Compare February 1, 2021 09:14
@github-actions
Copy link

github-actions bot commented Feb 1, 2021

Steps Status
🖌 Terraform Format and Style success
⚙️ Terraform Initialization success
📖 Terraform Plan success
Show Plan
Running plan in the remote backend. Output will stream here. Pressing Ctrl-C
will stop streaming the logs, but will not stop the plan running remotely.

Preparing the remote plan...

To view this run in a browser, visit:
https://app.terraform.io/app/jujulego/lucifer/runs/run-rWJA72dtMhJR86Hy

Waiting for the plan to start...

Terraform v0.14.2
Configuring remote state backend...
Initializing Terraform configuration...
heroku_app.lucifer-front: Refreshing state... [id=lucifer-front]
auth0_resource_server.lucifer-api: Refreshing state... [id=5ffc3c5e22e2810047959e9b]
auth0_rule.rule["rules/add-roles.js"]: Refreshing state... [id=rul_SaMOe2u6n8Q6LbLu]
auth0_tenant.tenant: Refreshing state... [id=terraform-20210111160931456900000001]
auth0_user.e2e: Refreshing state... [id=auth0|5ffc657caa275600713a3d71]
auth0_client.lucifer-e2e: Refreshing state... [id=dUh0kiXDOKfxJ7nZMD6JOT1harx6SanO]
auth0_client.lucifer-api: Refreshing state... [id=dpD3arJJNBkxfNcrAyLPKf3Zc7oMmIdX]
auth0_client.lucifer-front: Refreshing state... [id=NNVhJ2cSgHhoRfN9eREEN5fnfjdUkK3m]
auth0_role.reader: Refreshing state... [id=rol_9vz5qKZ85Xw26IYe]
auth0_role.admin: Refreshing state... [id=rol_Fmu7HTQuUbki7mb7]
heroku_app.lucifer-api: Refreshing state... [id=lucifer-api]
auth0_client_grant.lucifer-api--management-api: Refreshing state... [id=cgr_Bg7bRl1hVetfaReY]
heroku_addon.lucifer-api: Refreshing state... [id=0c918ee6-34ee-4553-a50f-41a588fa7967]

No changes. Infrastructure is up-to-date.

This means that Terraform did not detect any differences between your
configuration and real physical resources that exist. As a result, no
actions need to be performed.

Pusher: @dependabot[bot], Action: pull_request

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-and-react-dom-17.0.1 branch from 1f6338f to 77e5a8b Compare February 1, 2021 14:56
@github-actions
Copy link

github-actions bot commented Feb 1, 2021

Steps Status
🖌 Terraform Format and Style success
⚙️ Terraform Initialization success
📖 Terraform Plan success
Show Plan
Running plan in the remote backend. Output will stream here. Pressing Ctrl-C
will stop streaming the logs, but will not stop the plan running remotely.

Preparing the remote plan...

To view this run in a browser, visit:
https://app.terraform.io/app/jujulego/lucifer/runs/run-XE2iWtBxf6tWbzY5

Waiting for the plan to start...

Terraform v0.14.2
Configuring remote state backend...
Initializing Terraform configuration...
heroku_app.lucifer-front: Refreshing state... [id=lucifer-front]
auth0_client.lucifer-api: Refreshing state... [id=dpD3arJJNBkxfNcrAyLPKf3Zc7oMmIdX]
auth0_client.lucifer-e2e: Refreshing state... [id=dUh0kiXDOKfxJ7nZMD6JOT1harx6SanO]
auth0_rule.rule["rules/add-roles.js"]: Refreshing state... [id=rul_SaMOe2u6n8Q6LbLu]
auth0_tenant.tenant: Refreshing state... [id=terraform-20210111160931456900000001]
auth0_resource_server.lucifer-api: Refreshing state... [id=5ffc3c5e22e2810047959e9b]
auth0_user.e2e: Refreshing state... [id=auth0|5ffc657caa275600713a3d71]
auth0_client.lucifer-front: Refreshing state... [id=NNVhJ2cSgHhoRfN9eREEN5fnfjdUkK3m]
auth0_client_grant.lucifer-api--management-api: Refreshing state... [id=cgr_Bg7bRl1hVetfaReY]
auth0_role.reader: Refreshing state... [id=rol_9vz5qKZ85Xw26IYe]
heroku_app.lucifer-api: Refreshing state... [id=lucifer-api]
auth0_role.admin: Refreshing state... [id=rol_Fmu7HTQuUbki7mb7]
heroku_addon.lucifer-api: Refreshing state... [id=0c918ee6-34ee-4553-a50f-41a588fa7967]

No changes. Infrastructure is up-to-date.

This means that Terraform did not detect any differences between your
configuration and real physical resources that exist. As a result, no
actions need to be performed.

Pusher: @dependabot[bot], Action: pull_request

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-and-react-dom-17.0.1 branch from 77e5a8b to 9c12801 Compare February 2, 2021 09:03
@github-actions
Copy link

github-actions bot commented Feb 2, 2021

Steps Status
🖌 Terraform Format and Style success
⚙️ Terraform Initialization success
📖 Terraform Plan success
Show Plan
Running plan in the remote backend. Output will stream here. Pressing Ctrl-C
will stop streaming the logs, but will not stop the plan running remotely.

Preparing the remote plan...

To view this run in a browser, visit:
https://app.terraform.io/app/jujulego/lucifer/runs/run-8gf9MdhVqAz9iNRp

Waiting for the plan to start...

Terraform v0.14.2
Configuring remote state backend...
Initializing Terraform configuration...
auth0_tenant.tenant: Refreshing state... [id=terraform-20210111160931456900000001]
auth0_user.e2e: Refreshing state... [id=auth0|5ffc657caa275600713a3d71]
auth0_rule.rule["rules/add-roles.js"]: Refreshing state... [id=rul_SaMOe2u6n8Q6LbLu]
auth0_client.lucifer-api: Refreshing state... [id=dpD3arJJNBkxfNcrAyLPKf3Zc7oMmIdX]
auth0_client.lucifer-e2e: Refreshing state... [id=dUh0kiXDOKfxJ7nZMD6JOT1harx6SanO]
auth0_resource_server.lucifer-api: Refreshing state... [id=5ffc3c5e22e2810047959e9b]
heroku_app.lucifer-front: Refreshing state... [id=lucifer-front]
auth0_client.lucifer-front: Refreshing state... [id=NNVhJ2cSgHhoRfN9eREEN5fnfjdUkK3m]
auth0_role.admin: Refreshing state... [id=rol_Fmu7HTQuUbki7mb7]
auth0_role.reader: Refreshing state... [id=rol_9vz5qKZ85Xw26IYe]
auth0_client_grant.lucifer-api--management-api: Refreshing state... [id=cgr_Bg7bRl1hVetfaReY]
heroku_app.lucifer-api: Refreshing state... [id=lucifer-api]
heroku_addon.lucifer-api: Refreshing state... [id=0c918ee6-34ee-4553-a50f-41a588fa7967]

No changes. Infrastructure is up-to-date.

This means that Terraform did not detect any differences between your
configuration and real physical resources that exist. As a result, no
actions need to be performed.

Pusher: @dependabot[bot], Action: pull_request

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-and-react-dom-17.0.1 branch from 9c12801 to 8bcb099 Compare February 2, 2021 09:38
@github-actions
Copy link

github-actions bot commented Feb 2, 2021

Steps Status
🖌 Terraform Format and Style success
⚙️ Terraform Initialization success
📖 Terraform Plan success
Show Plan
Running plan in the remote backend. Output will stream here. Pressing Ctrl-C
will stop streaming the logs, but will not stop the plan running remotely.

Preparing the remote plan...

To view this run in a browser, visit:
https://app.terraform.io/app/jujulego/lucifer/runs/run-6mPiKdiurQn3xBxY

Waiting for the plan to start...

Terraform v0.14.2
Configuring remote state backend...
Initializing Terraform configuration...
heroku_app.lucifer-front: Refreshing state... [id=lucifer-front]
auth0_tenant.tenant: Refreshing state... [id=terraform-20210111160931456900000001]
auth0_client.lucifer-api: Refreshing state... [id=dpD3arJJNBkxfNcrAyLPKf3Zc7oMmIdX]
auth0_user.e2e: Refreshing state... [id=auth0|5ffc657caa275600713a3d71]
auth0_rule.rule["rules/add-roles.js"]: Refreshing state... [id=rul_SaMOe2u6n8Q6LbLu]
auth0_resource_server.lucifer-api: Refreshing state... [id=5ffc3c5e22e2810047959e9b]
auth0_client.lucifer-e2e: Refreshing state... [id=dUh0kiXDOKfxJ7nZMD6JOT1harx6SanO]
auth0_client.lucifer-front: Refreshing state... [id=NNVhJ2cSgHhoRfN9eREEN5fnfjdUkK3m]
auth0_client_grant.lucifer-api--management-api: Refreshing state... [id=cgr_Bg7bRl1hVetfaReY]
auth0_role.reader: Refreshing state... [id=rol_9vz5qKZ85Xw26IYe]
heroku_app.lucifer-api: Refreshing state... [id=lucifer-api]
auth0_role.admin: Refreshing state... [id=rol_Fmu7HTQuUbki7mb7]
heroku_addon.lucifer-api: Refreshing state... [id=0c918ee6-34ee-4553-a50f-41a588fa7967]

No changes. Infrastructure is up-to-date.

This means that Terraform did not detect any differences between your
configuration and real physical resources that exist. As a result, no
actions need to be performed.

Pusher: @dependabot[bot], Action: pull_request

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-and-react-dom-17.0.1 branch from 8bcb099 to 9fd0331 Compare February 2, 2021 10:04
@github-actions
Copy link

github-actions bot commented Feb 2, 2021

Steps Status
🖌 Terraform Format and Style success
⚙️ Terraform Initialization success
📖 Terraform Plan success
Show Plan
Running plan in the remote backend. Output will stream here. Pressing Ctrl-C
will stop streaming the logs, but will not stop the plan running remotely.

Preparing the remote plan...

To view this run in a browser, visit:
https://app.terraform.io/app/jujulego/lucifer/runs/run-Q9XgZeLNjrSMcMB8

Waiting for the plan to start...

Terraform v0.14.2
Configuring remote state backend...
Initializing Terraform configuration...
auth0_user.e2e: Refreshing state... [id=auth0|5ffc657caa275600713a3d71]
auth0_client.lucifer-e2e: Refreshing state... [id=dUh0kiXDOKfxJ7nZMD6JOT1harx6SanO]
auth0_tenant.tenant: Refreshing state... [id=terraform-20210111160931456900000001]
auth0_client.lucifer-api: Refreshing state... [id=dpD3arJJNBkxfNcrAyLPKf3Zc7oMmIdX]
auth0_rule.rule["rules/add-roles.js"]: Refreshing state... [id=rul_SaMOe2u6n8Q6LbLu]
auth0_resource_server.lucifer-api: Refreshing state... [id=5ffc3c5e22e2810047959e9b]
heroku_app.lucifer-front: Refreshing state... [id=lucifer-front]
auth0_client.lucifer-front: Refreshing state... [id=NNVhJ2cSgHhoRfN9eREEN5fnfjdUkK3m]
auth0_role.reader: Refreshing state... [id=rol_9vz5qKZ85Xw26IYe]
auth0_role.admin: Refreshing state... [id=rol_Fmu7HTQuUbki7mb7]
auth0_client_grant.lucifer-api--management-api: Refreshing state... [id=cgr_Bg7bRl1hVetfaReY]
heroku_app.lucifer-api: Refreshing state... [id=lucifer-api]
heroku_addon.lucifer-api: Refreshing state... [id=0c918ee6-34ee-4553-a50f-41a588fa7967]

No changes. Infrastructure is up-to-date.

This means that Terraform did not detect any differences between your
configuration and real physical resources that exist. As a result, no
actions need to be performed.

Pusher: @dependabot[bot], Action: pull_request

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-and-react-dom-17.0.1 branch from 9fd0331 to 95fe367 Compare February 2, 2021 10:17
@github-actions
Copy link

github-actions bot commented Feb 2, 2021

Steps Status
🖌 Terraform Format and Style success
⚙️ Terraform Initialization success
📖 Terraform Plan success
Show Plan
Running plan in the remote backend. Output will stream here. Pressing Ctrl-C
will stop streaming the logs, but will not stop the plan running remotely.

Preparing the remote plan...

To view this run in a browser, visit:
https://app.terraform.io/app/jujulego/lucifer/runs/run-rVvX7L7K65ZMLNWB

Waiting for the plan to start...

Terraform v0.14.2
Configuring remote state backend...
Initializing Terraform configuration...
auth0_user.e2e: Refreshing state... [id=auth0|5ffc657caa275600713a3d71]
auth0_resource_server.lucifer-api: Refreshing state... [id=5ffc3c5e22e2810047959e9b]
auth0_rule.rule["rules/add-roles.js"]: Refreshing state... [id=rul_SaMOe2u6n8Q6LbLu]
auth0_client.lucifer-e2e: Refreshing state... [id=dUh0kiXDOKfxJ7nZMD6JOT1harx6SanO]
auth0_tenant.tenant: Refreshing state... [id=terraform-20210111160931456900000001]
heroku_app.lucifer-front: Refreshing state... [id=lucifer-front]
auth0_client.lucifer-api: Refreshing state... [id=dpD3arJJNBkxfNcrAyLPKf3Zc7oMmIdX]
auth0_client.lucifer-front: Refreshing state... [id=NNVhJ2cSgHhoRfN9eREEN5fnfjdUkK3m]
auth0_client_grant.lucifer-api--management-api: Refreshing state... [id=cgr_Bg7bRl1hVetfaReY]
heroku_app.lucifer-api: Refreshing state... [id=lucifer-api]
auth0_role.reader: Refreshing state... [id=rol_9vz5qKZ85Xw26IYe]
auth0_role.admin: Refreshing state... [id=rol_Fmu7HTQuUbki7mb7]
heroku_addon.lucifer-api: Refreshing state... [id=0c918ee6-34ee-4553-a50f-41a588fa7967]

No changes. Infrastructure is up-to-date.

This means that Terraform did not detect any differences between your
configuration and real physical resources that exist. As a result, no
actions need to be performed.

Pusher: @dependabot[bot], Action: pull_request

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-and-react-dom-17.0.1 branch from 95fe367 to 416a0cb Compare February 2, 2021 16:49
@github-actions
Copy link

github-actions bot commented Feb 2, 2021

Steps Status
🖌 Terraform Format and Style success
⚙️ Terraform Initialization success
📖 Terraform Plan success
Show Plan
Running plan in the remote backend. Output will stream here. Pressing Ctrl-C
will stop streaming the logs, but will not stop the plan running remotely.

Preparing the remote plan...

To view this run in a browser, visit:
https://app.terraform.io/app/jujulego/lucifer/runs/run-4pRyDU8q6AyrqxWs

Waiting for the plan to start...

Terraform v0.14.2
Configuring remote state backend...
Initializing Terraform configuration...
heroku_app.lucifer-front: Refreshing state... [id=lucifer-front]
auth0_rule.rule["rules/add-roles.js"]: Refreshing state... [id=rul_SaMOe2u6n8Q6LbLu]
auth0_tenant.tenant: Refreshing state... [id=terraform-20210111160931456900000001]
auth0_client.lucifer-e2e: Refreshing state... [id=dUh0kiXDOKfxJ7nZMD6JOT1harx6SanO]
auth0_client.lucifer-api: Refreshing state... [id=dpD3arJJNBkxfNcrAyLPKf3Zc7oMmIdX]
auth0_resource_server.lucifer-api: Refreshing state... [id=5ffc3c5e22e2810047959e9b]
auth0_user.e2e: Refreshing state... [id=auth0|5ffc657caa275600713a3d71]
auth0_client.lucifer-front: Refreshing state... [id=NNVhJ2cSgHhoRfN9eREEN5fnfjdUkK3m]
auth0_role.reader: Refreshing state... [id=rol_9vz5qKZ85Xw26IYe]
auth0_role.admin: Refreshing state... [id=rol_Fmu7HTQuUbki7mb7]
heroku_app.lucifer-api: Refreshing state... [id=lucifer-api]
auth0_client_grant.lucifer-api--management-api: Refreshing state... [id=cgr_Bg7bRl1hVetfaReY]
heroku_addon.lucifer-api: Refreshing state... [id=0c918ee6-34ee-4553-a50f-41a588fa7967]

No changes. Infrastructure is up-to-date.

This means that Terraform did not detect any differences between your
configuration and real physical resources that exist. As a result, no
actions need to be performed.

Pusher: @dependabot[bot], Action: pull_request

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 2, 2021

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 2, 2021
Lucifer automation moved this from In progress to Done Feb 2, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-and-react-dom-17.0.1 branch February 2, 2021 16:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
Development

Successfully merging this pull request may close these issues.

Update to React 17
0 participants