[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2024-12-24 10:03:47 +00:00
parent f8e9e7d7c9
commit d6dda89f2b
14 changed files with 2236 additions and 2707 deletions

View file

@ -3,6 +3,6 @@
"last_update": 1734894188
},
"Trickest wordlist update": {
"last_update": 1734948263
"last_update": 1735034617
}
}

View file

@ -1,6 +1,6 @@
.gitattributes
bootstrap/providers.php
bootstrap/app.php
database/factories/UserFactory.php
database/seeders/DatabaseSeeder.php
database/migrations/2014_10_12_000000_create_users_table.php
database/migrations/2023_10_05_163612_create_visits_table.php
@ -9,7 +9,6 @@ database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php
database/migrations/2022_10_04_144444_create_job_batches_table.php
database/migrations/2022_03_15_160510_create_failed_jobs_table.php
database/migrations/2014_10_12_100000_create_password_resets_table.php
docker-compose.yml
CONTRIBUTING.md
packages/Webkul/MagicAI/src/Http/helpers.php
packages/Webkul/MagicAI/src/Providers/MagicAIServiceProvider.php
@ -58,6 +57,7 @@ packages/Webkul/Product/src/Models/ProductPriceIndex.php
packages/Webkul/Product/src/Models/ProductBundleOptionProxy.php
packages/Webkul/Product/src/Models/ProductInventoryIndex.php
packages/Webkul/Product/src/Models/ProductAttributeValue.php
packages/Webkul/Product/src/Database/Eloquent/Builder.php
packages/Webkul/Product/src/Database/Migrations/2024_01_19_170350_add_unique_id_column_in_product_customer_group_prices_table.php
packages/Webkul/Product/src/Database/Migrations/2019_06_17_180314_create_product_downloadable_sample_translations_table.php
packages/Webkul/Product/src/Database/Migrations/2022_10_08_134150_create_product_inventory_indices_table.php
@ -270,7 +270,7 @@ packages/Webkul/Shop/package.json
packages/Webkul/Shop/composer.json
packages/Webkul/Shop/vite.config.js
packages/Webkul/Shop/tailwind.config.js
packages/Webkul/Shop/postcss.config.cjs
packages/Webkul/Shop/postcss.config.js
packages/Webkul/Shop/tests/Concerns/ShopTestBench.php
packages/Webkul/Shop/tests/ShopTestCase.php
packages/Webkul/Shop/tests/Feature/Product/Prices/ConfigurableTest.php
@ -564,12 +564,14 @@ packages/Webkul/Shop/src/Resources/lang/ja/app.php
packages/Webkul/Shop/src/Resources/lang/ar/app.php
packages/Webkul/Shop/src/Resources/manifest.php
packages/Webkul/Shop/src/Data/postal-code.json
packages/Webkul/Shop/src/Config/imagecache.php
packages/Webkul/Shop/src/Config/menu.php
packages/Webkul/Shop/src/Routes/checkout-routes.php
packages/Webkul/Shop/src/Routes/api.php
packages/Webkul/Shop/src/Routes/web.php
packages/Webkul/Shop/src/Routes/customer-routes.php
packages/Webkul/Shop/src/Routes/store-front-routes.php
packages/Webkul/Shop/src/Routes/breadcrumbs.php
packages/Webkul/Shop/src/Listeners/Refund.php
packages/Webkul/Shop/src/Listeners/Order.php
packages/Webkul/Shop/src/Listeners/Base.php
@ -645,7 +647,6 @@ packages/Webkul/DataGrid/src/Models/SavedFilterProxy.php
packages/Webkul/DataGrid/src/Models/SavedFilter.php
packages/Webkul/DataGrid/src/Database/Migrations/2024_05_10_152848_create_saved_filters_table.php
packages/Webkul/DataGrid/src/Exceptions/InvalidColumnException.php
packages/Webkul/DataGrid/src/Exceptions/InvalidColumnExpressionException.php
packages/Webkul/DataGrid/src/Exceptions/InvalidColumnTypeException.php
packages/Webkul/DataGrid/src/Exceptions/InvalidDataGridException.php
packages/Webkul/DataGrid/src/Http/helpers.php
@ -657,7 +658,6 @@ packages/Webkul/DataGrid/src/Enums/ColumnTypeEnum.php
packages/Webkul/DataGrid/src/Enums/DateRangeOptionEnum.php
packages/Webkul/DataGrid/src/Enums/FilterTypeEnum.php
packages/Webkul/DataGrid/src/Action.php
packages/Webkul/DataGrid/src/Exports/DataGridExport.php
packages/Webkul/DataGrid/src/Contracts/SavedFilter.php
packages/Webkul/DataGrid/src/MassAction.php
packages/Webkul/DataGrid/src/DataGrid.php
@ -672,7 +672,7 @@ packages/Webkul/Installer/package.json
packages/Webkul/Installer/composer.json
packages/Webkul/Installer/vite.config.js
packages/Webkul/Installer/tailwind.config.js
packages/Webkul/Installer/postcss.config.cjs
packages/Webkul/Installer/postcss.config.js
packages/Webkul/Installer/src/Database/Seeders/SocialLogin/DatabaseSeeder.php
packages/Webkul/Installer/src/Database/Seeders/SocialLogin/CustomerSocialAccountTableSeeder.php
packages/Webkul/Installer/src/Database/Seeders/Shop/DatabaseSeeder.php
@ -842,11 +842,9 @@ packages/Webkul/DataTransfer/src/Jobs/Import/ImportBatch.php
packages/Webkul/DataTransfer/src/Jobs/Import/Indexing.php
packages/Webkul/DataTransfer/src/Config/importers.php
packages/Webkul/DataTransfer/src/Helpers/Import.php
packages/Webkul/DataTransfer/src/Helpers/Sources/XLS.php
packages/Webkul/DataTransfer/src/Helpers/Sources/Excel.php
packages/Webkul/DataTransfer/src/Helpers/Sources/AbstractSource.php
packages/Webkul/DataTransfer/src/Helpers/Sources/CSV.php
packages/Webkul/DataTransfer/src/Helpers/Sources/XLSX.php
packages/Webkul/DataTransfer/src/Helpers/Sources/XML.php
packages/Webkul/DataTransfer/src/Helpers/Error.php
packages/Webkul/DataTransfer/src/Helpers/Importers/Product/SKUStorage.php
packages/Webkul/DataTransfer/src/Helpers/Importers/Product/Importer.php
@ -1132,7 +1130,7 @@ packages/Webkul/Admin/package.json
packages/Webkul/Admin/composer.json
packages/Webkul/Admin/vite.config.js
packages/Webkul/Admin/tailwind.config.js
packages/Webkul/Admin/postcss.config.cjs
packages/Webkul/Admin/postcss.config.js
packages/Webkul/Admin/tests/AdminTestCase.php
packages/Webkul/Admin/tests/Concerns/AdminTestBench.php
packages/Webkul/Admin/tests/Feature/Customers/CustomerGroupsTest.php
@ -1501,6 +1499,7 @@ packages/Webkul/Admin/src/Resources/views/components/datagrid/toolbar/mass-actio
packages/Webkul/Admin/src/Resources/views/components/datagrid/toolbar/pagination.blade.php
packages/Webkul/Admin/src/Resources/views/components/datagrid/toolbar/filter.blade.php
packages/Webkul/Admin/src/Resources/views/components/datagrid/toolbar/search.blade.php
packages/Webkul/Admin/src/Resources/views/components/datagrid/export/temp.blade.php
packages/Webkul/Admin/src/Resources/views/components/datagrid/export/index.blade.php
packages/Webkul/Admin/src/Resources/views/components/datagrid/table.blade.php
packages/Webkul/Admin/src/Resources/views/components/datagrid/index.blade.php
@ -1690,6 +1689,7 @@ packages/Webkul/Admin/src/Resources/lang/ja/app.php
packages/Webkul/Admin/src/Resources/lang/ar/app.php
packages/Webkul/Admin/src/Resources/manifest.php
packages/Webkul/Admin/src/Exports/ReportingExport.php
packages/Webkul/Admin/src/Exports/DataGridExport.php
packages/Webkul/Admin/src/Validations/ConfigurableUniqueSku.php
packages/Webkul/Admin/src/Validations/ProductCategoryUniqueSlug.php
packages/Webkul/Admin/src/Config/acl.php
@ -1718,6 +1718,7 @@ packages/Webkul/Admin/src/Routes/settings-routes.php
packages/Webkul/Admin/src/Listeners/Refund.php
packages/Webkul/Admin/src/Listeners/Order.php
packages/Webkul/Admin/src/Listeners/Base.php
packages/Webkul/Admin/src/Listeners/ChannelSettingsChange.php
packages/Webkul/Admin/src/Listeners/Invoice.php
packages/Webkul/Admin/src/Listeners/Customer.php
packages/Webkul/Admin/src/Listeners/Shipment.php
@ -1860,7 +1861,7 @@ packages/Webkul/Core/src/Rules/Decimal.php
packages/Webkul/Core/src/Rules/PhoneNumber.php
packages/Webkul/Core/src/Rules/Code.php
packages/Webkul/Core/src/Http/helpers.php
packages/Webkul/Core/src/Http/Middleware/PreventRequestsDuringMaintenance.php
packages/Webkul/Core/src/Http/Middleware/CheckForMaintenanceMode.php
packages/Webkul/Core/src/Http/Middleware/SecureHeaders.php
packages/Webkul/Core/src/Providers/VisitorServiceProvider.php
packages/Webkul/Core/src/Providers/CoreServiceProvider.php
@ -1868,7 +1869,6 @@ packages/Webkul/Core/src/Providers/CoreModuleServiceProvider.php
packages/Webkul/Core/src/Providers/EnvValidatorServiceProvider.php
packages/Webkul/Core/src/Providers/ModuleServiceProvider.php
packages/Webkul/Core/src/Providers/EventServiceProvider.php
packages/Webkul/Core/src/Providers/ImageServiceProvider.php
packages/Webkul/Core/src/Repositories/LocaleRepository.php
packages/Webkul/Core/src/Repositories/CurrencyRepository.php
packages/Webkul/Core/src/Repositories/SubscribersListRepository.php
@ -1951,11 +1951,18 @@ packages/Webkul/Core/src/ImageCache/Controller.php
packages/Webkul/Core/src/ImageCache/ImageManager.php
packages/Webkul/Core/src/Visitor.php
packages/Webkul/Core/src/Menu/MenuItem.php
packages/Webkul/Core/src/Config/repository.php
packages/Webkul/Core/src/Config/concord.php
packages/Webkul/Core/src/Config/visitor.php
packages/Webkul/Core/src/Config/elasticsearch.php
packages/Webkul/Core/src/Console/Commands/BagistoPublish.php
packages/Webkul/Core/src/Console/Commands/InvoiceOverdueCron.php
packages/Webkul/Core/src/Console/Commands/DownChannelCommand.php
packages/Webkul/Core/src/Console/Commands/BagistoVersion.php
packages/Webkul/Core/src/Console/Commands/ExchangeRateUpdate.php
packages/Webkul/Core/src/Console/Commands/DownCommand.php
packages/Webkul/Core/src/Console/Commands/UpCommand.php
packages/Webkul/Core/src/Console/Commands/UpChannelCommand.php
packages/Webkul/Core/src/ElasticSearch.php
packages/Webkul/Core/src/Core.php
packages/Webkul/Core/src/Helpers/Exchange/ExchangeRates.php
@ -2083,26 +2090,15 @@ packages/Webkul/Sitemap/src/Models/Category.php
packages/Webkul/Sitemap/src/Models/SitemapProxy.php
packages/Webkul/Sitemap/src/Models/CategoryTranslation.php
packages/Webkul/Sitemap/src/Models/Page.php
packages/Webkul/Sitemap/src/Database/Migrations/2024_07_17_172645_add_additional_column_to_sitemaps_table.php
packages/Webkul/Sitemap/src/Database/Migrations/2022_04_01_094622_create_sitemaps_table.php
packages/Webkul/Sitemap/src/Providers/SitemapServiceProvider.php
packages/Webkul/Sitemap/src/Providers/ModuleServiceProvider.php
packages/Webkul/Sitemap/src/Repositories/SitemapRepository.php
packages/Webkul/Sitemap/src/Resources/manifest.php
packages/Webkul/Sitemap/src/Contracts/Sitemap.php
packages/Webkul/Sitemap/src/Jobs/ProcessSitemap.php
storage/app/public/data-transfer/samples/csv/products.csv
storage/app/public/data-transfer/samples/csv/customers.csv
storage/app/public/data-transfer/samples/csv/tax-rates.csv
storage/app/public/data-transfer/samples/xls/products.xls
storage/app/public/data-transfer/samples/xls/tax-rates.xls
storage/app/public/data-transfer/samples/xls/customers.xls
storage/app/public/data-transfer/samples/xlsx/products.xlsx
storage/app/public/data-transfer/samples/xlsx/customers.xlsx
storage/app/public/data-transfer/samples/xlsx/tax-rates.xlsx
storage/app/public/data-transfer/samples/xml/customers.xml
storage/app/public/data-transfer/samples/xml/tax-rates.xml
storage/app/public/data-transfer/samples/xml/products.xml
storage/app/public/data-transfer/samples/products.csv
storage/app/public/data-transfer/samples/customers.csv
storage/app/public/data-transfer/samples/tax-rates.csv
package.json
SECURITY.md
composer.lock
@ -2118,7 +2114,6 @@ config/imagecache.php
config/concord.php
config/bagisto-vite.php
config/queue.php
config/image.php
config/session.php
config/broadcasting.php
config/visitor.php
@ -2148,63 +2143,63 @@ public/build/assets/app-4ed993c7.js
public/build/manifest.json
public/index.php
public/robots.txt
public/themes/shop/default/build/assets/app-CG--VZHn.js
public/themes/shop/default/build/assets/large-product-placeholder-B9xoAuKQ.webp
public/themes/shop/default/build/assets/medium-product-placeholder-INODB-G2.webp
public/themes/shop/default/build/assets/bagisto-shop-CwjLXSBu.woff
public/themes/shop/default/build/assets/spinner-CWS6ej98.svg
public/themes/shop/default/build/assets/hero-image-DwKg3YHc.webp
public/themes/shop/default/build/assets/small-product-placeholder-CMT26fOX.webp
public/themes/shop/default/build/assets/logo-CZWQQgOF.svg
public/themes/shop/default/build/assets/default-language-BxH8WlkY.svg
public/themes/shop/default/build/assets/default-language-6ef0ef70.svg
public/themes/shop/default/build/assets/app-3e63db2c.js
public/themes/shop/default/build/assets/small-product-placeholder-64b7f208.webp
public/themes/shop/default/build/assets/medium-product-placeholder-3b1a7b7d.webp
public/themes/shop/default/build/assets/logo-942157c2.svg
public/themes/shop/default/build/assets/large-product-placeholder-13b8a96b.webp
public/themes/shop/default/build/assets/spinner-51c5cf50.svg
public/themes/shop/default/build/assets/bagisto-shop-5afe0d07.woff
public/themes/shop/default/build/assets/hero-image-3170dce6.webp
public/themes/shop/default/build/manifest.json
public/themes/installer/default/build/assets/app-0B8YDPy1.js
public/themes/installer/default/build/assets/spinner-CWS6ej98.svg
public/themes/installer/default/build/assets/bagisto-logo-CXf-crI0.svg
public/themes/installer/default/build/assets/bagisto-installer-CR1_oTt2.woff
public/themes/installer/default/build/assets/app-affd9dfa.js
public/themes/installer/default/build/assets/bagisto-installer-974e4842.woff
public/themes/installer/default/build/assets/spinner-51c5cf50.svg
public/themes/installer/default/build/assets/bagisto-logo-f02a1643.svg
public/themes/installer/default/build/manifest.json
public/themes/admin/default/build/assets/shipping-B_qRLPCF.svg
public/themes/admin/default/build/assets/customers-BksiMJdH.svg
public/themes/admin/default/build/assets/tax-BQgwf9VP.svg
public/themes/admin/default/build/assets/checkout-BvqH__Gi.svg
public/themes/admin/default/build/assets/customers-BfcJGhnh.svg
public/themes/admin/default/build/assets/icon-discount-muGQmsXC.svg
public/themes/admin/default/build/assets/average-orders-UpY6pgyW.svg
public/themes/admin/default/build/assets/chart-DeBQbFuW.js
public/themes/admin/default/build/assets/icon-options-B9pp5RQf.svg
public/themes/admin/default/build/assets/captcha-CcuSNj-t.svg
public/themes/admin/default/build/assets/zoom-CynTuPTI.svg
public/themes/admin/default/build/assets/store-DyMTCGK9.svg
public/themes/admin/default/build/assets/order-Bj8Kur9c.svg
public/themes/admin/default/build/assets/next-1-C2hl59rC.svg
public/themes/admin/default/build/assets/unpaid-invoices-BgQgwKF1.svg
public/themes/admin/default/build/assets/theme-Bwf_p88V.svg
public/themes/admin/default/build/assets/address-DH7M3lNY.svg
public/themes/admin/default/build/assets/error-ClRu8L1K.svg
public/themes/admin/default/build/assets/reviews-UDFC2zlO.svg
public/themes/admin/default/build/assets/default-Bzl-phiD.svg
public/themes/admin/default/build/assets/payment-method-Bu6ybGKX.svg
public/themes/admin/default/build/assets/orders-BL3uXoui.svg
public/themes/admin/default/build/assets/magic-ai-C0gXN1sk.svg
public/themes/admin/default/build/assets/inventory-D1uKZcKj.svg
public/themes/admin/default/build/assets/logo-CXf-crI0.svg
public/themes/admin/default/build/assets/total-sales-B1A9STxj.svg
public/themes/admin/default/build/assets/front-CFI3VfdH.svg
public/themes/admin/default/build/assets/icon-add-product-nFt8sucb.svg
public/themes/admin/default/build/assets/spinner-CkjnFMgn.svg
public/themes/admin/default/build/assets/product-CoE-Gk7v.svg
public/themes/admin/default/build/assets/use-cases-D4JhqD_Z.svg
public/themes/admin/default/build/assets/app-BcaoU75C.js
public/themes/admin/default/build/assets/email-5AJwT575.svg
public/themes/admin/default/build/assets/size-DCBc_ei4.svg
public/themes/admin/default/build/assets/dark-logo-P5H7MBtx.svg
public/themes/admin/default/build/assets/invoice-qNYgi9ea.svg
public/themes/admin/default/build/assets/store-information-Cjd5D_oN.svg
public/themes/admin/default/build/assets/total-orders-wduYhIFA.svg
public/themes/admin/default/build/assets/bagisto-admin-DRpisRbe.woff
public/themes/admin/default/build/assets/settings-DhKa03Cc.svg
public/themes/admin/default/build/assets/report-empty-B0NsGHhI.svg
public/themes/admin/default/build/assets/next-2-wWoAa-nH.svg
public/themes/admin/default/build/assets/orders-5dd62d9d.svg
public/themes/admin/default/build/assets/use-cases-4a33de1a.svg
public/themes/admin/default/build/assets/order-c8714dda.svg
public/themes/admin/default/build/assets/spinner-08c27ad5.svg
public/themes/admin/default/build/assets/payment-method-10ea91e1.svg
public/themes/admin/default/build/assets/average-orders-71c4bf9a.svg
public/themes/admin/default/build/assets/checkout-e5efdb8e.svg
public/themes/admin/default/build/assets/icon-add-product-e3232d62.svg
public/themes/admin/default/build/assets/store-information-a7d64429.svg
public/themes/admin/default/build/assets/shipping-ceb1cb37.svg
public/themes/admin/default/build/assets/email-5653e8d5.svg
public/themes/admin/default/build/assets/app-2a0716fd.js
public/themes/admin/default/build/assets/icon-discount-e37d1aed.svg
public/themes/admin/default/build/assets/next-2-6aace5ca.svg
public/themes/admin/default/build/assets/tax-20f847de.svg
public/themes/admin/default/build/assets/icon-options-ebfcd268.svg
public/themes/admin/default/build/assets/total-sales-5b2c7b58.svg
public/themes/admin/default/build/assets/address-c3d46b29.svg
public/themes/admin/default/build/assets/reviews-17309002.svg
public/themes/admin/default/build/assets/zoom-0c75bed3.svg
public/themes/admin/default/build/assets/customers-199df769.svg
public/themes/admin/default/build/assets/settings-26b93165.svg
public/themes/admin/default/build/assets/default-2c56169a.svg
public/themes/admin/default/build/assets/customers-57f8166b.svg
public/themes/admin/default/build/assets/logo-f02a1643.svg
public/themes/admin/default/build/assets/unpaid-invoices-6c51662d.svg
public/themes/admin/default/build/assets/error-4179d5c7.svg
public/themes/admin/default/build/assets/next-1-91bb148a.svg
public/themes/admin/default/build/assets/total-orders-f1b2017e.svg
public/themes/admin/default/build/assets/invoice-bbc6d6a8.svg
public/themes/admin/default/build/assets/theme-f4d870b8.svg
public/themes/admin/default/build/assets/bagisto-admin-c1c971d5.woff
public/themes/admin/default/build/assets/store-8d27c0df.svg
public/themes/admin/default/build/assets/magic-ai-2b88cb86.svg
public/themes/admin/default/build/assets/front-93490c30.svg
public/themes/admin/default/build/assets/size-04e2a252.svg
public/themes/admin/default/build/assets/report-empty-c3bb4a01.svg
public/themes/admin/default/build/assets/chart-1d2144fe.js
public/themes/admin/default/build/assets/dark-logo-ea7984e7.svg
public/themes/admin/default/build/assets/product-357134fb.svg
public/themes/admin/default/build/assets/inventory-d69907d8.svg
public/themes/admin/default/build/assets/captcha-061d77ab.svg
public/themes/admin/default/build/manifest.json
public/fonts/NotoSansBengali-Regular.ttf
public/fonts/Hind-Regular.ttf
@ -2298,12 +2293,28 @@ lang/ar/auth.php
README.md
UPGRADE.md
routes/console.php
routes/api.php
routes/web.php
routes/breadcrumbs.php
routes/channels.php
CODE_OF_CONDUCT.md
app/Exceptions/Handler.php
app/Http/Middleware/RedirectIfAuthenticated.php
app/Http/Middleware/EncryptCookies.php
app/Http/Middleware/TrustHosts.php
app/Http/Middleware/TrimStrings.php
app/Http/Middleware/TrustProxies.php
app/Http/Middleware/VerifyCsrfToken.php
app/Http/Controllers/Controller.php
app/Http/Kernel.php
app/Providers/BroadcastServiceProvider.php
app/Providers/AppServiceProvider.php
app/Providers/AuthServiceProvider.php
app/Providers/EventServiceProvider.php
app/Providers/RouteServiceProvider.php
app/Console/Kernel.php
tests/Pest.php
tests/CreatesApplication.php
tests/TestCase.php
.env.example
LICENSE.txt

View file

@ -23227,6 +23227,13 @@ Drupal/Core/Test/AssertMailTrait.php
Core/Test/AssertMailTrait.php
Test/AssertMailTrait.php
AssertMailTrait.php
core/lib/Drupal/Core/Serialization/Attribute/JsonSchema.php
lib/Drupal/Core/Serialization/Attribute/JsonSchema.php
Drupal/Core/Serialization/Attribute/JsonSchema.php
Core/Serialization/Attribute/JsonSchema.php
Serialization/Attribute/JsonSchema.php
Attribute/JsonSchema.php
JsonSchema.php
core/lib/Drupal/Core/Serialization/Yaml.php
lib/Drupal/Core/Serialization/Yaml.php
Drupal/Core/Serialization/Yaml.php
@ -42728,14 +42735,14 @@ tests/src/Kernel/TestCoverageTest.php
src/Kernel/TestCoverageTest.php
Kernel/TestCoverageTest.php
TestCoverageTest.php
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php
modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php
jsonapi/tests/src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php
tests/src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php
src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php
Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php
Normalizer/JsonApiDocumentTopLevelNormalizerTest.php
JsonApiDocumentTopLevelNormalizerTest.php
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php
modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php
jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php
tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php
src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php
Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php
Normalizer/JsonApiTopLevelResourceNormalizerTest.php
JsonApiTopLevelResourceNormalizerTest.php
core/modules/jsonapi/tests/src/Kernel/Normalizer/FieldItemNormalizerTest.php
modules/jsonapi/tests/src/Kernel/Normalizer/FieldItemNormalizerTest.php
jsonapi/tests/src/Kernel/Normalizer/FieldItemNormalizerTest.php
@ -42908,6 +42915,13 @@ tests/src/Traits/CommonCollectionFilterAccessTestPatternsTrait.php
src/Traits/CommonCollectionFilterAccessTestPatternsTrait.php
Traits/CommonCollectionFilterAccessTestPatternsTrait.php
CommonCollectionFilterAccessTestPatternsTrait.php
core/modules/jsonapi/tests/src/Traits/JsonApiJsonSchemaTestTrait.php
modules/jsonapi/tests/src/Traits/JsonApiJsonSchemaTestTrait.php
jsonapi/tests/src/Traits/JsonApiJsonSchemaTestTrait.php
tests/src/Traits/JsonApiJsonSchemaTestTrait.php
src/Traits/JsonApiJsonSchemaTestTrait.php
Traits/JsonApiJsonSchemaTestTrait.php
JsonApiJsonSchemaTestTrait.php
core/modules/jsonapi/tests/src/Functional/DateFormatTest.php
modules/jsonapi/tests/src/Functional/DateFormatTest.php
jsonapi/tests/src/Functional/DateFormatTest.php
@ -49437,6 +49451,14 @@ src/Unit/Normalizer/InternalTypedDataTestTrait.php
Unit/Normalizer/InternalTypedDataTestTrait.php
Normalizer/InternalTypedDataTestTrait.php
InternalTypedDataTestTrait.php
core/modules/serialization/tests/src/Unit/Normalizer/MarkupNormalizerTest.php
modules/serialization/tests/src/Unit/Normalizer/MarkupNormalizerTest.php
serialization/tests/src/Unit/Normalizer/MarkupNormalizerTest.php
tests/src/Unit/Normalizer/MarkupNormalizerTest.php
src/Unit/Normalizer/MarkupNormalizerTest.php
Unit/Normalizer/MarkupNormalizerTest.php
Normalizer/MarkupNormalizerTest.php
MarkupNormalizerTest.php
core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php
modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php
serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php
@ -49477,6 +49499,13 @@ src/Unit/Normalizer/PrimitiveDataNormalizerTest.php
Unit/Normalizer/PrimitiveDataNormalizerTest.php
Normalizer/PrimitiveDataNormalizerTest.php
PrimitiveDataNormalizerTest.php
core/modules/serialization/tests/src/Traits/JsonSchemaTestTrait.php
modules/serialization/tests/src/Traits/JsonSchemaTestTrait.php
serialization/tests/src/Traits/JsonSchemaTestTrait.php
tests/src/Traits/JsonSchemaTestTrait.php
src/Traits/JsonSchemaTestTrait.php
Traits/JsonSchemaTestTrait.php
JsonSchemaTestTrait.php
core/modules/serialization/tests/src/Functional/GenericTest.php
modules/serialization/tests/src/Functional/GenericTest.php
serialization/tests/src/Functional/GenericTest.php
@ -49489,6 +49518,11 @@ modules/serialization/src/SerializationServiceProvider.php
serialization/src/SerializationServiceProvider.php
src/SerializationServiceProvider.php
SerializationServiceProvider.php
core/modules/serialization/src/json-schema-draft-04-meta-schema.json.LICENSE.txt
modules/serialization/src/json-schema-draft-04-meta-schema.json.LICENSE.txt
serialization/src/json-schema-draft-04-meta-schema.json.LICENSE.txt
src/json-schema-draft-04-meta-schema.json.LICENSE.txt
json-schema-draft-04-meta-schema.json.LICENSE.txt
core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php
modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php
serialization/src/EventSubscriber/DefaultExceptionSubscriber.php
@ -49506,6 +49540,11 @@ modules/serialization/src/RegisterSerializationClassesCompilerPass.php
serialization/src/RegisterSerializationClassesCompilerPass.php
src/RegisterSerializationClassesCompilerPass.php
RegisterSerializationClassesCompilerPass.php
core/modules/serialization/src/json-schema-draft-04-meta-schema.json
modules/serialization/src/json-schema-draft-04-meta-schema.json
serialization/src/json-schema-draft-04-meta-schema.json
src/json-schema-draft-04-meta-schema.json
json-schema-draft-04-meta-schema.json
core/modules/serialization/src/Encoder/XmlEncoder.php
modules/serialization/src/Encoder/XmlEncoder.php
serialization/src/Encoder/XmlEncoder.php
@ -49608,6 +49647,12 @@ serialization/src/Normalizer/DateTimeNormalizer.php
src/Normalizer/DateTimeNormalizer.php
Normalizer/DateTimeNormalizer.php
DateTimeNormalizer.php
core/modules/serialization/src/Normalizer/SchematicNormalizerTrait.php
modules/serialization/src/Normalizer/SchematicNormalizerTrait.php
serialization/src/Normalizer/SchematicNormalizerTrait.php
src/Normalizer/SchematicNormalizerTrait.php
Normalizer/SchematicNormalizerTrait.php
SchematicNormalizerTrait.php
core/modules/serialization/src/Normalizer/TypedDataNormalizer.php
modules/serialization/src/Normalizer/TypedDataNormalizer.php
serialization/src/Normalizer/TypedDataNormalizer.php
@ -49620,6 +49665,24 @@ serialization/src/Normalizer/FieldableEntityNormalizerTrait.php
src/Normalizer/FieldableEntityNormalizerTrait.php
Normalizer/FieldableEntityNormalizerTrait.php
FieldableEntityNormalizerTrait.php
core/modules/serialization/src/Normalizer/SchematicNormalizerHelperTrait.php
modules/serialization/src/Normalizer/SchematicNormalizerHelperTrait.php
serialization/src/Normalizer/SchematicNormalizerHelperTrait.php
src/Normalizer/SchematicNormalizerHelperTrait.php
Normalizer/SchematicNormalizerHelperTrait.php
SchematicNormalizerHelperTrait.php
core/modules/serialization/src/Normalizer/SchematicNormalizerFallbackTrait.php
modules/serialization/src/Normalizer/SchematicNormalizerFallbackTrait.php
serialization/src/Normalizer/SchematicNormalizerFallbackTrait.php
src/Normalizer/SchematicNormalizerFallbackTrait.php
Normalizer/SchematicNormalizerFallbackTrait.php
SchematicNormalizerFallbackTrait.php
core/modules/serialization/src/Normalizer/JsonSchemaReflectionTrait.php
modules/serialization/src/Normalizer/JsonSchemaReflectionTrait.php
serialization/src/Normalizer/JsonSchemaReflectionTrait.php
src/Normalizer/JsonSchemaReflectionTrait.php
Normalizer/JsonSchemaReflectionTrait.php
JsonSchemaReflectionTrait.php
core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizer.php
modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizer.php
serialization/src/Normalizer/EntityReferenceFieldItemNormalizer.php
@ -49691,6 +49754,24 @@ modules/serialization/src/RegisterEntityResolversCompilerPass.php
serialization/src/RegisterEntityResolversCompilerPass.php
src/RegisterEntityResolversCompilerPass.php
RegisterEntityResolversCompilerPass.php
core/modules/serialization/src/Serializer/Serializer.php
modules/serialization/src/Serializer/Serializer.php
serialization/src/Serializer/Serializer.php
src/Serializer/Serializer.php
Serializer/Serializer.php
Serializer.php
core/modules/serialization/src/Serializer/JsonSchemaProviderSerializerInterface.php
modules/serialization/src/Serializer/JsonSchemaProviderSerializerInterface.php
serialization/src/Serializer/JsonSchemaProviderSerializerInterface.php
src/Serializer/JsonSchemaProviderSerializerInterface.php
Serializer/JsonSchemaProviderSerializerInterface.php
JsonSchemaProviderSerializerInterface.php
core/modules/serialization/src/Serializer/JsonSchemaProviderSerializerTrait.php
modules/serialization/src/Serializer/JsonSchemaProviderSerializerTrait.php
serialization/src/Serializer/JsonSchemaProviderSerializerTrait.php
src/Serializer/JsonSchemaProviderSerializerTrait.php
Serializer/JsonSchemaProviderSerializerTrait.php
JsonSchemaProviderSerializerTrait.php
core/modules/migrate_drupal/migrate_drupal.install
modules/migrate_drupal/migrate_drupal.install
migrate_drupal/migrate_drupal.install
@ -61835,6 +61916,13 @@ options/tests/options_test/options_test.info.yml
tests/options_test/options_test.info.yml
options_test/options_test.info.yml
options_test.info.yml
core/modules/options/tests/options_test/src/OptionsAllowedValues.php
modules/options/tests/options_test/src/OptionsAllowedValues.php
options/tests/options_test/src/OptionsAllowedValues.php
tests/options_test/src/OptionsAllowedValues.php
options_test/src/OptionsAllowedValues.php
src/OptionsAllowedValues.php
OptionsAllowedValues.php
core/modules/options/tests/options_test/src/Hook/OptionsTestHooks.php
modules/options/tests/options_test/src/Hook/OptionsTestHooks.php
options/tests/options_test/src/Hook/OptionsTestHooks.php
@ -61843,12 +61931,6 @@ options_test/src/Hook/OptionsTestHooks.php
src/Hook/OptionsTestHooks.php
Hook/OptionsTestHooks.php
OptionsTestHooks.php
core/modules/options/tests/options_test/options_test.module
modules/options/tests/options_test/options_test.module
options/tests/options_test/options_test.module
tests/options_test/options_test.module
options_test/options_test.module
options_test.module
core/modules/options/tests/options_config_install_test/options_config_install_test.info.yml
modules/options/tests/options_config_install_test/options_config_install_test.info.yml
options/tests/options_config_install_test/options_config_install_test.info.yml
@ -80643,6 +80725,22 @@ error_service_test/src/Controller/LonelyMonkeyController.php
src/Controller/LonelyMonkeyController.php
Controller/LonelyMonkeyController.php
LonelyMonkeyController.php
core/modules/system/tests/modules/field_storage_entity_type_dependency_test/field_storage_entity_type_dependency_test.info.yml
modules/system/tests/modules/field_storage_entity_type_dependency_test/field_storage_entity_type_dependency_test.info.yml
system/tests/modules/field_storage_entity_type_dependency_test/field_storage_entity_type_dependency_test.info.yml
tests/modules/field_storage_entity_type_dependency_test/field_storage_entity_type_dependency_test.info.yml
modules/field_storage_entity_type_dependency_test/field_storage_entity_type_dependency_test.info.yml
field_storage_entity_type_dependency_test/field_storage_entity_type_dependency_test.info.yml
field_storage_entity_type_dependency_test.info.yml
core/modules/system/tests/modules/field_storage_entity_type_dependency_test/src/Hook/FieldStorageEntityTypeDependencyTestHook.php
modules/system/tests/modules/field_storage_entity_type_dependency_test/src/Hook/FieldStorageEntityTypeDependencyTestHook.php
system/tests/modules/field_storage_entity_type_dependency_test/src/Hook/FieldStorageEntityTypeDependencyTestHook.php
tests/modules/field_storage_entity_type_dependency_test/src/Hook/FieldStorageEntityTypeDependencyTestHook.php
modules/field_storage_entity_type_dependency_test/src/Hook/FieldStorageEntityTypeDependencyTestHook.php
field_storage_entity_type_dependency_test/src/Hook/FieldStorageEntityTypeDependencyTestHook.php
src/Hook/FieldStorageEntityTypeDependencyTestHook.php
Hook/FieldStorageEntityTypeDependencyTestHook.php
FieldStorageEntityTypeDependencyTestHook.php
core/modules/system/tests/modules/update_test_description/update_test_description.install
modules/system/tests/modules/update_test_description/update_test_description.install
system/tests/modules/update_test_description/update_test_description.install
@ -126004,6 +126102,13 @@ Core/Entity/TypedData/EntityAdapterUnitTest.php
Entity/TypedData/EntityAdapterUnitTest.php
TypedData/EntityAdapterUnitTest.php
EntityAdapterUnitTest.php
core/tests/Drupal/Tests/Core/Entity/StubFieldItemBase.php
tests/Drupal/Tests/Core/Entity/StubFieldItemBase.php
Drupal/Tests/Core/Entity/StubFieldItemBase.php
Tests/Core/Entity/StubFieldItemBase.php
Core/Entity/StubFieldItemBase.php
Entity/StubFieldItemBase.php
StubFieldItemBase.php
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php
tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php
Drupal/Tests/Core/Update/UpdateRegistryTest.php

View file

@ -3482,6 +3482,7 @@ core/lib/Drupal/Core/Test/TestDiscovery.php
core/lib/Drupal/Core/Test/TestStatus.php
core/lib/Drupal/Core/Test/TestRunnerKernel.php
core/lib/Drupal/Core/Test/AssertMailTrait.php
core/lib/Drupal/Core/Serialization/Attribute/JsonSchema.php
core/lib/Drupal/Core/Serialization/Yaml.php
core/lib/Drupal/Core/Logger/LoggerChannel.php
core/lib/Drupal/Core/Logger/LogMessageParser.php
@ -6539,7 +6540,7 @@ core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php
core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php
core/modules/jsonapi/tests/src/Kernel/EventSubscriber/ResourceObjectNormalizerCacherTest.php
core/modules/jsonapi/tests/src/Kernel/TestCoverageTest.php
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php
core/modules/jsonapi/tests/src/Kernel/Normalizer/FieldItemNormalizerTest.php
core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php
core/modules/jsonapi/tests/src/Kernel/Normalizer/LinkCollectionNormalizerTest.php
@ -6562,6 +6563,7 @@ core/modules/jsonapi/tests/src/Unit/Normalizer/ResourceIdentifierNormalizerTest.
core/modules/jsonapi/tests/src/Unit/Routing/RoutesTest.php
core/modules/jsonapi/tests/src/Traits/GetDocumentFromResponseTrait.php
core/modules/jsonapi/tests/src/Traits/CommonCollectionFilterAccessTestPatternsTrait.php
core/modules/jsonapi/tests/src/Traits/JsonApiJsonSchemaTestTrait.php
core/modules/jsonapi/tests/src/Functional/DateFormatTest.php
core/modules/jsonapi/tests/src/Functional/ViewTest.php
core/modules/jsonapi/tests/src/Functional/SearchPageTest.php
@ -7548,16 +7550,20 @@ core/modules/serialization/tests/src/Unit/Normalizer/DateTimeNormalizerTest.php
core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php
core/modules/serialization/tests/src/Unit/Normalizer/TimestampNormalizerTest.php
core/modules/serialization/tests/src/Unit/Normalizer/InternalTypedDataTestTrait.php
core/modules/serialization/tests/src/Unit/Normalizer/MarkupNormalizerTest.php
core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php
core/modules/serialization/tests/src/Unit/Normalizer/ConfigEntityNormalizerTest.php
core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php
core/modules/serialization/tests/src/Unit/Normalizer/ComplexDataNormalizerTest.php
core/modules/serialization/tests/src/Unit/Normalizer/PrimitiveDataNormalizerTest.php
core/modules/serialization/tests/src/Traits/JsonSchemaTestTrait.php
core/modules/serialization/tests/src/Functional/GenericTest.php
core/modules/serialization/src/SerializationServiceProvider.php
core/modules/serialization/src/json-schema-draft-04-meta-schema.json.LICENSE.txt
core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php
core/modules/serialization/src/EventSubscriber/UserRouteAlterSubscriber.php
core/modules/serialization/src/RegisterSerializationClassesCompilerPass.php
core/modules/serialization/src/json-schema-draft-04-meta-schema.json
core/modules/serialization/src/Encoder/XmlEncoder.php
core/modules/serialization/src/Encoder/JsonEncoder.php
core/modules/serialization/src/Hook/SerializationHooks.php
@ -7575,8 +7581,12 @@ core/modules/serialization/src/Normalizer/NormalizerBase.php
core/modules/serialization/src/Normalizer/FieldItemNormalizer.php
core/modules/serialization/src/Normalizer/CacheableNormalizerInterface.php
core/modules/serialization/src/Normalizer/DateTimeNormalizer.php
core/modules/serialization/src/Normalizer/SchematicNormalizerTrait.php
core/modules/serialization/src/Normalizer/TypedDataNormalizer.php
core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php
core/modules/serialization/src/Normalizer/SchematicNormalizerHelperTrait.php
core/modules/serialization/src/Normalizer/SchematicNormalizerFallbackTrait.php
core/modules/serialization/src/Normalizer/JsonSchemaReflectionTrait.php
core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizer.php
core/modules/serialization/src/Normalizer/PrimitiveDataNormalizer.php
core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizerTrait.php
@ -7589,6 +7599,9 @@ core/modules/serialization/src/Normalizer/MarkupNormalizer.php
core/modules/serialization/src/Normalizer/EntityNormalizer.php
core/modules/serialization/src/Normalizer/ListNormalizer.php
core/modules/serialization/src/RegisterEntityResolversCompilerPass.php
core/modules/serialization/src/Serializer/Serializer.php
core/modules/serialization/src/Serializer/JsonSchemaProviderSerializerInterface.php
core/modules/serialization/src/Serializer/JsonSchemaProviderSerializerTrait.php
core/modules/migrate_drupal/migrate_drupal.install
core/modules/migrate_drupal/config/schema/migrate_drupal.schema.yml
core/modules/migrate_drupal/config/install/migrate_drupal.settings.yml
@ -9321,8 +9334,8 @@ core/modules/options/options.libraries.yml
core/modules/options/migrations/state/options.migrate_drupal.yml
core/modules/options/options.module
core/modules/options/tests/options_test/options_test.info.yml
core/modules/options/tests/options_test/src/OptionsAllowedValues.php
core/modules/options/tests/options_test/src/Hook/OptionsTestHooks.php
core/modules/options/tests/options_test/options_test.module
core/modules/options/tests/options_config_install_test/options_config_install_test.info.yml
core/modules/options/tests/options_config_install_test/config/install/core.entity_view_display.node.options_install_test.teaser.yml
core/modules/options/tests/options_config_install_test/config/install/node.type.options_install_test.yml
@ -11933,6 +11946,8 @@ core/modules/system/tests/modules/error_service_test/src/Logger/TestLog.php
core/modules/system/tests/modules/error_service_test/src/LonelyMonkeyClass.php
core/modules/system/tests/modules/error_service_test/src/ErrorServiceTestServiceProvider.php
core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php
core/modules/system/tests/modules/field_storage_entity_type_dependency_test/field_storage_entity_type_dependency_test.info.yml
core/modules/system/tests/modules/field_storage_entity_type_dependency_test/src/Hook/FieldStorageEntityTypeDependencyTestHook.php
core/modules/system/tests/modules/update_test_description/update_test_description.install
core/modules/system/tests/modules/update_test_description/update_test_description.info.yml
core/modules/system/tests/modules/container_rebuild_required_false_2/container_rebuild_required_false_2.info.yml
@ -18241,6 +18256,7 @@ core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php
core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php
core/tests/Drupal/Tests/Core/Entity/StubFieldItemBase.php
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php
core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php
core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php

View file

@ -7681,6 +7681,8 @@ SECURITY.md
renovate.json
.codesandbox/ci.json
ci.json
.changeset/rotten-vans-vanish.md
rotten-vans-vanish.md
.changeset/config.json
config.json
.changeset/fix-search.md

View file

@ -1428,6 +1428,7 @@ package.json
SECURITY.md
renovate.json
.codesandbox/ci.json
.changeset/rotten-vans-vanish.md
.changeset/config.json
.changeset/fix-search.md
.changeset/add-relationship-search.md

View file

@ -56660,6 +56660,13 @@ catalog/controller/account/credit_card.php
controller/account/credit_card.php
account/credit_card.php
credit_card.php
upload/extension/oc_payment_example/catalog/controller/cron/credit_card.php
extension/oc_payment_example/catalog/controller/cron/credit_card.php
oc_payment_example/catalog/controller/cron/credit_card.php
catalog/controller/cron/credit_card.php
controller/cron/credit_card.php
cron/credit_card.php
credit_card.php
upload/extension/oc_payment_example/catalog/model/payment/credit_card.php
extension/oc_payment_example/catalog/model/payment/credit_card.php
oc_payment_example/catalog/model/payment/credit_card.php

View file

@ -7250,6 +7250,7 @@ upload/extension/oc_payment_example/admin/view/template/payment/credit_card_repo
upload/extension/oc_payment_example/admin/language/en-gb/payment/credit_card.php
upload/extension/oc_payment_example/catalog/controller/payment/credit_card.php
upload/extension/oc_payment_example/catalog/controller/account/credit_card.php
upload/extension/oc_payment_example/catalog/controller/cron/credit_card.php
upload/extension/oc_payment_example/catalog/model/payment/credit_card.php
upload/extension/oc_payment_example/catalog/view/template/payment/credit_card.twig
upload/extension/oc_payment_example/catalog/view/template/payment/stored.twig

View file

