Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 216c369

Browse files
committed
Merge branch 'master' of https://github.com/magento/devdocs into MC-40793
2 parents 961fefa + 870a722 commit 216c369

File tree

3 files changed

+18
-20
lines changed

3 files changed

+18
-20
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# Run Linter against code base #
5656
################################
5757
- name: Lint Code Base
58-
uses: github/super-linter@v3
58+
uses: github/super-linter@v4
5959
env:
6060
VALIDATE_ALL_CODEBASE: false
6161
DEFAULT_BRANCH: master

Gemfile.lock

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ GEM
1616
algoliasearch (1.27.5)
1717
httpclient (~> 2.8, >= 2.8.3)
1818
json (>= 1.5.1)
19-
chef-utils (17.5.22)
19+
chef-utils (17.8.25)
2020
concurrent-ruby
2121
colorator (1.1.0)
2222
concurrent-ruby (1.1.9)
23-
em-websocket (0.5.2)
23+
em-websocket (0.5.3)
2424
eventmachine (>= 0.12.9)
25-
http_parser.rb (~> 0.6.0)
26-
ethon (0.14.0)
25+
http_parser.rb (~> 0)
26+
ethon (0.15.0)
2727
ffi (>= 1.15.0)
2828
eventmachine (1.2.7)
2929
exifr (1.3.9)
@@ -50,31 +50,31 @@ GEM
5050
filesize (0.2.0)
5151
forwardable-extended (2.6.0)
5252
fspath (3.1.2)
53-
html-proofer (3.19.2)
53+
html-proofer (3.19.3)
5454
addressable (~> 2.3)
5555
mercenary (~> 0.3)
56-
nokogumbo (~> 2.0)
56+
nokogiri (~> 1.12)
5757
parallel (~> 1.3)
5858
rainbow (~> 3.0)
5959
typhoeus (~> 1.3)
6060
yell (~> 2.0)
61-
http_parser.rb (0.6.0)
61+
http_parser.rb (0.8.0)
6262
httpclient (2.8.3)
63-
i18n (1.8.10)
63+
i18n (1.8.11)
6464
concurrent-ruby (~> 1.0)
65-
image_optim (0.30.0)
65+
image_optim (0.31.1)
6666
exifr (~> 1.2, >= 1.2.2)
6767
fspath (~> 3.0)
68-
image_size (>= 1.5, < 3)
68+
image_size (>= 1.5, < 4)
6969
in_threads (~> 1.3)
7070
progress (~> 3.0, >= 3.0.1)
71-
image_optim_pack (0.7.0.20210511)
71+
image_optim_pack (0.8.0.20211116)
7272
fspath (>= 2.1, < 4)
7373
image_optim (~> 0.19)
74-
image_optim_pack (0.7.0.20210511-x86_64-darwin)
74+
image_optim_pack (0.8.0.20211116-x86_64-darwin)
7575
fspath (>= 2.1, < 4)
7676
image_optim (~> 0.19)
77-
image_size (2.1.2)
77+
image_size (3.0.1)
7878
in_threads (1.5.4)
7979
jekyll (4.2.1)
8080
addressable (~> 2.4)
@@ -114,7 +114,7 @@ GEM
114114
jekyll (>= 3.3, < 5.0)
115115
jekyll-watch (2.2.1)
116116
listen (~> 3.0)
117-
json (2.5.1)
117+
json (2.6.1)
118118
kramdown (2.3.1)
119119
rexml
120120
kramdown-parser-gfm (1.1.0)
@@ -145,8 +145,6 @@ GEM
145145
racc (~> 1.4)
146146
nokogiri (1.12.5-x86_64-darwin)
147147
racc (~> 1.4)
148-
nokogumbo (2.0.5)
149-
nokogiri (~> 1.8, >= 1.8.4)
150148
octokit (4.21.0)
151149
faraday (>= 0.9)
152150
sawyer (~> 0.8.0, >= 0.5.3)
@@ -156,14 +154,14 @@ GEM
156154
progress (3.6.0)
157155
progressbar (1.11.0)
158156
public_suffix (4.0.6)
159-
racc (1.5.2)
157+
racc (1.6.0)
160158
rainbow (3.0.0)
161159
rake (13.0.6)
162160
rb-fsevent (0.11.0)
163161
rb-inotify (0.10.1)
164162
ffi (~> 1.0)
165163
rexml (3.2.5)
166-
rouge (3.26.1)
164+
rouge (3.27.0)
167165
ruby2_keywords (0.0.5)
168166
safe_yaml (1.0.5)
169167
sassc (2.4.0)

src/_data/whats-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This page contains recent changes that we think you'd like to know
44
We exclude from this list proofreading, spelling checks, and all minor updates.
55
link: "/whats-new.html"
66
thread: "/whatsnew-feed.xml"
7-
updated: Mon Dec 13 15:38:42 2021
7+
updated: Mon Dec 20 15:38:51 2021
88
entries:
99
- description: Added instructions to manage [_Outgoing emails_ configuration](https://devdocs.magento.com/cloud/project/project-webint-basic.html)
1010
for Adobe Commerce on cloud Staging and Production environments using the Magento

0 commit comments

Comments
 (0)