brut 0.12.1 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +28 -0
- data/Gemfile.lock +1 -1
- data/brut-css/package-lock.json +57 -106
- data/brut-css/package.json +1 -1
- data/brut-js/package-lock.json +61 -331
- data/brut-js/package.json +2 -2
- data/brut-js/specs/AjaxSubmit.spec.js +48 -0
- data/brut-js/src/AjaxSubmit.js +77 -18
- data/brutrb.com/.vitepress/config.mjs +0 -1
- data/brutrb.com/layouts.md +70 -12
- data/brutrb.com/package-lock.json +428 -381
- data/brutrb.com/recipes/authentication.md +6 -6
- data/docs/404.html +2 -2
- data/docs/adrs.html +3 -3
- data/docs/ai.html +3 -3
- data/docs/api/Brut/BackEnd/SeedData.html +1 -1
- data/docs/api/Brut/BackEnd/Sidekiq/Middlewares/Server/FlushSpans.html +1 -1
- data/docs/api/Brut/BackEnd/Sidekiq/Middlewares/Server.html +1 -1
- data/docs/api/Brut/BackEnd/Sidekiq/Middlewares.html +1 -1
- data/docs/api/Brut/BackEnd/Sidekiq.html +1 -1
- data/docs/api/Brut/BackEnd/Validators/FormValidator.html +1 -1
- data/docs/api/Brut/BackEnd/Validators.html +1 -1
- data/docs/api/Brut/BackEnd.html +1 -1
- data/docs/api/Brut/CLI/App.html +1 -1
- data/docs/api/Brut/CLI/AppRunner.html +1 -1
- data/docs/api/Brut/CLI/Apps/BuildAssets/All.html +1 -1
- data/docs/api/Brut/CLI/Apps/BuildAssets/CSS.html +1 -1
- data/docs/api/Brut/CLI/Apps/BuildAssets/Images.html +1 -1
- data/docs/api/Brut/CLI/Apps/BuildAssets/JS.html +1 -1
- data/docs/api/Brut/CLI/Apps/BuildAssets.html +1 -1
- data/docs/api/Brut/CLI/Apps/DB/Create.html +1 -1
- data/docs/api/Brut/CLI/Apps/DB/Drop.html +1 -1
- data/docs/api/Brut/CLI/Apps/DB/Migrate.html +1 -1
- data/docs/api/Brut/CLI/Apps/DB/NewMigration.html +1 -1
- data/docs/api/Brut/CLI/Apps/DB/Rebuild.html +1 -1
- data/docs/api/Brut/CLI/Apps/DB/Seed.html +1 -1
- data/docs/api/Brut/CLI/Apps/DB/Status.html +1 -1
- data/docs/api/Brut/CLI/Apps/DB.html +1 -1
- data/docs/api/Brut/CLI/Apps/DeployBase/GitChecks.html +1 -1
- data/docs/api/Brut/CLI/Apps/DeployBase.html +1 -1
- data/docs/api/Brut/CLI/Apps/HerokuContainerBasedDeploy/Deploy.html +1 -1
- data/docs/api/Brut/CLI/Apps/HerokuContainerBasedDeploy.html +1 -1
- data/docs/api/Brut/CLI/Apps/Scaffold/Action/Route.html +1 -1
- data/docs/api/Brut/CLI/Apps/Scaffold/Action.html +1 -1
- data/docs/api/Brut/CLI/Apps/Scaffold/Component.html +1 -1
- data/docs/api/Brut/CLI/Apps/Scaffold/CustomElementTest.html +1 -1
- data/docs/api/Brut/CLI/Apps/Scaffold/DbModel.html +1 -1
- data/docs/api/Brut/CLI/Apps/Scaffold/E2ETest.html +1 -1
- data/docs/api/Brut/CLI/Apps/Scaffold/Form.html +1 -1
- data/docs/api/Brut/CLI/Apps/Scaffold/Page/Route.html +1 -1
- data/docs/api/Brut/CLI/Apps/Scaffold/Page.html +1 -1
- data/docs/api/Brut/CLI/Apps/Scaffold/RoutesEditor.html +1 -1
- data/docs/api/Brut/CLI/Apps/Scaffold/Test.html +1 -1
- data/docs/api/Brut/CLI/Apps/Scaffold.html +1 -1
- data/docs/api/Brut/CLI/Apps/Test/Audit.html +1 -1
- data/docs/api/Brut/CLI/Apps/Test/E2e.html +1 -1
- data/docs/api/Brut/CLI/Apps/Test/JS.html +1 -1
- data/docs/api/Brut/CLI/Apps/Test/Run.html +1 -1
- data/docs/api/Brut/CLI/Apps/Test.html +1 -1
- data/docs/api/Brut/CLI/Apps.html +1 -1
- data/docs/api/Brut/CLI/Command.html +1 -1
- data/docs/api/Brut/CLI/Error.html +1 -1
- data/docs/api/Brut/CLI/ExecutionResults/Result.html +1 -1
- data/docs/api/Brut/CLI/ExecutionResults.html +1 -1
- data/docs/api/Brut/CLI/Executor.html +1 -1
- data/docs/api/Brut/CLI/InvalidOption.html +1 -1
- data/docs/api/Brut/CLI/Options.html +1 -1
- data/docs/api/Brut/CLI/Output.html +1 -1
- data/docs/api/Brut/CLI/SystemExecError.html +1 -1
- data/docs/api/Brut/CLI.html +1 -1
- data/docs/api/Brut/FactoryBot.html +1 -1
- data/docs/api/Brut/Framework/App.html +1 -1
- data/docs/api/Brut/Framework/Config.html +1 -1
- data/docs/api/Brut/Framework/Container.html +1 -1
- data/docs/api/Brut/Framework/Error.html +1 -1
- data/docs/api/Brut/Framework/Errors/AbstractMethod.html +1 -1
- data/docs/api/Brut/Framework/Errors/Bug.html +1 -1
- data/docs/api/Brut/Framework/Errors/MissingConfiguration.html +1 -1
- data/docs/api/Brut/Framework/Errors/MissingParameter.html +1 -1
- data/docs/api/Brut/Framework/Errors/NoClassForPath.html +1 -1
- data/docs/api/Brut/Framework/Errors/NotFound.html +1 -1
- data/docs/api/Brut/Framework/Errors/NotImplemented.html +1 -1
- data/docs/api/Brut/Framework/Errors.html +1 -1
- data/docs/api/Brut/Framework/FussyTypeEnforcement.html +1 -1
- data/docs/api/Brut/Framework/MCP.html +1 -1
- data/docs/api/Brut/Framework/ProjectEnvironment.html +1 -1
- data/docs/api/Brut/Framework.html +1 -1
- data/docs/api/Brut/FrontEnd/AssetPathResolver.html +1 -1
- data/docs/api/Brut/FrontEnd/Component/Helpers.html +1 -1
- data/docs/api/Brut/FrontEnd/Component.html +1 -1
- data/docs/api/Brut/FrontEnd/Components/ConstraintViolations.html +1 -1
- data/docs/api/Brut/FrontEnd/Components/FormTag.html +1 -1
- data/docs/api/Brut/FrontEnd/Components/I18nTranslations.html +1 -1
- data/docs/api/Brut/FrontEnd/Components/Input.html +1 -1
- data/docs/api/Brut/FrontEnd/Components/Inputs/ButtonTag.html +1 -1
- data/docs/api/Brut/FrontEnd/Components/Inputs/CsrfToken.html +1 -1
- data/docs/api/Brut/FrontEnd/Components/Inputs/InputTag.html +1 -1
- data/docs/api/Brut/FrontEnd/Components/Inputs/RadioButton.html +1 -1
- data/docs/api/Brut/FrontEnd/Components/Inputs/SelectTagWithOptions.html +1 -1
- data/docs/api/Brut/FrontEnd/Components/Inputs/TextareaTag.html +1 -1
- data/docs/api/Brut/FrontEnd/Components/Inputs.html +1 -1
- data/docs/api/Brut/FrontEnd/Components/LocaleDetection.html +1 -1
- data/docs/api/Brut/FrontEnd/Components/PageIdentifier.html +1 -1
- data/docs/api/Brut/FrontEnd/Components/TimeTag.html +1 -1
- data/docs/api/Brut/FrontEnd/Components/Traceparent.html +1 -1
- data/docs/api/Brut/FrontEnd/Components.html +1 -1
- data/docs/api/Brut/FrontEnd/CsrfProtector.html +1 -1
- data/docs/api/Brut/FrontEnd/Download.html +1 -1
- data/docs/api/Brut/FrontEnd/Flash.html +1 -1
- data/docs/api/Brut/FrontEnd/Form.html +1 -1
- data/docs/api/Brut/FrontEnd/Forms/Button.html +1 -1
- data/docs/api/Brut/FrontEnd/Forms/ButtonInputDefinition.html +1 -1
- data/docs/api/Brut/FrontEnd/Forms/ConstraintViolation.html +1 -1
- data/docs/api/Brut/FrontEnd/Forms/Input/Color.html +1 -1
- data/docs/api/Brut/FrontEnd/Forms/Input/TimeOfDay.html +1 -1
- data/docs/api/Brut/FrontEnd/Forms/Input.html +1 -1
- data/docs/api/Brut/FrontEnd/Forms/InputDeclarations.html +1 -1
- data/docs/api/Brut/FrontEnd/Forms/InputDefinition.html +1 -1
- data/docs/api/Brut/FrontEnd/Forms/RadioButtonGroupInput.html +1 -1
- data/docs/api/Brut/FrontEnd/Forms/RadioButtonGroupInputDefinition.html +1 -1
- data/docs/api/Brut/FrontEnd/Forms/SelectInput.html +1 -1
- data/docs/api/Brut/FrontEnd/Forms/SelectInputDefinition.html +1 -1
- data/docs/api/Brut/FrontEnd/Forms/ValidityState.html +1 -1
- data/docs/api/Brut/FrontEnd/Forms.html +1 -1
- data/docs/api/Brut/FrontEnd/GenericResponse.html +1 -1
- data/docs/api/Brut/FrontEnd/Handler.html +1 -1
- data/docs/api/Brut/FrontEnd/Handlers/CspReportingHandler.html +1 -1
- data/docs/api/Brut/FrontEnd/Handlers/InstrumentationHandler/TraceParent.html +1 -1
- data/docs/api/Brut/FrontEnd/Handlers/InstrumentationHandler.html +1 -1
- data/docs/api/Brut/FrontEnd/Handlers/LocaleDetectionHandler.html +1 -1
- data/docs/api/Brut/FrontEnd/Handlers/MissingHandler/Form.html +1 -1
- data/docs/api/Brut/FrontEnd/Handlers/MissingHandler.html +1 -1
- data/docs/api/Brut/FrontEnd/Handlers.html +1 -1
- data/docs/api/Brut/FrontEnd/HandlingResults.html +1 -1
- data/docs/api/Brut/FrontEnd/HttpMethod.html +1 -1
- data/docs/api/Brut/FrontEnd/HttpStatus.html +1 -1
- data/docs/api/Brut/FrontEnd/InlineSvgLocator.html +1 -1
- data/docs/api/Brut/FrontEnd/Layout.html +1 -1
- data/docs/api/Brut/FrontEnd/Middleware.html +1 -1
- data/docs/api/Brut/FrontEnd/Middlewares/AnnotateBrutOwnedPaths.html +1 -1
- data/docs/api/Brut/FrontEnd/Middlewares/Favicon.html +1 -1
- data/docs/api/Brut/FrontEnd/Middlewares/OpenTelemetrySpan.html +1 -1
- data/docs/api/Brut/FrontEnd/Middlewares/ReloadApp.html +1 -1
- data/docs/api/Brut/FrontEnd/Middlewares.html +1 -1
- data/docs/api/Brut/FrontEnd/Page.html +1 -1
- data/docs/api/Brut/FrontEnd/Pages/MissingPage.html +1 -1
- data/docs/api/Brut/FrontEnd/Pages.html +1 -1
- data/docs/api/Brut/FrontEnd/RequestContext.html +1 -1
- data/docs/api/Brut/FrontEnd/RouteHook.html +1 -1
- data/docs/api/Brut/FrontEnd/RouteHooks/AgeFlash.html +1 -1
- data/docs/api/Brut/FrontEnd/RouteHooks/CSPNoInlineScripts.html +1 -1
- data/docs/api/Brut/FrontEnd/RouteHooks/CSPNoInlineStylesOrScripts/ReportOnly.html +1 -1
- data/docs/api/Brut/FrontEnd/RouteHooks/CSPNoInlineStylesOrScripts.html +1 -1
- data/docs/api/Brut/FrontEnd/RouteHooks/LocaleDetection.html +1 -1
- data/docs/api/Brut/FrontEnd/RouteHooks/SetupRequestContext.html +1 -1
- data/docs/api/Brut/FrontEnd/RouteHooks.html +1 -1
- data/docs/api/Brut/FrontEnd/Routing/FormHandlerRoute.html +1 -1
- data/docs/api/Brut/FrontEnd/Routing/FormRoute.html +1 -1
- data/docs/api/Brut/FrontEnd/Routing/MissingForm.html +1 -1
- data/docs/api/Brut/FrontEnd/Routing/MissingHandler.html +1 -1
- data/docs/api/Brut/FrontEnd/Routing/MissingPage.html +1 -1
- data/docs/api/Brut/FrontEnd/Routing/MissingPath.html +1 -1
- data/docs/api/Brut/FrontEnd/Routing/PageRoute.html +1 -1
- data/docs/api/Brut/FrontEnd/Routing/Route.html +1 -1
- data/docs/api/Brut/FrontEnd/Routing.html +1 -1
- data/docs/api/Brut/FrontEnd/Session.html +1 -1
- data/docs/api/Brut/FrontEnd.html +1 -1
- data/docs/api/Brut/I18n/BaseMethods.html +1 -1
- data/docs/api/Brut/I18n/ForBackEnd.html +1 -1
- data/docs/api/Brut/I18n/ForCLI.html +1 -1
- data/docs/api/Brut/I18n/ForHTML.html +1 -1
- data/docs/api/Brut/I18n/HTTPAcceptLanguage/AlwaysEnglish.html +1 -1
- data/docs/api/Brut/I18n/HTTPAcceptLanguage.html +1 -1
- data/docs/api/Brut/I18n.html +1 -1
- data/docs/api/Brut/Instrumentation/LoggerSpanExporter.html +1 -1
- data/docs/api/Brut/Instrumentation/Methods/ClassMethods.html +1 -1
- data/docs/api/Brut/Instrumentation/Methods.html +1 -1
- data/docs/api/Brut/Instrumentation/OpenTelemetry/NormalizedAttributes.html +1 -1
- data/docs/api/Brut/Instrumentation/OpenTelemetry/Span.html +1 -1
- data/docs/api/Brut/Instrumentation/OpenTelemetry.html +1 -1
- data/docs/api/Brut/Instrumentation.html +1 -1
- data/docs/api/Brut/RubocopConfig.html +1 -1
- data/docs/api/Brut/SinatraHelpers/ClassMethods.html +1 -1
- data/docs/api/Brut/SinatraHelpers.html +1 -1
- data/docs/api/Brut/SpecSupport/ClockSupport.html +1 -1
- data/docs/api/Brut/SpecSupport/ComponentSupport.html +1 -1
- data/docs/api/Brut/SpecSupport/E2ETestServer.html +1 -1
- data/docs/api/Brut/SpecSupport/E2eSupport.html +1 -1
- data/docs/api/Brut/SpecSupport/EnhancedNode.html +1 -1
- data/docs/api/Brut/SpecSupport/FlashSupport.html +1 -1
- data/docs/api/Brut/SpecSupport/GeneralSupport/ClassMethods.html +1 -1
- data/docs/api/Brut/SpecSupport/GeneralSupport.html +1 -1
- data/docs/api/Brut/SpecSupport/HandlerSupport.html +1 -1
- data/docs/api/Brut/SpecSupport/Matchers/BeABug.html +1 -1
- data/docs/api/Brut/SpecSupport/Matchers/BePageFor.html +1 -1
- data/docs/api/Brut/SpecSupport/Matchers/BeRoutingFor.html +1 -1
- data/docs/api/Brut/SpecSupport/Matchers/HaveConstraintViolation.html +1 -1
- data/docs/api/Brut/SpecSupport/Matchers/HaveGenerated.html +1 -1
- data/docs/api/Brut/SpecSupport/Matchers/HaveHTMLAttribute.html +1 -1
- data/docs/api/Brut/SpecSupport/Matchers/HaveI18nString.html +1 -1
- data/docs/api/Brut/SpecSupport/Matchers/HaveLinkTo.html +1 -1
- data/docs/api/Brut/SpecSupport/Matchers/HaveRedirectedTo.html +1 -1
- data/docs/api/Brut/SpecSupport/Matchers/HaveReturnedHttpStatus.html +1 -1
- data/docs/api/Brut/SpecSupport/Matchers/HaveReturnedRackResponse.html +1 -1
- data/docs/api/Brut/SpecSupport/Matchers.html +1 -1
- data/docs/api/Brut/SpecSupport/RSpecSetup/OptionalSidekiqSupport.html +1 -1
- data/docs/api/Brut/SpecSupport/RSpecSetup.html +1 -1
- data/docs/api/Brut/SpecSupport/SessionSupport.html +1 -1
- data/docs/api/Brut/SpecSupport.html +1 -1
- data/docs/api/Brut.html +1 -1
- data/docs/api/Clock.html +1 -1
- data/docs/api/ModuleName.html +1 -1
- data/docs/api/RichString.html +1 -1
- data/docs/api/SemanticLogger/Appender/Async.html +1 -1
- data/docs/api/Sequel/Extensions/BrutInstrumentation.html +1 -1
- data/docs/api/Sequel/Extensions/BrutMigrations.html +1 -1
- data/docs/api/Sequel/Extensions.html +1 -1
- data/docs/api/Sequel/Plugins/CreatedAt/InstanceMethods.html +1 -1
- data/docs/api/Sequel/Plugins/CreatedAt.html +1 -1
- data/docs/api/Sequel/Plugins/ExternalId/ClassMethods.html +1 -1
- data/docs/api/Sequel/Plugins/ExternalId/InstanceMethods.html +1 -1
- data/docs/api/Sequel/Plugins/ExternalId.html +1 -1
- data/docs/api/Sequel/Plugins/FindBang/ClassMethods.html +1 -1
- data/docs/api/Sequel/Plugins/FindBang.html +1 -1
- data/docs/api/Sequel/Plugins.html +1 -1
- data/docs/api/Sequel.html +1 -1
- data/docs/api/_index.html +1 -1
- data/docs/api/file.README.html +1 -1
- data/docs/api/index.html +1 -1
- data/docs/api/top-level-namespace.html +1 -1
- data/docs/assets/{app.CGHFI-MA.js → app.BDtsVxyd.js} +1 -1
- data/docs/assets/chunks/@localSearchIndexroot.BWVzhs5N.js +1 -0
- data/docs/assets/chunks/{VPLocalSearchBox.-c-Kihwo.js → VPLocalSearchBox.DCJk5nAW.js} +1 -1
- data/docs/assets/chunks/{theme.DpqrgXG8.js → theme.DZKmijwi.js} +2 -2
- data/docs/assets/{components.md.X4h_TEG-.js → components.md.rMhQ0WdZ.js} +3 -3
- data/docs/assets/{configuration.md.CPCyUo5A.js → configuration.md.BK42Yjp_.js} +1 -1
- data/docs/assets/{forms.md.BwmfAZ6Z.js → forms.md.v9qIbmUM.js} +2 -2
- data/docs/assets/{forms.md.BwmfAZ6Z.lean.js → forms.md.v9qIbmUM.lean.js} +1 -1
- data/docs/assets/{getting-started.md.mPgbkbBv.js → getting-started.md.DTOl4c2g.js} +2 -2
- data/docs/assets/{recipes_authentication.md.BAISoxmN.js → recipes_authentication.md.nwO6F7Ou.js} +6 -6
- data/docs/assets/{tutorials_02-dialog.md.DOonTBrE.js → tutorials_02-dialog.md.CPNK1SC_.js} +2 -2
- data/docs/assets/{tutorials_02-dialog.md.DOonTBrE.lean.js → tutorials_02-dialog.md.CPNK1SC_.lean.js} +1 -1
- data/docs/assets.html +3 -3
- data/docs/brut-js/api/AjaxSubmit.html +29 -10
- data/docs/brut-js/api/AjaxSubmit.js.html +78 -19
- data/docs/brut-js/api/Autosubmit.html +1 -1
- data/docs/brut-js/api/Autosubmit.js.html +1 -1
- data/docs/brut-js/api/BaseCustomElement.html +1 -1
- data/docs/brut-js/api/BaseCustomElement.js.html +1 -1
- data/docs/brut-js/api/BrutCustomElements.html +1 -1
- data/docs/brut-js/api/BufferedLogger.html +1 -1
- data/docs/brut-js/api/ConfirmSubmit.html +1 -1
- data/docs/brut-js/api/ConfirmSubmit.js.html +1 -1
- data/docs/brut-js/api/ConfirmationDialog.html +1 -1
- data/docs/brut-js/api/ConfirmationDialog.js.html +1 -1
- data/docs/brut-js/api/ConstraintViolationMessage.html +1 -1
- data/docs/brut-js/api/ConstraintViolationMessage.js.html +1 -1
- data/docs/brut-js/api/ConstraintViolationMessages.html +1 -1
- data/docs/brut-js/api/ConstraintViolationMessages.js.html +1 -1
- data/docs/brut-js/api/CopyToClipboard.html +1 -1
- data/docs/brut-js/api/CopyToClipboard.js.html +1 -1
- data/docs/brut-js/api/Form.html +1 -1
- data/docs/brut-js/api/Form.js.html +1 -1
- data/docs/brut-js/api/I18nTranslation.html +1 -1
- data/docs/brut-js/api/I18nTranslation.js.html +1 -1
- data/docs/brut-js/api/LocaleDetection.html +1 -1
- data/docs/brut-js/api/LocaleDetection.js.html +1 -1
- data/docs/brut-js/api/Logger.html +1 -1
- data/docs/brut-js/api/Logger.js.html +1 -1
- data/docs/brut-js/api/Message.html +1 -1
- data/docs/brut-js/api/Message.js.html +1 -1
- data/docs/brut-js/api/PrefixedLogger.html +1 -1
- data/docs/brut-js/api/RichString.html +1 -1
- data/docs/brut-js/api/RichString.js.html +1 -1
- data/docs/brut-js/api/Tabs.html +1 -1
- data/docs/brut-js/api/Tabs.js.html +1 -1
- data/docs/brut-js/api/Tracing.html +1 -1
- data/docs/brut-js/api/Tracing.js.html +1 -1
- data/docs/brut-js/api/external-CustomElementRegistry.html +1 -1
- data/docs/brut-js/api/external-Performance.html +1 -1
- data/docs/brut-js/api/external-Promise.html +1 -1
- data/docs/brut-js/api/external-ValidityState.html +1 -1
- data/docs/brut-js/api/external-Window.html +1 -1
- data/docs/brut-js/api/external-fetch.html +1 -1
- data/docs/brut-js/api/global.html +1 -1
- data/docs/brut-js/api/index.html +1 -1
- data/docs/brut-js/api/index.js.html +1 -1
- data/docs/brut-js/api/module-testing.html +1 -1
- data/docs/brut-js/api/testing.AssetMetadata.html +1 -1
- data/docs/brut-js/api/testing.AssetMetadataLoader.html +1 -1
- data/docs/brut-js/api/testing.CustomElementTest.html +1 -1
- data/docs/brut-js/api/testing.DOMCreator.html +1 -1
- data/docs/brut-js/api/testing_AssetMetadata.js.html +1 -1
- data/docs/brut-js/api/testing_AssetMetadataLoader.js.html +1 -1
- data/docs/brut-js/api/testing_CustomElementTest.js.html +1 -1
- data/docs/brut-js/api/testing_DOMCreator.js.html +1 -1
- data/docs/brut-js/api/testing_index.js.html +1 -1
- data/docs/brut-js.html +3 -3
- data/docs/business-logic.html +3 -3
- data/docs/cli.html +3 -3
- data/docs/components.html +7 -7
- data/docs/configuration.html +5 -5
- data/docs/css.html +3 -3
- data/docs/custom-element-tests.html +3 -3
- data/docs/database-access.html +3 -3
- data/docs/database-schema.html +3 -3
- data/docs/deployment.html +3 -3
- data/docs/dev-environment.html +3 -3
- data/docs/dir-structure.html +3 -3
- data/docs/doc-conventions.html +3 -3
- data/docs/end-to-end-tests.html +3 -3
- data/docs/features.html +3 -3
- data/docs/flash-and-session.html +3 -3
- data/docs/form-constraints.html +3 -3
- data/docs/forms.html +5 -5
- data/docs/getting-started.html +6 -6
- data/docs/handlers.html +3 -3
- data/docs/hashmap.json +1 -1
- data/docs/hooks.html +3 -3
- data/docs/i18n.html +3 -3
- data/docs/index.html +3 -3
- data/docs/instrumentation.html +3 -3
- data/docs/javascript.html +3 -3
- data/docs/jobs.html +3 -3
- data/docs/keyword-injection.html +3 -3
- data/docs/layouts.html +3 -3
- data/docs/lsp.html +3 -3
- data/docs/markdown-examples.html +3 -3
- data/docs/middleware.html +3 -3
- data/docs/overview.html +3 -3
- data/docs/pages.html +3 -3
- data/docs/recipes/alternate-layouts.html +3 -3
- data/docs/recipes/authentication.html +10 -10
- data/docs/recipes/blank-layouts.html +3 -3
- data/docs/recipes/custom-flash.html +3 -3
- data/docs/recipes/form-errors.html +3 -3
- data/docs/recipes/indexed-forms.html +3 -3
- data/docs/recipes/migrations.html +3 -3
- data/docs/recipes/text-field-component.html +3 -3
- data/docs/roadmap.html +3 -3
- data/docs/routes.html +3 -3
- data/docs/security.html +3 -3
- data/docs/seed-data.html +3 -3
- data/docs/space-time-continuum.html +3 -3
- data/docs/tutorial.html +3 -3
- data/docs/tutorials/01-intro.html +3 -3
- data/docs/tutorials/02-dialog.html +5 -5
- data/docs/unit-tests.html +3 -3
- data/docs/why.html +3 -3
- data/lib/brut/front_end/components/page_identifier.rb +7 -4
- data/lib/brut/front_end/layout.rb +11 -0
- data/lib/brut/front_end/page.rb +1 -1
- data/lib/brut/version.rb +1 -1
- data/mkbrut/Gemfile.lock +1 -1
- data/mkbrut/lib/mkbrut/version.rb +1 -1
- data/mkbrut/templates/Base/app/src/front_end/layouts/blank_layout.rb +11 -0
- data/mkbrut/templates/Base/app/src/front_end/layouts/default_layout.rb.erb +3 -6
- metadata +18 -18
- data/brutrb.com/recipes/blank-layouts.md +0 -22
- data/docs/assets/chunks/@localSearchIndexroot.DcMsFVrO.js +0 -1
- /data/docs/assets/{components.md.X4h_TEG-.lean.js → components.md.rMhQ0WdZ.lean.js} +0 -0
- /data/docs/assets/{configuration.md.CPCyUo5A.lean.js → configuration.md.BK42Yjp_.lean.js} +0 -0
- /data/docs/assets/{getting-started.md.mPgbkbBv.lean.js → getting-started.md.DTOl4c2g.lean.js} +0 -0
- /data/docs/assets/{recipes_authentication.md.BAISoxmN.lean.js → recipes_authentication.md.nwO6F7Ou.lean.js} +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d6954b7b2b7dd919d891eb6ee7a734e3c4279f7781eeb899c88ac80982662ba6
|
4
|
+
data.tar.gz: b02e176ae104ab3214d52877f13a81e17fa32c4de53d57c5bbe193cd9209f9ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a7f6684baab276fcaab1db9eee5427c9e79d5e50a09032bcaf4e417dbee109fa0c4b77322884304a13310ae6b013fbd23d880b1928c83f1a5db627bb09f403b9
|
7
|
+
data.tar.gz: db5de2626cdeabe12ce571fd046c0472a5295d8831684c9a95b4e2b251f59217c7ec7e5de9ae5c473a2ead812d675d76de1d8e38730dbe4cca7e960bf8cf3839
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,33 @@
|
|
1
1
|
# Brut CHANGELOG
|
2
2
|
|
3
|
+
## v0.14.0 - Sep 9, 2025
|
4
|
+
|
5
|
+
* **BREAKING CHANGE** Layouts now have access to the page object they are
|
6
|
+
laying out. `Brut::FrontEnd::Layout` now requires being given the page
|
7
|
+
object in its constructor, and `Brut::FrontEnd::Components::PageIdentifier`
|
8
|
+
**requires** the page, not the page\_name.
|
9
|
+
|
10
|
+
To fix, inside your layouts, you will likely have this code:
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
def initialize(page_name:)
|
14
|
+
@page_name = page_name
|
15
|
+
end
|
16
|
+
```
|
17
|
+
|
18
|
+
Remove that initializer, then find all uses of `@page_name` and replace
|
19
|
+
them with `@page.page_name`, **except** for the call to `PageIdentifier`,
|
20
|
+
That should look like so:
|
21
|
+
|
22
|
+
```ruby
|
23
|
+
PageIdentifer(page) # NOTE @page_name NOR @page.page_name
|
24
|
+
```
|
25
|
+
|
26
|
+
## v0.13.0 - Sep 8, 2025
|
27
|
+
|
28
|
+
* `<brut-ajax-submit>` now works on forms that have `method="GET"`.
|
29
|
+
* `<brut-ajax-submit>` can now allow an additional `AbortSignal` to cancel inflight requests, beyond the builtin timeout.
|
30
|
+
|
3
31
|
## v0.12.1 - Sep 5, 2025
|
4
32
|
|
5
33
|
* Changed where a button's default value is set to avoid it
|
data/Gemfile.lock
CHANGED
data/brut-css/package-lock.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "brut-css",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.14.0",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "brut-css",
|
9
|
-
"version": "0.
|
9
|
+
"version": "0.14.0",
|
10
10
|
"license": "Hippocratic-2.1",
|
11
11
|
"devDependencies": {
|
12
12
|
"comment-parser": "^1.4.1",
|
@@ -69,9 +69,9 @@
|
|
69
69
|
}
|
70
70
|
},
|
71
71
|
"node_modules/ansi-regex": {
|
72
|
-
"version": "6.
|
73
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.
|
74
|
-
"integrity": "sha512-
|
72
|
+
"version": "6.2.2",
|
73
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
|
74
|
+
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
75
75
|
"dev": true,
|
76
76
|
"license": "MIT",
|
77
77
|
"engines": {
|
@@ -166,14 +166,13 @@
|
|
166
166
|
"license": "ISC"
|
167
167
|
},
|
168
168
|
"node_modules/brace-expansion": {
|
169
|
-
"version": "
|
170
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-
|
171
|
-
"integrity": "sha512-
|
169
|
+
"version": "2.0.2",
|
170
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
171
|
+
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
172
172
|
"dev": true,
|
173
173
|
"license": "MIT",
|
174
174
|
"dependencies": {
|
175
|
-
"balanced-match": "^1.0.0"
|
176
|
-
"concat-map": "0.0.1"
|
175
|
+
"balanced-match": "^1.0.0"
|
177
176
|
}
|
178
177
|
},
|
179
178
|
"node_modules/braces": {
|
@@ -454,13 +453,6 @@
|
|
454
453
|
"node": ">= 12.0.0"
|
455
454
|
}
|
456
455
|
},
|
457
|
-
"node_modules/concat-map": {
|
458
|
-
"version": "0.0.1",
|
459
|
-
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
460
|
-
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
|
461
|
-
"dev": true,
|
462
|
-
"license": "MIT"
|
463
|
-
},
|
464
456
|
"node_modules/config-chain": {
|
465
457
|
"version": "1.1.13",
|
466
458
|
"resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz",
|
@@ -810,16 +802,6 @@
|
|
810
802
|
"node": ">=14"
|
811
803
|
}
|
812
804
|
},
|
813
|
-
"node_modules/editorconfig/node_modules/brace-expansion": {
|
814
|
-
"version": "2.0.2",
|
815
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
816
|
-
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
817
|
-
"dev": true,
|
818
|
-
"license": "MIT",
|
819
|
-
"dependencies": {
|
820
|
-
"balanced-match": "^1.0.0"
|
821
|
-
}
|
822
|
-
},
|
823
805
|
"node_modules/editorconfig/node_modules/minimatch": {
|
824
806
|
"version": "9.0.1",
|
825
807
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz",
|
@@ -853,9 +835,9 @@
|
|
853
835
|
}
|
854
836
|
},
|
855
837
|
"node_modules/electron-to-chromium": {
|
856
|
-
"version": "1.5.
|
857
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
858
|
-
"integrity": "sha512-
|
838
|
+
"version": "1.5.215",
|
839
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.215.tgz",
|
840
|
+
"integrity": "sha512-TIvGp57UpeNetj/wV/xpFNpWGb0b/ROw372lHPx5Aafx02gjTBtWnEEcaSX3W2dLM3OSdGGyHX/cHl01JQsLaQ==",
|
859
841
|
"dev": true,
|
860
842
|
"license": "ISC"
|
861
843
|
},
|
@@ -939,29 +921,6 @@
|
|
939
921
|
"minimatch": "^5.0.1"
|
940
922
|
}
|
941
923
|
},
|
942
|
-
"node_modules/filelist/node_modules/brace-expansion": {
|
943
|
-
"version": "2.0.2",
|
944
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
945
|
-
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
946
|
-
"dev": true,
|
947
|
-
"license": "MIT",
|
948
|
-
"dependencies": {
|
949
|
-
"balanced-match": "^1.0.0"
|
950
|
-
}
|
951
|
-
},
|
952
|
-
"node_modules/filelist/node_modules/minimatch": {
|
953
|
-
"version": "5.1.6",
|
954
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
955
|
-
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
|
956
|
-
"dev": true,
|
957
|
-
"license": "ISC",
|
958
|
-
"dependencies": {
|
959
|
-
"brace-expansion": "^2.0.1"
|
960
|
-
},
|
961
|
-
"engines": {
|
962
|
-
"node": ">=10"
|
963
|
-
}
|
964
|
-
},
|
965
924
|
"node_modules/fill-range": {
|
966
925
|
"version": "7.1.1",
|
967
926
|
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
@@ -976,9 +935,9 @@
|
|
976
935
|
}
|
977
936
|
},
|
978
937
|
"node_modules/follow-redirects": {
|
979
|
-
"version": "1.15.
|
980
|
-
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.
|
981
|
-
"integrity": "sha512-
|
938
|
+
"version": "1.15.11",
|
939
|
+
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz",
|
940
|
+
"integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
|
982
941
|
"dev": true,
|
983
942
|
"funding": [
|
984
943
|
{
|
@@ -1014,9 +973,9 @@
|
|
1014
973
|
}
|
1015
974
|
},
|
1016
975
|
"node_modules/fs-extra": {
|
1017
|
-
"version": "11.3.
|
1018
|
-
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.
|
1019
|
-
"integrity": "sha512-
|
976
|
+
"version": "11.3.1",
|
977
|
+
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.1.tgz",
|
978
|
+
"integrity": "sha512-eXvGGwZ5CL17ZSwHWd3bbgk7UUpF6IFHtP57NYYakPvHOs8GDgDe5KJI36jIJzDkJ6eJjuzRA8eBQb6SkKue0g==",
|
1020
979
|
"dev": true,
|
1021
980
|
"license": "MIT",
|
1022
981
|
"dependencies": {
|
@@ -1136,16 +1095,6 @@
|
|
1136
1095
|
"node": ">= 6"
|
1137
1096
|
}
|
1138
1097
|
},
|
1139
|
-
"node_modules/glob/node_modules/brace-expansion": {
|
1140
|
-
"version": "2.0.2",
|
1141
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
1142
|
-
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
1143
|
-
"dev": true,
|
1144
|
-
"license": "MIT",
|
1145
|
-
"dependencies": {
|
1146
|
-
"balanced-match": "^1.0.0"
|
1147
|
-
}
|
1148
|
-
},
|
1149
1098
|
"node_modules/glob/node_modules/minimatch": {
|
1150
1099
|
"version": "9.0.5",
|
1151
1100
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
@@ -1400,16 +1349,15 @@
|
|
1400
1349
|
}
|
1401
1350
|
},
|
1402
1351
|
"node_modules/jake": {
|
1403
|
-
"version": "10.9.
|
1404
|
-
"resolved": "https://registry.npmjs.org/jake/-/jake-10.9.
|
1405
|
-
"integrity": "sha512-
|
1352
|
+
"version": "10.9.4",
|
1353
|
+
"resolved": "https://registry.npmjs.org/jake/-/jake-10.9.4.tgz",
|
1354
|
+
"integrity": "sha512-wpHYzhxiVQL+IV05BLE2Xn34zW1S223hvjtqk0+gsPrwd/8JNLXJgZZM/iPFsYc1xyphF+6M6EvdE5E9MBGkDA==",
|
1406
1355
|
"dev": true,
|
1407
1356
|
"license": "Apache-2.0",
|
1408
1357
|
"dependencies": {
|
1409
|
-
"async": "^3.2.
|
1410
|
-
"chalk": "^4.0.2",
|
1358
|
+
"async": "^3.2.6",
|
1411
1359
|
"filelist": "^1.0.4",
|
1412
|
-
"
|
1360
|
+
"picocolors": "^1.1.1"
|
1413
1361
|
},
|
1414
1362
|
"bin": {
|
1415
1363
|
"jake": "bin/cli.js"
|
@@ -1451,9 +1399,9 @@
|
|
1451
1399
|
}
|
1452
1400
|
},
|
1453
1401
|
"node_modules/jsonfile": {
|
1454
|
-
"version": "6.
|
1455
|
-
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.
|
1456
|
-
"integrity": "sha512-
|
1402
|
+
"version": "6.2.0",
|
1403
|
+
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz",
|
1404
|
+
"integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==",
|
1457
1405
|
"dev": true,
|
1458
1406
|
"license": "MIT",
|
1459
1407
|
"dependencies": {
|
@@ -1563,16 +1511,16 @@
|
|
1563
1511
|
}
|
1564
1512
|
},
|
1565
1513
|
"node_modules/minimatch": {
|
1566
|
-
"version": "
|
1567
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-
|
1568
|
-
"integrity": "sha512-
|
1514
|
+
"version": "5.1.6",
|
1515
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
1516
|
+
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
|
1569
1517
|
"dev": true,
|
1570
1518
|
"license": "ISC",
|
1571
1519
|
"dependencies": {
|
1572
|
-
"brace-expansion": "^
|
1520
|
+
"brace-expansion": "^2.0.1"
|
1573
1521
|
},
|
1574
1522
|
"engines": {
|
1575
|
-
"node": "
|
1523
|
+
"node": ">=10"
|
1576
1524
|
}
|
1577
1525
|
},
|
1578
1526
|
"node_modules/minimist": {
|
@@ -1622,9 +1570,9 @@
|
|
1622
1570
|
}
|
1623
1571
|
},
|
1624
1572
|
"node_modules/node-releases": {
|
1625
|
-
"version": "2.0.
|
1626
|
-
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.
|
1627
|
-
"integrity": "sha512-
|
1573
|
+
"version": "2.0.20",
|
1574
|
+
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.20.tgz",
|
1575
|
+
"integrity": "sha512-7gK6zSXEH6neM212JgfYFXe+GmZQM+fia5SsusuBIUgnPheLFBmIPhtFoAQRj8/7wASYQnbDlHPVwY0BefoFgA==",
|
1628
1576
|
"dev": true,
|
1629
1577
|
"license": "MIT"
|
1630
1578
|
},
|
@@ -2732,9 +2680,9 @@
|
|
2732
2680
|
}
|
2733
2681
|
},
|
2734
2682
|
"node_modules/strip-ansi": {
|
2735
|
-
"version": "7.1.
|
2736
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.
|
2737
|
-
"integrity": "sha512-
|
2683
|
+
"version": "7.1.2",
|
2684
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
2685
|
+
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
2738
2686
|
"dev": true,
|
2739
2687
|
"license": "MIT",
|
2740
2688
|
"dependencies": {
|
@@ -2858,14 +2806,14 @@
|
|
2858
2806
|
"license": "Apache-2.0"
|
2859
2807
|
},
|
2860
2808
|
"node_modules/tinyglobby": {
|
2861
|
-
"version": "0.2.
|
2862
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
2863
|
-
"integrity": "sha512-
|
2809
|
+
"version": "0.2.15",
|
2810
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
|
2811
|
+
"integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
|
2864
2812
|
"dev": true,
|
2865
2813
|
"license": "MIT",
|
2866
2814
|
"dependencies": {
|
2867
|
-
"fdir": "^6.
|
2868
|
-
"picomatch": "^4.0.
|
2815
|
+
"fdir": "^6.5.0",
|
2816
|
+
"picomatch": "^4.0.3"
|
2869
2817
|
},
|
2870
2818
|
"engines": {
|
2871
2819
|
"node": ">=12.0.0"
|
@@ -2875,11 +2823,14 @@
|
|
2875
2823
|
}
|
2876
2824
|
},
|
2877
2825
|
"node_modules/tinyglobby/node_modules/fdir": {
|
2878
|
-
"version": "6.
|
2879
|
-
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.
|
2880
|
-
"integrity": "sha512-
|
2826
|
+
"version": "6.5.0",
|
2827
|
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
2828
|
+
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
2881
2829
|
"dev": true,
|
2882
2830
|
"license": "MIT",
|
2831
|
+
"engines": {
|
2832
|
+
"node": ">=12.0.0"
|
2833
|
+
},
|
2883
2834
|
"peerDependencies": {
|
2884
2835
|
"picomatch": "^3 || ^4"
|
2885
2836
|
},
|
@@ -2890,9 +2841,9 @@
|
|
2890
2841
|
}
|
2891
2842
|
},
|
2892
2843
|
"node_modules/tinyglobby/node_modules/picomatch": {
|
2893
|
-
"version": "4.0.
|
2894
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.
|
2895
|
-
"integrity": "sha512-
|
2844
|
+
"version": "4.0.3",
|
2845
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
|
2846
|
+
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
2896
2847
|
"dev": true,
|
2897
2848
|
"license": "MIT",
|
2898
2849
|
"engines": {
|
@@ -3101,9 +3052,9 @@
|
|
3101
3052
|
}
|
3102
3053
|
},
|
3103
3054
|
"node_modules/wrap-ansi/node_modules/ansi-styles": {
|
3104
|
-
"version": "6.2.
|
3105
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.
|
3106
|
-
"integrity": "sha512-
|
3055
|
+
"version": "6.2.3",
|
3056
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
|
3057
|
+
"integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
|
3107
3058
|
"dev": true,
|
3108
3059
|
"license": "MIT",
|
3109
3060
|
"engines": {
|
@@ -3124,9 +3075,9 @@
|
|
3124
3075
|
}
|
3125
3076
|
},
|
3126
3077
|
"node_modules/yaml": {
|
3127
|
-
"version": "2.8.
|
3128
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.
|
3129
|
-
"integrity": "sha512-
|
3078
|
+
"version": "2.8.1",
|
3079
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz",
|
3080
|
+
"integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==",
|
3130
3081
|
"dev": true,
|
3131
3082
|
"license": "ISC",
|
3132
3083
|
"bin": {
|