@ -668,46 +668,11 @@ packages/js/csv-export/babel.config.js
js/csv-export/babel.config.js
csv-export/babel.config.js
babel.config.js
packages/js/csv-export/changelog/52727-fix-25379-csv-export-allow-negative-numeric-values-unescaped
js/csv-export/changelog/52727-fix-25379-csv-export-allow-negative-numeric-values-unescaped
csv-export/changelog/52727-fix-25379-csv-export-allow-negative-numeric-values-unescaped
changelog/52727-fix-25379-csv-export-allow-negative-numeric-values-unescaped
52727-fix-25379-csv-export-allow-negative-numeric-values-unescaped
packages/js/csv-export/changelog/.gitkeep
js/csv-export/changelog/.gitkeep
csv-export/changelog/.gitkeep
changelog/.gitkeep
.gitkeep
packages/js/csv-export/changelog/53165-dev-ts-5-7-2
js/csv-export/changelog/53165-dev-ts-5-7-2
csv-export/changelog/53165-dev-ts-5-7-2
changelog/53165-dev-ts-5-7-2
53165-dev-ts-5-7-2
packages/js/csv-export/changelog/dev-consolidate-syncpack-config
js/csv-export/changelog/dev-consolidate-syncpack-config
csv-export/changelog/dev-consolidate-syncpack-config
changelog/dev-consolidate-syncpack-config
dev-consolidate-syncpack-config
packages/js/csv-export/changelog/dev-build-profiling-tweaks-take-1
js/csv-export/changelog/dev-build-profiling-tweaks-take-1
csv-export/changelog/dev-build-profiling-tweaks-take-1
changelog/dev-build-profiling-tweaks-take-1
dev-build-profiling-tweaks-take-1
packages/js/csv-export/changelog/52625-fix-broken-docs-links-52587
js/csv-export/changelog/52625-fix-broken-docs-links-52587
csv-export/changelog/52625-fix-broken-docs-links-52587
changelog/52625-fix-broken-docs-links-52587
52625-fix-broken-docs-links-52587
packages/js/csv-export/changelog/50828-dev-constrain-pnpm-version
js/csv-export/changelog/50828-dev-constrain-pnpm-version
csv-export/changelog/50828-dev-constrain-pnpm-version
changelog/50828-dev-constrain-pnpm-version
50828-dev-constrain-pnpm-version
packages/js/csv-export/changelog/dev-ci-lint-monorepo-job-update
js/csv-export/changelog/dev-ci-lint-monorepo-job-update
csv-export/changelog/dev-ci-lint-monorepo-job-update
changelog/dev-ci-lint-monorepo-job-update
dev-ci-lint-monorepo-job-update
packages/js/csv-export/tsconfig.json
js/csv-export/tsconfig.json
csv-export/tsconfig.json
@ -22313,6 +22278,10 @@ plugins/woocommerce/changelog/fix-mini-cart-api-request-50793
woocommerce/changelog/fix-mini-cart-api-request-50793
changelog/fix-mini-cart-api-request-50793
fix-mini-cart-api-request-50793
plugins/woocommerce/changelog/fix-extension-cart-update-args
woocommerce/changelog/fix-extension-cart-update-args
changelog/fix-extension-cart-update-args
fix-extension-cart-update-args
plugins/woocommerce/changelog/fix-52982
woocommerce/changelog/fix-52982
changelog/fix-52982
@ -22421,6 +22390,10 @@ plugins/woocommerce/changelog/53773-update-settings-transformer-relax-rules
woocommerce/changelog/53773-update-settings-transformer-relax-rules
changelog/53773-update-settings-transformer-relax-rules
53773-update-settings-transformer-relax-rules
plugins/woocommerce/changelog/fix-product-galler-pager-position
woocommerce/changelog/fix-product-galler-pager-position
changelog/fix-product-galler-pager-position
fix-product-galler-pager-position
plugins/woocommerce/changelog/pr-53883
woocommerce/changelog/pr-53883
changelog/pr-53883
@ -22429,6 +22402,10 @@ plugins/woocommerce/changelog/53869-update-import-blueprint
woocommerce/changelog/53869-update-import-blueprint
changelog/53869-update-import-blueprint
53869-update-import-blueprint
plugins/woocommerce/changelog/fix-flexslider_product_page_js_error
woocommerce/changelog/fix-flexslider_product_page_js_error
changelog/fix-flexslider_product_page_js_error
fix-flexslider_product_page_js_error
plugins/woocommerce/changelog/fix-add-to-cart-with-options-store-dispatches
woocommerce/changelog/fix-add-to-cart-with-options-store-dispatches
changelog/fix-add-to-cart-with-options-store-dispatches
@ -22497,6 +22474,10 @@ plugins/woocommerce/changelog/53759-dev-introducing-product-type-constants
woocommerce/changelog/53759-dev-introducing-product-type-constants
changelog/53759-dev-introducing-product-type-constants
53759-dev-introducing-product-type-constants
plugins/woocommerce/changelog/fix-48184-flaky-text-company-checkbox
woocommerce/changelog/fix-48184-flaky-text-company-checkbox
changelog/fix-48184-flaky-text-company-checkbox
fix-48184-flaky-text-company-checkbox
plugins/woocommerce/changelog/add-blueprint-upload-dropzone
woocommerce/changelog/add-blueprint-upload-dropzone
changelog/add-blueprint-upload-dropzone
@ -22509,6 +22490,10 @@ plugins/woocommerce/changelog/53754-e2e-audit-customize-store
woocommerce/changelog/53754-e2e-audit-customize-store
changelog/53754-e2e-audit-customize-store
53754-e2e-audit-customize-store
plugins/woocommerce/changelog/update-cleanup-blueprint-copy
woocommerce/changelog/update-cleanup-blueprint-copy
changelog/update-cleanup-blueprint-copy
update-cleanup-blueprint-copy
plugins/woocommerce/changelog/53782-fix-53359-stepper-input-style-is-corrupted-when-form-has-additional-fields
woocommerce/changelog/53782-fix-53359-stepper-input-style-is-corrupted-when-form-has-additional-fields
changelog/53782-fix-53359-stepper-input-style-is-corrupted-when-form-has-additional-fields
@ -69136,6 +69121,13 @@ js/blocks/checkout/edit.tsx
blocks/checkout/edit.tsx
checkout/edit.tsx
edit.tsx
plugins/woocommerce-blocks/assets/js/blocks/checkout/address-field-controls.tsx
woocommerce-blocks/assets/js/blocks/checkout/address-field-controls.tsx
assets/js/blocks/checkout/address-field-controls.tsx
js/blocks/checkout/address-field-controls.tsx
blocks/checkout/address-field-controls.tsx
checkout/address-field-controls.tsx
address-field-controls.tsx
plugins/woocommerce-blocks/assets/js/blocks/checkout/test/block.js
woocommerce-blocks/assets/js/blocks/checkout/test/block.js
assets/js/blocks/checkout/test/block.js

View file

@ -216,14 +216,7 @@ docs/building-a-woo-store/configuring-caching-plugins.md
docs/building-a-woo-store/README.md
docs/building-a-woo-store/block-references.md
packages/js/csv-export/babel.config.js
packages/js/csv-export/changelog/52727-fix-25379-csv-export-allow-negative-numeric-values-unescaped
packages/js/csv-export/changelog/.gitkeep
packages/js/csv-export/changelog/53165-dev-ts-5-7-2
packages/js/csv-export/changelog/dev-consolidate-syncpack-config
packages/js/csv-export/changelog/dev-build-profiling-tweaks-take-1
packages/js/csv-export/changelog/52625-fix-broken-docs-links-52587
packages/js/csv-export/changelog/50828-dev-constrain-pnpm-version
packages/js/csv-export/changelog/dev-ci-lint-monorepo-job-update
packages/js/csv-export/tsconfig.json
packages/js/csv-export/.eslintrc.js
packages/js/csv-export/package.json
@ -3828,6 +3821,7 @@ plugins/woocommerce/.distignore
plugins/woocommerce/changelog/update-handle-custom-view
plugins/woocommerce/changelog/e2e-remove-loading-screen-third-scenario
plugins/woocommerce/changelog/fix-mini-cart-api-request-50793
plugins/woocommerce/changelog/fix-extension-cart-update-args
plugins/woocommerce/changelog/fix-52982
plugins/woocommerce/changelog/.gitkeep
plugins/woocommerce/changelog/ci-run-extra-e2e-checks-for-e2e-tests-updates
@ -3855,8 +3849,10 @@ plugins/woocommerce/changelog/ci-add-unique-events-for-test-jobs
plugins/woocommerce/changelog/fix-53889-invoice-vs-order-details
plugins/woocommerce/changelog/fix-53015
plugins/woocommerce/changelog/53773-update-settings-transformer-relax-rules
plugins/woocommerce/changelog/fix-product-galler-pager-position
plugins/woocommerce/changelog/pr-53883
plugins/woocommerce/changelog/53869-update-import-blueprint
plugins/woocommerce/changelog/fix-flexslider_product_page_js_error
plugins/woocommerce/changelog/fix-add-to-cart-with-options-store-dispatches
plugins/woocommerce/changelog/fix-51834
plugins/woocommerce/changelog/fix-53117-password-nag
@ -3874,9 +3870,11 @@ plugins/woocommerce/changelog/53795-fix-php-81-static-variable
plugins/woocommerce/changelog/fix-register-product-blocks-on-template-switch
plugins/woocommerce/changelog/e2e-remove-the-extra-e2e-checks-for-prs
plugins/woocommerce/changelog/53759-dev-introducing-product-type-constants
plugins/woocommerce/changelog/fix-48184-flaky-text-company-checkbox
plugins/woocommerce/changelog/add-blueprint-upload-dropzone
plugins/woocommerce/changelog/fix-51829
plugins/woocommerce/changelog/53754-e2e-audit-customize-store
plugins/woocommerce/changelog/update-cleanup-blueprint-copy
plugins/woocommerce/changelog/53782-fix-53359-stepper-input-style-is-corrupted-when-form-has-additional-fields
plugins/woocommerce/changelog/pr-53845
plugins/woocommerce/changelog/update-register-product-block-type-signature
@ -10271,6 +10269,7 @@ plugins/woocommerce-blocks/assets/js/blocks/product-on-sale/inspector-controls.t
plugins/woocommerce-blocks/assets/js/blocks/checkout/phone-number/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/checkout/block.tsx
plugins/woocommerce-blocks/assets/js/blocks/checkout/edit.tsx
plugins/woocommerce-blocks/assets/js/blocks/checkout/address-field-controls.tsx
plugins/woocommerce-blocks/assets/js/blocks/checkout/test/block.js
plugins/woocommerce-blocks/assets/js/blocks/checkout/test/utils.ts
plugins/woocommerce-blocks/assets/js/blocks/checkout/styles/editor.scss

View file

