Skip to content

Automatic Pkg.update() #12

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

Merged
merged 1 commit into from
Mar 17, 2022
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 8, 2022

Automatic Pkg.update() with the following changes:

pkg> status --project --diff
        Diff `~/work/julialogging.github.io/julialogging.github.io/Project.toml`
  [e30172f5] ↑ Documenter v0.27.10 ⇒ v0.27.15
  [16fef848] ↑ LiveServer v0.7.0 ⇒ v0.7.4
  [18cd0bd4] ↑ Logging2 v0.1.0 ⇒ v0.1.1
  [e6f89c97] ~ LoggingExtras v0.4.7 `https://github.com/JuliaLogging/LoggingExtras.jl.git#master` ⇒ v0.4.7 `https://github.com/JuliaLogging/LoggingExtras.jl.git#master`
  [98105f81] ↑ LoggingFormats v1.0.0 ⇒ v1.2.0

pkg> status --manifest --diff
        Diff `~/work/julialogging.github.io/julialogging.github.io/Manifest.toml`
  [a8cc5b0e] ↑ Crayons v4.0.4 ⇒ v4.1.1
  [e30172f5] ↑ Documenter v0.27.10 ⇒ v0.27.15
  [cd3eb016] ↑ HTTP v0.9.16 ⇒ v0.9.17
  [83e8ac13] ↑ IniFile v0.5.0 ⇒ v0.5.1
  [692b3bcd] ↑ JLLWrappers v1.3.0 ⇒ v1.4.1
  [682c06a0] ↑ JSON v0.21.2 ⇒ v0.21.3
  [0f8b85d8] ↑ JSON3 v1.9.2 ⇒ v1.9.4
  [1d6d02ad] ↑ LeftChildRightSiblingTrees v0.1.2 ⇒ v0.1.3
  [16fef848] ↑ LiveServer v0.7.0 ⇒ v0.7.4
  [18cd0bd4] ↑ Logging2 v0.1.0 ⇒ v0.1.1
  [e6f89c97] ~ LoggingExtras v0.4.7 `https://github.com/JuliaLogging/LoggingExtras.jl.git#master` ⇒ v0.4.7 `https://github.com/JuliaLogging/LoggingExtras.jl.git#master`
  [98105f81] ↑ LoggingFormats v1.0.0 ⇒ v1.2.0
  [69de0a69] ↑ Parsers v2.1.2 ⇒ v2.2.3
  [21216c6a] ↑ Preferences v1.2.2 ⇒ v1.2.5

A preview of the build will soon be available at https://julialogging.github.io/previews/package-update/.

@zeptodoctor zeptodoctor force-pushed the create-pull-request/package-update branch 2 times, most recently from 739b4fd to 48503b1 Compare March 16, 2022 01:38
pkg> status --project --diff
        Diff `~/work/julialogging.github.io/julialogging.github.io/Project.toml`
  [e30172f5] ↑ Documenter v0.27.10 ⇒ v0.27.15
  [16fef848] ↑ LiveServer v0.7.0 ⇒ v0.7.4
  [18cd0bd4] ↑ Logging2 v0.1.0 ⇒ v0.1.1
  [e6f89c97] ~ LoggingExtras v0.4.7 `https://github.com/JuliaLogging/LoggingExtras.jl.git#master` ⇒ v0.4.7 `https://github.com/JuliaLogging/LoggingExtras.jl.git#master`
  [98105f81] ↑ LoggingFormats v1.0.0 ⇒ v1.2.0

pkg> status --manifest --diff
        Diff `~/work/julialogging.github.io/julialogging.github.io/Manifest.toml`
  [a8cc5b0e] ↑ Crayons v4.0.4 ⇒ v4.1.1
  [e30172f5] ↑ Documenter v0.27.10 ⇒ v0.27.15
  [cd3eb016] ↑ HTTP v0.9.16 ⇒ v0.9.17
  [83e8ac13] ↑ IniFile v0.5.0 ⇒ v0.5.1
  [692b3bcd] ↑ JLLWrappers v1.3.0 ⇒ v1.4.1
  [682c06a0] ↑ JSON v0.21.2 ⇒ v0.21.3
  [0f8b85d8] ↑ JSON3 v1.9.2 ⇒ v1.9.4
  [1d6d02ad] ↑ LeftChildRightSiblingTrees v0.1.2 ⇒ v0.1.3
  [16fef848] ↑ LiveServer v0.7.0 ⇒ v0.7.4
  [18cd0bd4] ↑ Logging2 v0.1.0 ⇒ v0.1.1
  [e6f89c97] ~ LoggingExtras v0.4.7 `https://github.com/JuliaLogging/LoggingExtras.jl.git#master` ⇒ v0.4.7 `https://github.com/JuliaLogging/LoggingExtras.jl.git#master`
  [98105f81] ↑ LoggingFormats v1.0.0 ⇒ v1.2.0
  [69de0a69] ↑ Parsers v2.1.2 ⇒ v2.2.3
  [21216c6a] ↑ Preferences v1.2.2 ⇒ v1.2.5
@zeptodoctor zeptodoctor force-pushed the create-pull-request/package-update branch from 48503b1 to 57ef7e8 Compare March 17, 2022 17:07
@fredrikekre fredrikekre merged commit 24584c3 into master Mar 17, 2022
@fredrikekre fredrikekre deleted the create-pull-request/package-update branch March 17, 2022 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants