From ad5429bde324bdb2a7e0622e9e22d8faeab89762 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Thu, 27 Jul 2023 00:03:07 +0200 Subject: [PATCH] Update deps (#157) * update * ignore reddit * refactor --- .github/workflows/deploy.yml | 2 +- Gemfile.lock | 39 ++++++++++++++++++++++-------------- package.json | 6 +++--- 3 files changed, 28 insertions(+), 19 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1d9a652c..720781e2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: uses: limjh16/jekyll-action-ts@v2 with: enable_cache: true - - run: bundle exec htmlproofer ./_site --no-enforce-https --ignore-urls "/marketplace.digitalocean.com/" --ignore-urls "https://twitter.com/inventreedb" + - run: bundle exec htmlproofer ./_site --no-enforce-https --ignore-urls "/marketplace.digitalocean.com/" --ignore-urls "https://reddit.com/r/inventree" --ignore-urls "https://twitter.com/inventreedb" name: Check links - name: Deploy if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main'}} diff --git a/Gemfile.lock b/Gemfile.lock index e9ac2778..a2fa559e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: https://rubygems.org/ specs: Ascii85 (1.1.0) - activesupport (7.0.4.3) + activesupport (7.0.6) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -10,13 +10,15 @@ GEM addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) afm (0.2.2) - async (2.5.0) + async (2.6.2) console (~> 1.10) + fiber-annotation io-event (~> 1.1) timers (~> 4.1) colorator (1.1.0) concurrent-ruby (1.2.2) - console (1.16.2) + console (1.18.0) + fiber-annotation fiber-local em-websocket (0.5.3) eventmachine (>= 0.12.9) @@ -25,14 +27,16 @@ GEM ffi (>= 1.15.0) eventmachine (1.2.7) ffi (1.15.5) + fiber-annotation (0.2.0) fiber-local (1.0.0) forwardable-extended (2.6.0) - google-protobuf (3.22.3-x86_64-linux) + google-protobuf (3.23.4-arm64-darwin) + google-protobuf (3.23.4-x86_64-linux) hashery (2.1.2) html-pipeline (2.14.3) activesupport (>= 2) nokogiri (>= 1.4) - html-proofer (5.0.6) + html-proofer (5.0.7) addressable (~> 2.3) async (~> 2.1) nokogiri (~> 1.13) @@ -42,9 +46,9 @@ GEM yell (~> 2.0) zeitwerk (~> 2.5) http_parser.rb (0.8.0) - i18n (1.12.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) - io-event (1.1.6) + io-event (1.2.3) jekyll (4.3.2) addressable (~> 2.4) colorator (~> 1.0) @@ -85,8 +89,10 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) - minitest (5.18.0) - nokogiri (1.14.3-x86_64-linux) + minitest (5.19.0) + nokogiri (1.15.3-arm64-darwin) + racc (~> 1.4) + nokogiri (1.15.3-x86_64-linux) racc (~> 1.4) pathutil (0.16.2) forwardable-extended (~> 2.6) @@ -96,18 +102,20 @@ GEM hashery (~> 2.0) ruby-rc4 ttfunk - public_suffix (5.0.1) - racc (1.6.2) + public_suffix (5.0.3) + racc (1.7.1) rainbow (3.1.1) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) rexml (3.2.5) - rouge (4.1.0) + rouge (4.1.2) ruby-rc4 (0.1.5) safe_yaml (1.0.5) - sass-embedded (1.62.0-x86_64-linux-gnu) - google-protobuf (~> 3.21) + sass-embedded (1.64.1-arm64-darwin) + google-protobuf (~> 3.23) + sass-embedded (1.64.1-x86_64-linux-gnu) + google-protobuf (~> 3.23) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) timers (4.3.5) @@ -119,9 +127,10 @@ GEM unicode-display_width (2.4.2) webrick (1.8.1) yell (2.2.2) - zeitwerk (2.6.7) + zeitwerk (2.6.9) PLATFORMS + arm64-darwin-22 x86_64-linux DEPENDENCIES diff --git a/package.json b/package.json index bc16b90f..e5c79dd1 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,10 @@ "devDependencies": { "@tailwindcss/typography": "^0.5.9", "autoprefixer": "^10.4.14", - "cssnano": "^6.0.0", - "postcss": "^8.4.22", + "cssnano": "^6.0.1", + "postcss": "^8.4.27", "postcss-cli": "^10.1.0", "postcss-import": "^15.1.0", - "tailwindcss": "^3.3.1" + "tailwindcss": "^3.3.3" } }