@ -355,7 +355,6 @@ Fragment/SysConfig
Germany/kleinunternehmen/euga/detail.mspx?
Germany/kleinunternehmen/euga/results.mspx?
GoogleInternetAuthority
HpImageArchive.aspx
HpOptOut=true$
IEB/ToolBox/SB
IntegrationCenter
@ -368,7 +367,6 @@ People/all
People/domain
Present
Project
Proxy.ashx
RDF/Validator/ARPServlet
RDF/Validator/ARPServlet?
RDF/Validator/rdfval
@ -377,7 +375,6 @@ REST/auth/CSRFTicket
ReportBug
SAGE
SNP
Search
Search/Mail/Public
ServiceDesks/
Structure
@ -553,11 +550,8 @@ abuse
ac
ac/globalnav/2.0/*/images/ac-globalnav/globalnav/search
ac2
academic/profile
academic/search
account
account-login
account/
account/deactivated
accounts/ClientAuth
accounts/ClientAuth
@ -567,7 +561,6 @@ accounts/activate
accounts/force-by-email
accounts/o8
accounts/o8/id
aclick
aclk
action=accessorysearch&
action=accessorysearch&page=2$
@ -636,11 +629,9 @@ alerts
alerts/$
alerts/manage
alerts/remove
alink
alkali
ambry
amp
amp/
amphtml
amphtml/blogs/test
amphtml/classic-apps
@ -658,10 +649,8 @@ android/market_images
answers
ap/signin
api
api/
api/?
api/jobPostings/jobs
api/maps/
api/rest_v1/?doc
api/v3/creator-quality-signal/organizer
api/v3/destination/search/log_requests
@ -758,10 +747,8 @@ bePatron
bePatronDone
best-countries-for-business/list
bfe/apps/website
bfp/search
bin/search.go
bin/search.py
bing-site-safety
bitesize/my
bitesize/my$
bitesize/search
@ -797,7 +784,6 @@ blog/wp-includes/*.xml
blog/xmlrpc.php
blogs
blogs/nationals-journal-beta
blogs/search/
blogs/slow-ride
blogs/test
blogsearch
@ -880,7 +866,6 @@ citations?*cstart=
citations?user=
citations?view_op=new_profile
citations?view_op=top_venues
ck/
cl2/feeds
cl2/ical
claim-money?
@ -955,8 +940,6 @@ couchmode
coupons/visit
covid19
covid19/mobility
cr$
cr?
creative-europe/404_en.htm
creatorhub
cse/home
@ -1148,9 +1131,6 @@ en/security/
endorsements
enterprise-jobs
enterprise-partner-search/sitemaps
entities/search
entityexplore$
entityexplore?
entrez
entrez/eutils
entrez/sutils
@ -1222,7 +1202,6 @@ f/healthcheck
faves-i_love_u_get_away_from_me
favorite
fb
fd/
fe=true
feature/sf-test
feed
@ -1290,8 +1269,6 @@ from_id=
frommers
frontend-track
fullscreen/ReportLinker
fun/api/
fun/g/
fundraiser/charity
ga/p
ga_exp.js
@ -1454,22 +1431,17 @@ help/verify_email
help/vodafone
help/zendesk_sso
hex
history
history/static
home
homepage-video-test
hosted/images
hotel/reviews?
hotelfinder/rpc
hotels/rpc
hotels/search
hotfix/
hp/video
hpc/*/supported-applications.aspx?
hpm
hpmob
http://calendar.google.com/robots.txt
http://ncbi.nlm.nih.gov/robots.txt
http://bbc.com/robots.txt
http://blog.google/robots.txt
hub?category=
hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$
@ -1490,19 +1462,6 @@ ie?
il/cart
im?
images
images/async/?
images/async?
images/hosted/?
images/hosted/search?
images/hosted?
images/search%3F
images/search%5C
images/search/?
images/search?
images/searchbyimage
images?
images?*mmbaseline*
images?*nr*
imaginecup/*
imesync
imgres
@ -1511,7 +1470,6 @@ imode/search?
imode?
inapp
inbox
inboxcommerce
includes
incontext
index.html?
@ -1629,7 +1587,6 @@ lm/R3HQ5WJSZK6QSO
loadHelpcenterDecouplePage
loc=
local
local
local/ajax
local/blogsandcolumns/slow-ride-front
local/blogsandcolumns/slow-ride-story-achenblog
@ -1670,7 +1627,6 @@ maphp?
mapprint?
maps
maps/about
maps/adsendpoint
maps/api/js
maps/api/place/js
maps/api/staticmap
@ -1713,7 +1669,6 @@ media-manager
meetup_api/?
meetup_api?
memberInvite
merchant/reviews?
merchantapps
message
messaging
@ -1798,7 +1753,6 @@ nl-nl/lp
nl-nl/searchresults
node/add/
nonprofits/account
notifications/
ns/hydra/console/?
nus-trk
nwshp$
@ -1808,8 +1762,6 @@ oas/
oauth/v2
oauth2
oauth2/v2
offers/proxy/dealsserver/api/log
offers/proxy/dealsserver/buy
og
okxbet.com
onebox/media/sports/logos
@ -1869,7 +1821,6 @@ photos/gbachelie
photos/i_love_u_get_away_from_me
photos/tags/*/page
photos/youpy
ping
ping?
pingback
pl-pl.www.cloudflare.com
@ -1931,9 +1882,7 @@ preview
previewtemplate
print
private
proFile/history?
product-reviews/B0069IY63Y
product/reviews?
productPurchaseDone
product_
production-monitoring
@ -1941,7 +1890,6 @@ products;
products?
products_
profile
profile/history?
profile/view
profiles
profiles/
@ -2014,7 +1962,6 @@ requestList
requests
research/participants/cofund
results
results
retail
retail/old
return_to=
@ -2027,7 +1974,6 @@ reviews/iframe
reviews/polls
reviews/search?
reviews/top-reviewers
rewardsapp/
row
rss
rss/people/*/reviews
@ -2064,7 +2010,6 @@ scripts
sdch
sdk/js
search
search
search$
search*&*&*&
search*offset=
@ -2102,7 +2047,6 @@ services
services/oauth
setprefs
settings
settings
settings/deactivated
settings/loid-email-unsubscribe
settings/loid-email-unsubscribe-router
@ -2114,17 +2058,12 @@ shareArticle
sharing
sharing/files
sharing/folders
shenghuo
shenghuo/search?
shihui
shihui?
shop$
shop/
shop/browse/overlay
shop/collections
shop/iphone/payments/overlay
shop/view/product
shop?
shopping-content-api/product_images
shopping/deals
shopping/product
@ -2422,7 +2361,6 @@ smart/buttons
snp
social/photosui/images
social/photosui/sitemap
social/search?
social/social-security-directory/cai
sounds/search
sounds/search$
@ -2431,13 +2369,11 @@ source=
source_repo=
spain/empresas/
spain/medianaempresa/
spbasic
sport/404_en.htm
sport/alpha
sport/olympics/2008/events
sport/olympics/2008/medals
spreadsheet
spresults
sprint_wml
sprint_xhtml
squared/api
@ -2452,7 +2388,6 @@ stadia/gamers
start
stat
static
static/
static/css
static/images
static/js
@ -2501,8 +2436,6 @@ store/xhr/getdevicepermissions
store/xhr/install
storefront
storepicker
stores$
stores/
stores/page/*visitId=
stories
storyworks/preview
@ -2591,12 +2524,10 @@ templates/search
test
testpage-forhomepage
tetro
th$
th-th.www.cloudflare.com
th-th/feedback
th-th/lp
th-th/searchresults
th?
themacallan/worlds-together
tickets-external?
timedtext_video
@ -2624,7 +2555,6 @@ transcripts/470280334
transcripts/480128005
transcripts/830237502
transit?
translator/?ref=
transparency
transparency/regexpert/index.cfm?do=groupDetail.groupDetailDoc&id=14885
transparency/regexpert/index.cfm?do=groupDetail.groupDetailDoc&id=14895
@ -2644,29 +2574,12 @@ travel-frontend/images
travel-vacations
travel/
travel/2013/aug/22/been-there-readers-competition?
travel/api
travel/clk
travel/css
travel/entity
travel/flight-search
travel/flight/flightSearch
travel/flight/flightSearchAction
travel/flight/search/?
travel/flight/search?
travel/flights
travel/flights/s
travel/hotel-search
travel/hotel/hotelMiniSearchRequest
travel/hotel/hotelSearch
travel/hotels/checkout
travel/hotels/detail
travel/hotels/entity
travel/hotels/search/?
travel/hotels/search?
travel/hotels/stories
travel/scripts
travel/search
travel/secure
trending
trends
trends/api
@ -2706,7 +2619,6 @@ until=
upload
uploads
urchin_test
url
user
user.php
user/login
@ -2728,24 +2640,6 @@ vi-vn/lp
vi-vn/searchresults
video/embedded
videos
videos/?
videos/browsing
videos/explore
videos/favorites
videos/feed
videos/feedcontent
videos/music
videos/music/
videos/music/?
videos/music?
videos/riverview/relatedvideo
videos/riverview/relatedvideo/?
videos/riverview/relatedvideo?
videos/search/?
videos/search?
videos/trending
videos/trendingcontent
videos?
viewer
viewlocale=zh_CN
viewvc
@ -2777,10 +2671,6 @@ webscr
websearch
whats-next/planes-trains-and-analytics
whsmiths
widget/cr
widget/entity/search/?
widget/render
widget/snapshot
widget_auth.php
wiki/%D0%A1%D0%BF%D0%B5%D1%86%D0%B8%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B5%3ASearch
wiki/%D0%A1%D0%BF%D0%B5%D1%86%D0%B8%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B5:Search
@ -3080,7 +2970,7 @@ wiki/Wikipedia_Diskussion:Checkuser
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
wiki/Wikipedia_talk%3AAbuse_reports
wiki/Wikipedia_talk%3AAbuse_response
wiki/Wikipedia_talk%3AAdministrator_electionshttp://policies.google.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://support.google.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
@ -3227,7 +3117,6 @@ wml/?
wml/search?
wml?
wondermissive/interest
work
work/_
work/acceptinvitation
work/account

View file

@ -3258,7 +3258,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/newsletter
/newssearch
/nightly-news
/no-referrer-when-downgradehttp://fb.watch/robots.txt
/no-referrer-when-downgradehttp://globesimregistrations.ph/robots.txt
/no-search-results
/node
/node/add
@ -3903,7 +3903,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/{link}
0
0*?
0;((b=google.c)==null?0:b.cwh)&&google.c.wh<=1&&(e=!0);b=void
;jsessionid
;jsessionid
;preview=
@ -3929,7 +3928,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*__rmid
?*__rmidpage
?*ajs_event
?*apikey*http://stupidhackathon.github.io/robots.txt
?*apikey*http://vk.com/robots.txt
?*app
?*aspects=
?*attachment_id
@ -4365,7 +4364,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?q=user
?q=user/login
?q=user/logout
?q=user/logout/http://academic.oup.com/robots.txt
?q=user/logout/http://rebrand.ly/robots.txt
?q=user/password
?q=user/register
?q=vote
@ -4418,7 +4417,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?showAllGroups=
?show_error=true
?showcomment*
?shttp://smithsonianmag.com/robots.txt
?shttp://jigsaw.google.com/robots.txt
?sid
?sitrackingid=
?slogin
@ -4546,7 +4545,7 @@ API/user
API/user/abtest
API/user/combinedinfo
API/uxr-survey-management
API/v2$http://uk.linkedin.com/robots.txt
API/v2$http://hbr.org/robots.txt
APIAccessSupport
AWSEC2/2006-06-26
AWSEC2/2006-10-01
@ -4609,6 +4608,7 @@ AddListing
AddToList
AddToRegistry
Admin
Admin/
Administration/
AdsManager
AdsTest
@ -4943,7 +4943,6 @@ HotelsManageListing
HotelsManagementCenter
HotelsProductCart
HowTheSiteWorks
HpImageArchive.aspx
HubStyle/static-2.309
HubStyle/static-2.313
HubStyle/static-2.315
@ -5007,6 +5006,7 @@ INSTALL.sqlite.txt
INSTALL.txt
IgnoreMe
Image/DetailPrint
Images/
ImpressionRecord
ImproveListing
Inbox
@ -5063,6 +5063,7 @@ MAPS
MUST
MaPS
MachineTranslation
Mail/
MailEmergency
Manage/
ManageListing
@ -5434,12 +5435,12 @@ ProductCart
ProductComparisonCmd
ProductDetailsTabView
ProductError
Production/
Profile
Project
PromoTools
PromotionDetailsDisplayView
PromotionDisplayView
Proxy.ashx
ProxyToolsAccountSettingsTool
ProxyToolsBillingAndPaymentsTool
ProxyToolsBillingDetailTool
@ -5566,6 +5567,7 @@ RestaurantSearch
RestaurantSolutions
RestaurantXSellAjax
Resubscribe
Review/
Review/LeaveReview/
Review/List/
ReviewCollect
@ -5600,7 +5602,6 @@ Saves
ScreensaverShade
Scripts
Search
Search
Search/Mail/Public
SearchNavigationView
SelectLocale?fromPage=
@ -6188,8 +6189,6 @@ ac_universities
ac_university_departments
aca/authorinformation/
academic-subscriptions
academic/profile
academic/search
academy
academy-free-account
academy/*/results
@ -6214,7 +6213,6 @@ account-login
account-prefs-change
account-settings
account-setup
account/
account/*
account/accomplishments
account/ackgift
@ -6276,7 +6274,6 @@ ach/kb/*/discuss
ach/search
ach/user
ach/users
aclick
aclk
acoustic
acq
@ -6587,7 +6584,6 @@ alexa-top-sites/*
alexa-web-search/*
alexa/*
alexaforbusiness/
alink
alive/
alkali
all-supported-params
@ -6613,7 +6609,6 @@ american-ninja-warrior-ninja-vs-ninja
american-sniper
aml
amp
amp/
amp/deals/analytics?*=
amp/local/*/www.groupon.com
amp_next_page_ga.cms*
@ -6705,13 +6700,12 @@ api/editionurlgenerator
api/extensions/1.0/extensions
api/federation
api/html
api/http://tumblr.com/robots.txt
api/http://kobo.com/robots.txt
api/infinite-list.html
api/internal/*/location
api/internal/_bb
api/jobPostings/jobs
api/legendary-data/relay
api/maps/
api/nextsteps
api/nts/v1/login
api/partner_select/*/price_query
@ -7376,6 +7370,7 @@ b?*node=7454927011
b?*node=7454939011
b?*node=9052533011
ba
backend
backend-anon
backend-anon/conversation$
backend-anon/sentinel
@ -7384,6 +7379,7 @@ backstage/api/
bad-boys
bad-boys-ii
badges/profile/create
baidu
bal/impression
bal/impression/RecordImpression.htm?
ban-me-i-am-a-robot
@ -7636,7 +7632,6 @@ bewerten
bfe/apps/website
bfl
bfmp
bfp/search
bg
bg-bg/
bg/
@ -7669,7 +7664,6 @@ bin/*
bin/sapdx
bin/search.go
bin/search.py
bing-site-safety
bingbot
bipolar-disorder/bipolar-depression-management
bipolar-disorder/video/bipolar-fatherhood
@ -7765,7 +7759,7 @@ blog/*?text=
blog/*sitemap.xml$
blog/*utm_source=
blog/.
blog/.html.*http://statista.com/robots.txt
blog/.html.*http://samsung.com/robots.txt
blog/?p=
blog/?s=
blog/add
@ -7828,7 +7822,6 @@ blogs/blogpost/preview
blogs/nationals-journal-beta
blogs/pad$
blogs/pad/$
blogs/search/
blogs/slow-ride
blogs/technology.atom
blogs/test
@ -7891,7 +7884,7 @@ bookmark_mana2
bookmarklet
bookmarks
bookmarks/widget
bookmarkshttp://google.it/robots.txt
bookmarkshttp://ecrs.com/robots.txt
books
books/NBK
books/about
@ -8772,7 +8765,7 @@ cdn-cgi
cdn-cgi/
cdn-cgi/bm/cv
cdn-cgi/challenge-platform
cdn-cgi/http://kids.youtube.com/robots.txt
cdn-cgi/http://medium.com/robots.txt
cdn-cgi/images/trace
cdn-cgi/rum
cdn-cgi/scripts
@ -8803,7 +8796,7 @@ cgi-bin/koha/
cgi-bin/loginpage
cgi-bin/search.fpl
cgi-bin/wx
cgi-binhttp://healthtips1dr.blogspot.com/robots.txt
cgi-binhttp://ifttt.com/robots.txt
cgi-local
cgi-mad/
cgi-pct/
@ -8916,7 +8909,7 @@ checkout-external
checkout/
checkout/cart
checkout/package
checkouthttp://bilgematics.com/robots.txt
checkouthttp://moderncalculators.com/robots.txt
checkoutnow
checkouts
checkpoint
@ -8979,7 +8972,6 @@ civis/posts
civis/search
civis/threads/*in_iframe=1
civis/threads/*wp_data=
ck/
cl
cl/Download
cl2/feeds
@ -9141,7 +9133,7 @@ co/users
co/ventureone
code
code/*
code/http://marriott.com/robots.txt
code/http://w3techs.com/robots.txt
codeCoverage
codesamples/
coin*mid=
@ -9234,7 +9226,7 @@ community/*/comments
community/*/feed
community/*/live
community/*/post
community/*/profile/*http://beatstars.com/robots.txt
community/*/profile/*http://commission.europa.eu/robots.txt
community/*/topics
community/*/trackback
community/*?
@ -9361,7 +9353,7 @@ confirmation
conflagexp
connect
connect/@
connect/http://irishtimes.com/robots.txt
connect/http://blog.twitter.com/robots.txt
connect/social-intranet.html
connections
connections/recent
@ -9640,12 +9632,11 @@ cp/api/logger
cp/api/wpa
cpds2
cpresources
cpro
cpropub/univercd
cpspa
cr$
cr/
cr/Download
cr?
craft
crash
crc/
@ -10278,6 +10269,7 @@ disneyid
disneyiframe/
dispatch/us/search
display-video-360
distributions
distropic
distrovid/myvideos
dk
@ -10443,7 +10435,7 @@ docs
docs$
docs-api-legacy
docs-api-legacy$
docs-api-legacy/http://nam.edu/robots.txt
docs-api-legacy/http://deezer.com/robots.txt
docs-footer
docs/*
docs/3.x/fr
@ -11006,9 +10998,6 @@ enterprise/blog/search?
enterprise/orgs-terms
enterprise/seo
entertainment/article/Minerva-s-horoscope
entities/search
entityexplore$
entityexplore?
entrez
entrez/eutils
entrez/sutils
@ -11559,7 +11548,6 @@ fbml/ajax/dialog
fbpostaction.cms?article=
fcgi-
fckeditor
fd/
fdbk
feature/sf-test
feature_nine_browse-bin=
@ -11748,7 +11736,7 @@ files/live/sites/isoorg/files/_noindex
files/resources
fileview
filing/free-file-fillable-forms/free-file-fillable-forms-support
filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://justice.gov/robots.txt
filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://iso.org/robots.txt
filter/
filter/tips
filter/tips
@ -11770,7 +11758,7 @@ financial-services/ofss
find
find$
find-more
find/*http://namecheap.com/robots.txt
find/*http://freepik.com/robots.txt
finetune
fios
firefox/?
@ -11859,7 +11847,7 @@ forum/members
forum/online
forum/posts
forum/search
forum/ucp.phphttp://roxanegay.com/robots.txt
forum/ucp.phphttp://embassybel.ru/robots.txt
forum/viewtopic.php
forum/whats-new
forumTeaser
@ -12087,8 +12075,6 @@ ftpinstructions
full
fullscreen
fullscreen/ReportLinker
fun/api/
fun/g/
funding?
fundraiser/charity
fur/forums
@ -12111,7 +12097,7 @@ fy-NL/search
fy-NL/user
fy-NL/users
g
g/4arE9Chttp://animoto.com/robots.txt
g/4arE9Chttp://flickr.com/robots.txt
g/api
ga-IE/android/collections
ga-IE/android/search
@ -12320,7 +12306,7 @@ government-education/nonprofits/leadership-forum-poc
government-education/nonprofits/leadership-forum-poc/confirmation
government-education/public-sector-cloud-start/public-sector-cloud-start/
government-education/public-sector-cloud-start/public-sector-cloud-start1/
government/uploads/system/uploads/attachment_data/file/881746/pc1-print.pdf*http://scratch.mit.edu/robots.txt
government/uploads/system/uploads/attachment_data/file/881746/pc1-print.pdf*http://asyura2.com/robots.txt
gp
gp/aag
gp/aag/main?*seller=ABVFEJU8LS620
@ -12820,6 +12806,7 @@ homeimprovement/EmbeddedProfile.htm
homeloans/*zga_z_guid=
homepage
homepage-video-test
homepage/
homepage/2013
homepage/HomepageVideoMetrics.htm
homes
@ -12854,12 +12841,10 @@ horoscopes
hosted/images
hostgator
hosting/search
hotel/reviews?
hotelfinder/rpc
hotels
hotels/newAdaptiveRoomTypePhotoViewer
hotels/rpc
hotels/search
hotfix/
houseads
houzz-historyzz
@ -12870,8 +12855,6 @@ howto
howto/GoodNeighborPolicy.htm
howtobuy/
hp/video
hpm
hpmob
hr
hr-hr/
hr/android/collections
@ -12920,40 +12903,40 @@ html5
http
http-checker
http2_data
http://4.bp.blogspot.com/robots.txt
http://aljazeera.com/robots.txt
http://apnews.com/robots.txt
http://arminbwagner.com/robots.txt
http://atlasobscura.com/robots.txt
http://cnabrasil.org.br/robots.txt
http://dailymotion.com/robots.txt
http://developer.apple.com/robots.txt
http://developer.chrome.com/robots.txt
http://developer.mozilla.org/robots.txt
http://developers.google.com/robots.txt
http://doi.org/robots.txt
http://duckduckgo.com/robots.txt
http://2.bp.blogspot.com/robots.txt
http://about.fb.com/robots.txt
http://akparti.org.tr/robots.txt
http://amazon.de/robots.txt
http://amazon.in/robots.txt
http://ameblo.jp/robots.txt
http://apple.com/robots.txt
http://bbc.com/robots.txt
http://bbcsfx.acropolis.org.uk/robots.txt
http://creativecommons.org/robots.txt
http://economist.com/robots.txt
http://engadget.com/robots.txt
http://eventbrite.co.uk/robots.txt
http://history.com/robots.txt
http://investopedia.com/robots.txt
http://istockphoto.com/robots.txt
http://journals.sagepub.com/robots.txt
http://nature.com/robots.txt
http://ncbi.nlm.nih.gov/robots.txt
http://parliament.uk/robots.txt
http://pbs.org/robots.txt
http://research.youtube/robots.txt
http://scmp.com/robots.txt
http://starbucks.com/robots.txt
http://support.cloudflare.com/robots.txt
http://technorati.com/robots.txt
http://ted.com/robots.txt
http://telegram.org/robots.txt
http://usnews.com/robots.txt
http://vr.youtube.com/robots.txt
http://w3schools.com/robots.txt
http://europa.eu/robots.txt
http://expedia.com/robots.txt
http://gist.github.com/robots.txt
http://govostis.gr/robots.txt
http://healthline.com/robots.txt
http://help.twitter.com/robots.txt
http://irishtimes.com/robots.txt
http://iubenda.com/robots.txt
http://last.fm/robots.txt
http://msdn.microsoft.com/robots.txt
http://nationalgeographic.com/robots.txt
http://patents.google.com/robots.txt
http://producthunt.com/robots.txt
http://python.org/robots.txt
http://reconstructingjudaism.org/robots.txt
http://smithsonianmag.com/robots.txt
http://static.wixstatic.com/robots.txt
http://techradar.com/robots.txt
http://theverge.com/robots.txt
http://threads.net/robots.txt
http://tiny.cc/robots.txt
http://tracks.arte.tv/robots.txt
http://weebly.com/robots.txt
https:/www.alibaba.com
hu
hu-hu/
@ -13307,20 +13290,10 @@ images/$
images/*
images/*.png
images/?
images/async/?
images/async?
images/hosted/?
images/hosted/search?
images/hosted?
images/pad/search?rpt=imageview
images/pad/search?text=*&source=morda
images/search%3F
images/search%5C
images/search/?
images/search?
images/search?rpt=imageview
images/search?text=*&source=morda
images/searchbyimage
images/smart/$
images/touch/$
images/touch/?
@ -13328,9 +13301,6 @@ images/touch/search?rpt=imageview
images/touch/search?text=*&source=morda
images/v$
images/viewconfig$
images?
images?*mmbaseline*
images?*nr*
imagine/
imesync
imf-fetch-message
@ -13461,7 +13431,6 @@ inapp
inbox
inbox$
inbox$
inboxcommerce
inc5000dev
include/
includes
@ -13548,7 +13517,7 @@ index.php/user/login/
index.php/user/logout
index.php/user/logout
index.php/user/logout/
index.php/user/logout/http://haveibeenpwned.com/robots.txt
index.php/user/logout/http://diigo.com/robots.txt
index.php/user/password
index.php/user/password
index.php/user/password/
@ -13609,7 +13578,7 @@ integrate/
integrations
intelligencer/amp
intent
interactive*http://woocommerce.com/robots.txt
interactive*http://fda.gov/robots.txt
interactive/reading-preference
interactives
intercept
@ -14141,6 +14110,7 @@ journal/wem
journal/wem$
journals
journals/*/about-this-journal
journals/testfieldhumanities/
jp
jp$
jp*/blog-article-remove-faq-utms-*.js
@ -14455,7 +14425,7 @@ law-abiding-citizen
layout
layouts
lb
leadingtogether/http://sintradaytrips.com/robots.txt
leadingtogether/http://validator.w3.org/robots.txt
leaf
learn
learn-noperf
@ -14569,6 +14539,7 @@ limited-release
link
link-intersect
link-intersect/$
link?
link_to
linked
linkedin
@ -14616,7 +14587,6 @@ loans
loc/volunteers
loc=
local
local
local-services-ads
local/*/all-deals
local/*/goods
@ -14894,6 +14864,8 @@ manifest.webmanifest
manifests
manotest/
mantis
manual/add-note.php
manual/vote-note.php
map
map-constructor/loader
map-regular.xml
@ -14913,7 +14885,6 @@ maps/*?lang=uk$
maps/*?lang=uz$
maps/*?ll=
maps/about
maps/adsendpoint
maps/api/js
maps/api/place/js
maps/api/staticmap
@ -15110,7 +15081,6 @@ merchanism
merchant-page
merchant-page/js/locale.js
merchant/*/contracts
merchant/reviews?
merchantapps
mes
message
@ -15238,6 +15208,7 @@ mobilenextapi/v2/logs
mobilepagenotfounderror.aspx
mobileservererror.aspx
mod
mod.php
mod=
mod?
modal-message
@ -15326,7 +15297,7 @@ mre/*.jpg$
mre/*.js$
mre/*.pdf$
mre/*.png$
mre/*.zip$http://modernbluesharmonica.com/robots.txt
mre/*.zip$http://gov.uk/robots.txt
mre/*?
mre/*@@configuracoes_view
mre/*@@download/file$
@ -15388,7 +15359,7 @@ multiproduct
multisite_files/fastcompany/imagecache
multivu
munin
munin*http://folsominteriordesigners.com/robots.txt
munin*http://lefigaro.fr/robots.txt
muse/identity/v2/identity.js
museumdays/accounts
music
@ -16129,6 +16100,7 @@ noindex
noindex$
nojs=
nonConfig/api/wpa
nonce="pu-cQq9bOv4aWulELPXksw">if(google.cis
nonprofits/account
nonstyleishida/videolist-*.html
nonstyleishida/videolist.html
@ -16146,7 +16118,6 @@ notfound.html
notifications
notifications
notifications$
notifications/
notifications/*
nova
novel/comments.php?id=
@ -16324,8 +16295,6 @@ offers/nonprofits$
offers/nonprofits%
offers/nonprofits?
offers/preview/
offers/proxy/dealsserver/api/log
offers/proxy/dealsserver/buy
offers/referral-terms-conditions
offers/referral-terms-conditions$
offers/referral-terms-conditions%
@ -16341,7 +16310,7 @@ ohcm
ojp
okxbet.com
oma
on-demand/session/*http://podcasts.google.com/robots.txt
on-demand/session/*http://nymag.com/robots.txt
onboard
onboarding
one-app-preview
@ -16478,7 +16447,7 @@ p/*/v/*?
p/*/v?
p/*/victory$
p/*/victory?
p/*http://ifcncodeofprinciples.poynter.org/robots.txt
p/*http://socialimpact.youtube.com/robots.txt
p/*surveyopen
p/*thm=
p/60
@ -17373,7 +17342,7 @@ premium$
premium-reports
premium/
premium/$
premium/http://coindesk.com/robots.txt
premium/http://s.w.org/robots.txt
premiumsupport/iam/
premiumsupport/knowledge-center/feedback-no/
premiumsupport/knowledge-center/feedback-yes/
@ -17450,7 +17419,7 @@ privacy/request-data
privacy/zoho-group.html
private
private-promo
private/http://datatracker.ietf.org/robots.txt
private/http://sgtrains.com/robots.txt
private/wtrack
pro
pro-learn
@ -17460,7 +17429,6 @@ pro-site
pro-solutions
pro/about
pro2
proFile/history?
proMatch
proProjects
proVideoWidget
@ -17474,13 +17442,12 @@ product-catalogs
product-detail
product-detail/alisite-mobile.alibaba.com
product-feed
product-ratings/http://jesus-comes.com/robots.txt
product-ratings/http://wix.com/robots.txt
product-reviews/B0069IY63Y
product/*
product/electrode/api/logger
product/electrode/api/wpa
product/recommended
product/reviews?
productBrand=
productId=
productPurchaseDone
@ -17489,6 +17456,7 @@ productdetail/*
producthunt
productid=
production-monitoring
production/
products
products/*--*--*--
products/*/accent-chests-and-cabinets/review--4-stars-and-up
@ -17600,7 +17568,6 @@ profile/*/photos
profile/account
profile/following
profile/general
profile/history?
profile/mylists
profile/premium
profile/view
@ -18538,7 +18505,6 @@ restricted
restricted/
restricted_temporary/
results
results
results-export-email-by-search-data
results-export-ids
results-export-search-by-year
@ -18555,6 +18521,7 @@ review-by-author
review-drafts
review-order
review-sample
review/
review/*/transparency
review/common/du
review/dynamic/sims-box
@ -18586,7 +18553,6 @@ reviews/write/?s=
reviews/write?s=
reviews_page=
rewards
rewardsapp/
rf=*
rip/
rlv/
@ -18801,6 +18767,7 @@ s3
s=
s=p
s?
s?
s?*rh=n%3A1380045031
s_id=
sa
@ -19257,6 +19224,7 @@ series/
serv/
server
server-configurator
server-status
server.php
server/banners
server/body-include
@ -19313,7 +19281,6 @@ set_author_id
setbucket
setprefs
settings
settings
settings/*
settings/deactivated
settings/linkaccount
@ -19449,8 +19416,8 @@ sharing
sharing/files
sharing/folders
shelf/user_shelves
shenghuo
shenghuo/search?
shifen/
shihui
shihui?
ship
@ -19459,15 +19426,11 @@ shipping
shipping-payment
shippingassistant
shop
shop$
shop/
shop/*&
shop/browse/overlay
shop/collections
shop/global
shop/iphone/payments/overlay
shop/view/product
shop?
shop_name_search_service
shop_pins
shopcart/*
@ -19512,7 +19475,7 @@ showcase/Click.htm?
showroom
shows/
showtime/.requestinvite.html.swp
showtimes/location/*http://cnbc.com/robots.txt
showtimes/location/*http://img.youtube.com/robots.txt
shr*
shrek
si
@ -19987,7 +19950,6 @@ social
social-connect/send
social/photosui/images
social/photosui/sitemap
social/search?
social/social-security-directory/cai
social_media
socialapp/
@ -20046,7 +20008,7 @@ sort=
sortBy=
sos/clerical/
sos/online_corps/
sos/registration/http://public.tableau.com/robots.txt
sos/registration/http://inc.com/robots.txt
soundcloud-tpa
soundoff
sounds/player
@ -20067,7 +20029,6 @@ sp/news3
sp=
sp_url=
spartan
spbasic
spc-source=
special-promo/2for1
specialhandling-payments/
@ -20115,7 +20076,6 @@ sports/nfl/includes
sports/whatson
sports_fp_ms
spreadsheet
spresults
sprint_wml
sprint_xhtml
sq/android/collections
@ -20189,7 +20149,6 @@ stat
statement
statements
static
static/
static/*.css$
static/*.css?
static/*.gif
@ -20318,9 +20277,7 @@ storeclick
storefront
storepicker
storerequest
stores$
stores-manage
stores/
stores/page/*visitId=
stories
story
@ -20610,7 +20567,7 @@ tag
tag-manager
tag-manager-360
tag/
tag/*+http://yumpu.com/robots.txt
tag/*+http://dinotim.com/robots.txt
tag/*/shoutbox
tag/*/shoutbox?
tag/credible
@ -20772,7 +20729,7 @@ test.html
test_community
testfl
testgpr
testhttp://edition.cnn.com/robots.txt
testhttp://monroewvhistory.org/robots.txt
testing
testpage-forhomepage
tests/*
@ -20781,7 +20738,6 @@ text/*?page=
text/yandex-news.region.xml
tfemail
th
th$
th*/blog-article-remove-faq-utms-*.js
th*/cdn-cgi/challenge-platform
th*/step
@ -20847,7 +20803,6 @@ th/tools/logo-maker/onboarding
th/user
th/users
th/ventureone
th?
th_th
th_th/templates/M
thank-you
@ -21204,7 +21159,6 @@ translate_p
translate_static
translate_suggestion
translate_t
translator/?ref=
transmute/static-1.85
transmute/static-2.6
transmute/static-2.8
@ -21231,30 +21185,13 @@ travel-frontend/images
travel-vacations
travel/
travel/2013/aug/22/been-there-readers-competition?
travel/api
travel/clk
travel/css
travel/entity
travel/flight-search
travel/flight/flightSearch
travel/flight/flightSearchAction
travel/flight/search/?
travel/flight/search?
travel/flights
travel/flights/s
travel/hotel-search
travel/hotel/hotelMiniSearchRequest
travel/hotel/hotelSearch
travel/hotels/checkout
travel/hotels/detail
travel/hotels/entity
travel/hotels/search/?
travel/hotels/search?
travel/hotels/stories
travel/passport
travel/scripts
travel/search
travel/secure
travelnevadahighway95tc
treadstone
treasury
@ -21566,6 +21503,7 @@ uk/your
uk/zazzle
uki/search
uli/trac
ulink?
ulk/i
ulk/sch
ulk/usr
@ -21654,7 +21592,6 @@ ur/search
ur/user
ur/users
urchin_test
url
url-shortner
urlinator/static-1.54
urlinator/static-1.55
@ -22082,7 +22019,7 @@ uy
uy/es/ServicesLandingPage/AdvisoryLanding/RPA/Robotic_Process%20Automation_insert.pdf
uz/en/
uz/forums
uz/http://propublica.org/robots.txt
uz/http://bilgematics.com/robots.txt
uz/kb/*/discuss
uz/ru/
uz/search
@ -22260,29 +22197,11 @@ videodash.cms*
videodetails
videorequest
videos
videos/?
videos/browsing
videos/expander
videos/explore
videos/favorites
videos/feed
videos/feedcontent
videos/music
videos/music/
videos/music/?
videos/music?
videos/riverview/relatedvideo
videos/riverview/relatedvideo/?
videos/riverview/relatedvideo?
videos/search
videos/search/?
videos/search?
videos/show_trailer
videos/slider
videos/transcripts
videos/trending
videos/trendingcontent
videos?
videosearch
view
view-3d-home
@ -22550,11 +22469,7 @@ whythisad
widget
widget-landing-page.html
widget-uploads
widget/cr
widget/entity/search/?
widget/player
widget/render
widget/snapshot
widget_auth.php
widget_chunks
widgets
@ -23010,9 +22925,9 @@ wiki/Wikipedia_discusión:Solicitudes_de_verificación_de_usuarios
wiki/Wikipedia_discusión:Supresores/Candidaturas
wiki/Wikipedia_talk%3AAbuse_reports
wiki/Wikipedia_talk%3AAbuse_response
wiki/Wikipedia_talk%3AAdministrator_electionshttp://itunes.apple.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://producthunt.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://thehill.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://en.wikipedia.org/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://engadget.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://win.gs/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
@ -23209,7 +23124,6 @@ word/embed
wordpress/wp-admin
wordpress/wp-admin/admin-ajax.php
work
work
work-at-ucl/redeployment
work/_
work/acceptinvitation
@ -23305,7 +23219,8 @@ wp-admin
wp-admin/
wp-admin/admin-ajax.php
wp-admin/admin-ajax.php
wp-admin/admin-ajax.phphttp://bible.com/robots.txt
wp-admin/admin-ajax.phphttp://rtbf.be/robots.txt
wp-admin/admin-ajax.phphttp://starbucks.com/robots.txt
wp-admin/load-scripts.php
wp-admin/load-styles.php
wp-adv
@ -23495,7 +23410,7 @@ your
your-account
your-shop
youreurope/businessACC
youreurope/businessDEV/http://fortune.com/robots.txt
youreurope/businessDEV/http://europarl.europa.eu/robots.txt
youreurope/citizensACC
youreurope/citizensDEV
yours
@ -23644,7 +23559,7 @@ zh-tw.www.cloudflare.com
zh-tw/
zh-tw/feedback
zh-tw/lp
zh-tw/searchhttp://bizjournals.com/robots.txt
zh-tw/searchhttp://blog.giallozafferano.it/robots.txt
zh-tw/searchresults
zh/
zh/*?*shpxid=