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 @adobe/gatsby-theme-aio from 4.9.7 to 4.10.2 #170

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://github.com/AdobeDocs/commerce-php"
},
"dependencies": {
"@adobe/gatsby-theme-aio": "4.9.7",
"@adobe/gatsby-theme-aio": "4.10.2",
"gatsby": "4.22.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
32 changes: 4 additions & 28 deletions src/pages/development/components/indexing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,34 +32,10 @@ This topic provides a high level description of how indexing is implemented from

The following components are involved in the indexing process:

<table>
<tbody>
<tr>
<th>Component</th>
<th>Description</th>
</tr>
<tr>
<td><a href="https://github.com/magento/magento2/blob/2.4/app/code/Magento/Indexer" target="_blank">Magento_Indexer</a></td>
<td>Implements:
<ul>
<li>indexer declaration</li>
<li>indexer running</li>
<li>indexer running mode configuration</li>
<li>indexer status</li>
</ul>
</td>
</tr>
<tr>
<td><a href="https://github.com/magento/magento2/blob/2.4/lib/internal/Magento/Framework/Mview" target="_blank">Magento\Framework\Mview</a></td>
<td>
<ul>
<li>Allows tracking database changes for a certain <a href="https://glossary.magento.com/entity" target="_blank">entity</a> (product, <a href="https://glossary.magento.com/category" target="_blank">category</a>, etc.) and running change handler.</li>
<li>Emulates the <a href="http://en.wikipedia.org/wiki/Materialized_view" target="_blank">materialized view</a> technology for MySQL using triggers and separate materialization process (provides executing <a href="https://glossary.magento.com/php" target="_blank">PHP</a> code instead of SQL queries, which allows materializing multiple queries).</li>
</ul>
</td>
</tr>
</tbody>
</table>
| Component | Description |
|--------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [Magento_Indexer](https://github.com/magento/magento2/blob/2.4/app/code/Magento/Indexer) | Implements the following<ul><li>indexer declaration</li><li>indexer running</li><li>indexer running mode configuration</li><li>indexer status</li></ul> |
| [Magento/Framework/Mview](https://github.com/magento/magento2/blob/2.4/lib/internal/Magento/Framework/Mview) | Allows tracking database changes for a certain entity (product, category, etc.) and running change handler.<br /><br />Emulates the materialized view technology for MySQL using triggers and separate materialization process (provides executing PHP code instead of SQL queries, which allows materializing multiple queries). |

<InlineAlert variant="warning" slots="text"/>

Expand Down
28 changes: 23 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ __metadata:
languageName: node
linkType: hard

"@adobe/gatsby-theme-aio@npm:4.9.7":
version: 4.9.7
resolution: "@adobe/gatsby-theme-aio@npm:4.9.7"
"@adobe/gatsby-theme-aio@npm:4.10.2":
version: 4.10.2
resolution: "@adobe/gatsby-theme-aio@npm:4.10.2"
dependencies:
"@adobe/focus-ring-polyfill": ^0.1.5
"@adobe/gatsby-source-github-file-contributors": ^0.3.1
Expand Down Expand Up @@ -113,19 +113,21 @@ __metadata:
redoc-cli: ^0.13.20
rehype-slug-custom-id: ^1.1.0
request: ^2.88.2
resize-observer-polyfill: ^1.5.1
sharp: ^0.31.0
stream-http: ^3.2.0
styled-components: ^5.3.5
swiper: ^8.3.2
to-arraybuffer: ^1.0.1
tty-browserify: ^0.0.1
unist-util-select: 3.0.4
use-debounce: ^9.0.4
uuid: ^9.0.0
peerDependencies:
gatsby: ^4.22.0
react: ^17.0.2
react-dom: ^17.0.2
checksum: 3b008462d49f7e7af0a94de34a7c6c5af81dfadc1104ae68036ecb3855fbbdefcd66cd79d890b7d38edf4a0afe4810329a3727d1a4455bf75f27bea6576e9019
checksum: 6c037333e0b8c987f827e25208f9bcdad4a22da0831c72f95a4e9363d8fce5901f7341288060630f82ddb3d319ad6717d69a67dfdc710f61d365dac7667a9e41
languageName: node
linkType: hard

Expand Down Expand Up @@ -6678,7 +6680,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "commerce-php@workspace:."
dependencies:
"@adobe/gatsby-theme-aio": 4.9.7
"@adobe/gatsby-theme-aio": 4.10.2
gatsby: 4.22.0
react: ^17.0.2
react-dom: ^17.0.2
Expand Down Expand Up @@ -17510,6 +17512,13 @@ __metadata:
languageName: node
linkType: hard

"resize-observer-polyfill@npm:^1.5.1":
version: 1.5.1
resolution: "resize-observer-polyfill@npm:1.5.1"
checksum: 57e7f79489867b00ba43c9c051524a5c8f162a61d5547e99333549afc23e15c44fd43f2f318ea0261ea98c0eb3158cca261e6f48d66e1ed1cd1f340a43977094
languageName: node
linkType: hard

"resolve-alpn@npm:^1.0.0":
version: 1.2.1
resolution: "resolve-alpn@npm:1.2.1"
Expand Down Expand Up @@ -20173,6 +20182,15 @@ __metadata:
languageName: node
linkType: hard

"use-debounce@npm:^9.0.4":
version: 9.0.4
resolution: "use-debounce@npm:9.0.4"
peerDependencies:
react: ">=16.8.0"
checksum: 37da4ecbe4e10a6230580cac03a8cae1788ea3e417dfdd92fcf654325458cf1b4567fd57bebf888edab62701a6abe47059a585008fd04228784f223f94d66ce4
languageName: node
linkType: hard

"utif@npm:^2.0.1":
version: 2.0.1
resolution: "utif@npm:2.0.1"
Expand Down