GithubDataScraper/output/tapestry_issues.csv
2020-09-10 23:38:27 +02:00

357 KiB

1urlrepository_urllabels_urlcomments_urlevents_urlhtml_urlidnode_idnumbertitleuserlabelsstatelockedassigneeassigneesmilestonecommentscreated_atupdated_atclosed_atauthor_associationactive_lock_reasonbodyperformed_via_github_apppull_request
20https://api.github.com/repos/uklance/tapestry-atmosphere/issues/35https://api.github.com/repos/uklance/tapestry-atmospherehttps://api.github.com/repos/uklance/tapestry-atmosphere/issues/35/labels{/name}https://api.github.com/repos/uklance/tapestry-atmosphere/issues/35/commentshttps://api.github.com/repos/uklance/tapestry-atmosphere/issues/35/eventshttps://github.com/uklance/tapestry-atmosphere/issues/35521678170MDU6SXNzdWU1MjE2NzgxNzA=35WebSocket not being enabled{'login': 'nfranke', 'id': 270072, 'node_id': 'MDQ6VXNlcjI3MDA3Mg==', 'avatar_url': 'https://avatars3.githubusercontent.com/u/270072?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/nfranke', 'html_url': 'https://github.com/nfranke', 'followers_url': 'https://api.github.com/users/nfranke/followers', 'following_url': 'https://api.github.com/users/nfranke/following{/other_user}', 'gists_url': 'https://api.github.com/users/nfranke/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/nfranke/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/nfranke/subscriptions', 'organizations_url': 'https://api.github.com/users/nfranke/orgs', 'repos_url': 'https://api.github.com/users/nfranke/repos', 'events_url': 'https://api.github.com/users/nfranke/events{/privacy}', 'received_events_url': 'https://api.github.com/users/nfranke/received_events', 'type': 'User', 'site_admin': False}[]openFalse[]02019-11-12T17:02:24Z2019-11-12T17:02:24ZNONEI'm using the demo application and I see this error in the logs. WebSocket doesn't work and the chat demo doesn't work, meaning two connected peers can't see each other's messages. I can see in the Chrome console that it gets a 501 when trying to initiate a WebSocket connection. This happens in Tomcat and Jetty. ``` [INFO] cpr.AtmosphereFramework Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol [ERROR] util.IOUtils java.lang.IllegalStateException: Unable to configure jsr356 at that stage. No Servlet associated with atmosphere at org.atmosphere.util.IOUtils.guestRawServletPath(IOUtils.java:274) at org.atmosphere.util.IOUtils.guestServletPath(IOUtils.java:248) at org.atmosphere.container.JSR356AsyncSupport.<init>(JSR356AsyncSupport.java:63) at org.atmosphere.container.JSR356AsyncSupport.<init>(JSR356AsyncSupport.java:40) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.atmosphere.cpr.DefaultAsyncSupportResolver.newCometSupport(DefaultAsyncSupportResolver.java:234) at org.atmosphere.cpr.DefaultAsyncSupportResolver.resolveWebSocket(DefaultAsyncSupportResolver.java:306) at org.atmosphere.cpr.DefaultAsyncSupportResolver.resolve(DefaultAsyncSupportResolver.java:292) at org.atmosphere.cpr.AtmosphereFramework.autoDetectContainer(AtmosphereFramework.java:2080) at org.atmosphere.cpr.AtmosphereFramework.init(AtmosphereFramework.java:914) at org.atmosphere.cpr.AtmosphereFramework.init(AtmosphereFramework.java:838) at org.atmosphere.cpr.AtmosphereFrameworkInitializer.configureFramework(AtmosphereFrameworkInitializer.java:75) at org.atmosphere.cpr.AtmosphereServlet.configureFramework(AtmosphereServlet.java:84) at org.atmosphere.cpr.AtmosphereServlet.configureFramework(AtmosphereServlet.java:80) at org.atmosphere.cpr.AtmosphereServlet.init(AtmosphereServlet.java:75) at org.lazan.t5.atmosphere.services.internal.HttpServletHttpServletRequestFilter.<init>(HttpServletHttpServletRequestFilter.java:48) at org.lazan.t5.atmosphere.services.internal.AtmosphereHttpServletRequestFilter.<init>(AtmosphereHttpServletRequestFilter.java:45) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.apache.tapestry5.ioc.internal.util.ConstructorInvoker.invoke(ConstructorInvoker.java:50) at org.apache.tapestry5.ioc.internal.util.LoggingInvokableWrapper.invoke(LoggingInvokableWrapper.java:43) at org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:82) at org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:72) at org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1260) at org.apache.tapestry5.ioc.internal.util.ConstructionPlan.createObject(ConstructionPlan.java:61) at org.apache.tapestry5.ioc.internal.ConstructorServiceCreator.createObject(ConstructorServiceCreator.java:62) at org.apache.tapestry5.ioc.internal.ModuleImpl$4.invoke(ModuleImpl.java:295) at org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:82) at org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:72) at org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1260) at org.apache.tapestry5.ioc.internal.ModuleImpl.create(ModuleImpl.java:344) at org.apache.tapestry5.ioc.internal.ModuleImpl.access$100(ModuleImpl.java:40) at org.apache.tapestry5.ioc.internal.ModuleImpl$1.invoke(ModuleImpl.java:198) at org.apache.tapestry5.ioc.internal.util.ConcurrentBarrier.withWrite(ConcurrentBarrier.java:139) at org.apache.tapestry5.ioc.internal.ModuleImpl$2.invoke(ModuleImpl.java:215) at org.apache.tapestry5.ioc.internal.util.ConcurrentBarrier.withRead(ConcurrentBarrier.java:83) at org.apache.tapestry5.ioc.internal.ModuleImpl.findOrCreate(ModuleImpl.java:221) at org.apache.tapestry5.ioc.internal.ModuleImpl.getService(ModuleImpl.java:112) at org.apache.tapestry5.ioc.internal.RegistryImpl.getService(RegistryImpl.java:497) at org.apache.tapestry5.ioc.internal.RegistryImpl.getServiceByTypeAlone(RegistryImpl.java:783) at org.apache.tapestry5.ioc.internal.RegistryImpl.getServiceByTypeAndMarkers(RegistryImpl.java:797) at org.apache.tapestry5.ioc.internal.RegistryImpl.getService(RegistryImpl.java:755) at org.apache.tapestry5.ioc.internal.ObjectLocatorImpl.getService(ObjectLocatorImpl.java:49) at org.apache.tapestry5.ioc.internal.services.MasterObjectProviderImpl$1.invoke(MasterObjectProviderImpl.java:62) at org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:82) at org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:72) at org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1260) at org.apache.tapestry5.ioc.internal.services.MasterObjectProviderImpl.provide(MasterObjectProviderImpl.java:46) at $MasterObjectProvider_1dcd7720f04093.provide(Unknown Source) at org.apache.tapestry5.ioc.internal.RegistryImpl.getObject(RegistryImpl.java:991) at org.apache.tapestry5.ioc.internal.ObjectLocatorImpl.getObject(ObjectLocatorImpl.java:61) at org.apache.tapestry5.ioc.internal.util.InternalUtils.calculateInjection(InternalUtils.java:225) at org.apache.tapestry5.ioc.internal.util.InternalUtils.access$000(InternalUtils.java:50) at org.apache.tapestry5.ioc.internal.util.InternalUtils$4.invoke(InternalUtils.java:258) at org.apache.tapestry5.ioc.internal.util.InternalUtils$4.invoke(InternalUtils.java:254) at org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:82) at org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:72) at org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1260) at org.apache.tapestry5.ioc.internal.util.InternalUtils.calculateParameters(InternalUtils.java:262) at org.apache.tapestry5.ioc.internal.util.InternalUtils.calculateParametersForMethod(InternalUtils.java:232) at org.apache.tapestry5.ioc.internal.util.InternalUtils$25.invoke(InternalUtils.java:1571) at org.apache.tapestry5.ioc.internal.util.InternalUtils$25.invoke(InternalUtils.java:1567) at org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:82) at org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:72) at org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1260) at org.apache.tapestry5.ioc.internal.util.InternalUtils.createMethodInvocationPlan(InternalUtils.java:1566) at org.apache.tapestry5.ioc.internal.ServiceBuilderMethodInvoker.getPlan(ServiceBuilderMethodInvoker.java:49) at org.apache.tapestry5.ioc.internal.ServiceBuilderMethodInvoker.createObject(ServiceBuilderMethodInvoker.java:61) at org.apache.tapestry5.ioc.internal.ModuleImpl$4.invoke(ModuleImpl.java:295) at org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:82) at org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:72) at org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1260) at org.apache.tapestry5.ioc.internal.ModuleImpl.create(ModuleImpl.java:344) at org.apache.tapestry5.ioc.internal.ModuleImpl.access$100(ModuleImpl.java:40) at org.apache.tapestry5.ioc.internal.ModuleImpl$1.invoke(ModuleImpl.java:198) at org.apache.tapestry5.ioc.internal.util.ConcurrentBarrier.withWrite(ConcurrentBarrier.java:139) at org.apache.tapestry5.ioc.internal.ModuleImpl$2.invoke(ModuleImpl.java:215) at org.apache.tapestry5.ioc.internal.util.ConcurrentBarrier.withRead(ConcurrentBarrier.java:83) at org.apache.tapestry5.ioc.internal.ModuleImpl.findOrCreate(ModuleImpl.java:221) at org.apache.tapestry5.ioc.internal.ModuleImpl.getService(ModuleImpl.java:112) at org.apache.tapestry5.ioc.internal.RegistryImpl.getService(RegistryImpl.java:497) at org.apache.tapestry5.ioc.internal.RegistryImpl.getServiceByTypeAlone(RegistryImpl.java:783) at org.apache.tapestry5.ioc.internal.RegistryImpl.getServiceByTypeAndMarkers(RegistryImpl.java:797) at org.apache.tapestry5.ioc.internal.RegistryImpl.getService(RegistryImpl.java:755) at org.apache.tapestry5.ioc.internal.services.MasterObjectProviderImpl$1.invoke(MasterObjectProviderImpl.java:62) at org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:82) at org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:72) at org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1260) at org.apache.tapestry5.ioc.internal.services.MasterObjectProviderImpl.provide(MasterObjectProviderImpl.java:46) at $MasterObjectProvider_1dcd7720f04093.provide(Unknown Source) at org.apache.tapestry5.ioc.internal.RegistryImpl.getObject(RegistryImpl.java:991) at org.apache.tapestry5.ioc.internal.RegistryImpl.getObject(RegistryImpl.java:1100) at org.apache.tapestry5.ioc.internal.util.InternalUtils.calculateInjection(InternalUtils.java:225) at org.apache.tapestry5.ioc.internal.util.InternalUtils.access$000(InternalUtils.java:50) at org.apache.tapestry5.ioc.internal.util.InternalUtils$4.invoke(InternalUtils.java:258) at org.apache.tapestry5.ioc.internal.util.InternalUtils$4.invoke(InternalUtils.java:254) at org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:82) at org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:72) at org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1260) at org.apache.tapestry5.ioc.internal.util.InternalUtils.calculateParameters(InternalUtils.java:262) at org.apache.tapestry5.ioc.internal.util.InternalUtils.calculateParametersForMethod(InternalUtils.java:232) at org.apache.tapestry5.ioc.internal.StartupDefImpl$1.run(StartupDefImpl.java:67) at org.apache.tapestry5.ioc.internal.OperationTrackerImpl.run(OperationTrackerImpl.java:56) at org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.run(PerThreadOperationTracker.java:60) at org.apache.tapestry5.ioc.internal.RegistryImpl.run(RegistryImpl.java:1254) at org.apache.tapestry5.ioc.internal.StartupDefImpl.invoke(StartupDefImpl.java:48) at org.apache.tapestry5.ioc.internal.RegistryImpl$2.run(RegistryImpl.java:230) at org.apache.tapestry5.ioc.internal.RegistryImpl.performRegistryStartup(RegistryImpl.java:361) at org.apache.tapestry5.ioc.internal.RegistryWrapper.performRegistryStartup(RegistryWrapper.java:89) at org.apache.tapestry5.TapestryFilter.init(TapestryFilter.java:110) at org.apache.catalina.core.ApplicationFilterConfig.initFilter(ApplicationFilterConfig.java:285) at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:266) at org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:108) at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4590) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5233) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1419) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1409) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:748) ```
31https://api.github.com/repos/uklance/tapestry-atmosphere/issues/34https://api.github.com/repos/uklance/tapestry-atmospherehttps://api.github.com/repos/uklance/tapestry-atmosphere/issues/34/labels{/name}https://api.github.com/repos/uklance/tapestry-atmosphere/issues/34/commentshttps://api.github.com/repos/uklance/tapestry-atmosphere/issues/34/eventshttps://github.com/uklance/tapestry-atmosphere/issues/34521167090MDU6SXNzdWU1MjExNjcwOTA=34There is no suitable serializer{'login': 'nfranke', 'id': 270072, 'node_id': 'MDQ6VXNlcjI3MDA3Mg==', 'avatar_url': 'https://avatars3.githubusercontent.com/u/270072?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/nfranke', 'html_url': 'https://github.com/nfranke', 'followers_url': 'https://api.github.com/users/nfranke/followers', 'following_url': 'https://api.github.com/users/nfranke/following{/other_user}', 'gists_url': 'https://api.github.com/users/nfranke/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/nfranke/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/nfranke/subscriptions', 'organizations_url': 'https://api.github.com/users/nfranke/orgs', 'repos_url': 'https://api.github.com/users/nfranke/repos', 'events_url': 'https://api.github.com/users/nfranke/events{/privacy}', 'received_events_url': 'https://api.github.com/users/nfranke/received_events', 'type': 'User', 'site_admin': False}[]openFalse[]12019-11-11T20:21:02Z2019-11-11T22:02:04ZNONEI'm trying to use the demo application with Tapestry 5.4.5 and Atmosphere 2.5.9. When I do so, I get this error: `There is no suitable serializer for class org.lazan.t5.atmosphere.model.TopicMessage ` It happens in Chrome and Firebox. I do have Hazelcast enabled, so further down the error page appears to be the source of the issue: ``` com.hazelcast.nio.serialization.HazelcastSerializationException There is no suitable serializer for class org.lazan.t5.atmosphere.model.TopicMessage ``` Here is what is dumped to the console: ``` [WARN] cpr.AsynchronousProcessor Websocket protocol not supported [INFO] hazelcast.HazelcastBroadcaster Added message listener to topic [ERROR] ioc.Registry There is no suitable serializer for class org.lazan.t5.atmosphere.model.TopicMessage [ERROR] ioc.Registry Operations trace: [ERROR] ioc.Registry [ 1] Handling Ajax 'action' component event request for ChatDemo:chatform. [ERROR] ioc.Registry [ 2] Triggering event 'action' on ChatDemo:chatform [ERROR] ioc.Registry [ 3] Triggering event 'success' on ChatDemo:chatform [ERROR] TapestryModule.RequestExceptionHandler Processing of request failed with uncaught exception: org.apache.tapestry5.runtime.ComponentEventException: There is no suitable serializer for class org.lazan.t5.atmosphere.model.TopicMessage [at classpath:org/lazan/t5/atmosphere/demo/pages/ChatDemo.tml, line 50] org.apache.tapestry5.runtime.ComponentEventException: There is no suitable serializer for class org.lazan.t5.atmosphere.model.TopicMessage [at classpath:org/lazan/t5/atmosphere/demo/pages/ChatDemo.tml, line 50] at org.apache.tapestry5.internal.structure.ComponentPageElementImpl.processEventTriggering(ComponentPageElementImpl.java:1126) at org.apache.tapestry5.internal.structure.ComponentPageElementImpl.access$3100(ComponentPageElementImpl.java:57) at org.apache.tapestry5.internal.structure.ComponentPageElementImpl$5.invoke(ComponentPageElementImpl.java:1047) at org.apache.tapestry5.internal.structure.ComponentPageElementImpl$5.invoke(ComponentPageElementImpl.java:1044) at org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:82) at org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:72) at org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1260) at org.apache.tapestry5.internal.structure.ComponentPageElementResourcesImpl.invoke(ComponentPageElementResourcesImpl.java:154) at org.apache.tapestry5.internal.structure.ComponentPageElementImpl.triggerContextEvent(ComponentPageElementImpl.java:1043) at org.apache.tapestry5.internal.services.AjaxComponentEventRequestHandler.handle(AjaxComponentEventRequestHandler.java:110) at org.apache.tapestry5.internal.services.ajax.AjaxFormUpdateFilter.handle(AjaxFormUpdateFilter.java:56) at $ComponentEventRequestHandler_1dc5846bb0e7b4.handle(Unknown Source) at $ComponentEventRequestHandler_1dc5846bb0e761.handle(Unknown Source) at org.apache.tapestry5.internal.services.AjaxFilter.handle(AjaxFilter.java:42) at $ComponentEventRequestHandler_1dc5846bb0e762.handle(Unknown Source) at org.apache.tapestry5.modules.TapestryModule$37.handle(TapestryModule.java:2218) at $ComponentEventRequestHandler_1dc5846bb0e762.handle(Unknown Source) at $ComponentEventRequestHandler_1dc5846bb0e66d.handle(Unknown Source) at org.apache.tapestry5.internal.services.ComponentRequestHandlerTerminator.handleComponentEvent(ComponentRequestHandlerTerminator.java:43) at org.apache.tapestry5.internal.services.DeferredResponseRenderer.handleComponentEvent(DeferredResponseRenderer.java:45) at $ComponentRequestHandler_1dc5846bb0e66f.handleComponentEvent(Unknown Source) at org.apache.tapestry5.services.InitializeActivePageName.handleComponentEvent(InitializeActivePageName.java:39) at $ComponentRequestHandler_1dc5846bb0e66f.handleComponentEvent(Unknown Source) at org.apache.tapestry5.internal.services.RequestOperationTracker$1.perform(RequestOperationTracker.java:55) at org.apache.tapestry5.internal.services.RequestOperationTracker$1.perform(RequestOperationTracker.java:52) at org.apache.tapestry5.ioc.internal.OperationTrackerImpl.perform(OperationTrackerImpl.java:110) at org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.perform(PerThreadOperationTracker.java:84) at org.apache.tapestry5.ioc.internal.RegistryImpl.perform(RegistryImpl.java:1266) at org.apache.tapestry5.internal.services.RequestOperationTracker.handleComponentEvent(RequestOperationTracker.java:47) at $ComponentRequestHandler_1dc5846bb0e66f.handleComponentEvent(Unknown Source) at org.lazan.t5.atmosphere.services.internal.PageGlobalsComponentRequestFilter.handleComponentEvent(PageGlobalsComponentRequestFilter.java:22) at $ComponentRequestHandler_1dc5846bb0e66f.handleComponentEvent(Unknown Source) at $ComponentRequestHandler_1dc5846bb0e642.handleComponentEvent(Unknown Source) at org.apache.tapestry5.internal.services.ComponentEventDispatcher.dispatch(ComponentEventDispatcher.java:48) at $Dispatcher_1dc5846bb0e644.dispatch(Unknown Source) at $Dispatcher_1dc5846bb0e639.dispatch(Unknown Source) at org.apache.tapestry5.modules.TapestryModule$RequestHandlerTerminator.service(TapestryModule.java:305) at org.apache.tapestry5.internal.services.RequestErrorFilter.service(RequestErrorFilter.java:26) at $RequestHandler_1dc5846bb0e63a.service(Unknown Source) at org.apache.tapestry5.modules.TapestryModule$3.service(TapestryModule.java:848) at $RequestHandler_1dc5846bb0e63a.service(Unknown Source) at org.apache.tapestry5.modules.TapestryModule$2.service(TapestryModule.java:838) at $RequestHandler_1dc5846bb0e63a.service(Unknown Source) at org.apache.tapestry5.internal.services.StaticFilesFilter.service(StaticFilesFilter.java:89) at $RequestHandler_1dc5846bb0e63a.service(Unknown Source) at org.apache.tapestry5.internal.services.CheckForUpdatesFilter$2.invoke(CheckForUpdatesFilter.java:105) at org.apache.tapestry5.internal.services.CheckForUpdatesFilter$2.invoke(CheckForUpdatesFilter.java:95) at org.apache.tapestry5.ioc.internal.util.ConcurrentBarrier.withRead(ConcurrentBarrier.java:83) at org.apache.tapestry5.internal.services.CheckForUpdatesFilter.service(CheckForUpdatesFilter.java:119) at $RequestHandler_1dc5846bb0e63a.service(Unknown Source) at $RequestHandler_1dc5846bb0e62f.service(Unknown Source) at org.apache.tapestry5.modules.TapestryModule$HttpServletRequestHandlerTerminator.service(TapestryModule.java:256) at org.apache.tapestry5.internal.gzip.GZipFilter.service(GZipFilter.java:59) at $HttpServletRequestHandler_1dc5846bb0e631.service(Unknown Source) at org.lazan.t5.atmosphere.services.internal.HttpServletHttpServletRequestFilter.service(HttpServletHttpServletRequestFilter.java:72) at org.lazan.t5.atmosphere.services.internal.AtmosphereHttpServletRequestFilter.service(AtmosphereHttpServletRequestFilter.java:50) at $HttpServletRequestHandler_1dc5846bb0e631.service(Unknown Source) at org.apache.tapestry5.internal.services.IgnoredPathsFilter.service(IgnoredPathsFilter.java:62) at $HttpServletRequestFilter_1dc5846bb0e62c.service(Unknown Source) at $HttpServletRequestHandler_1dc5846bb0e631.service(Unknown Source) at org.apache.tapestry5.modules.TapestryModule$1.service(TapestryModule.java:798) at $HttpServletRequestHandler_1dc5846bb0e631.service(Unknown Source) at $HttpServletRequestHandler_1dc5846bb0e62b.service(Unknown Source) at org.apache.tapestry5.TapestryFilter.doFilter(TapestryFilter.java:166) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:190) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) at org.eclipse.jetty.server.Server.handle(Server.java:530) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) at java.lang.Thread.run(Thread.java:748) Caused by: org.apache.tapestry5.ioc.internal.OperationException: There is no suitable serializer for class org.lazan.t5.atmosphere.model.TopicMessage [at classpath:org/lazan/t5/atmosphere/demo/pages/ChatDemo.tml, line 50] at org.apache.tapestry5.ioc.internal.OperationTrackerImpl.logAndRethrow(OperationTrackerImpl.java:186) at org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:90) at org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:72) at org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1260) at org.apache.tapestry5.internal.structure.ComponentPageElementResourcesImpl.invoke(ComponentPageElementResourcesImpl.java:154) at org.apache.tapestry5.internal.structure.ComponentPageElementImpl.triggerContextEvent(ComponentPageElementImpl.java:1043) at org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl.triggerContextEvent(InternalComponentResourcesImpl.java:288) at org.apache.tapestry5.corelib.components.Form.onAction(Form.java:549) at org.apache.tapestry5.corelib.components.Form.dispatchComponentEvent(Form.java) at org.apache.tapestry5.internal.structure.ComponentPageElementImpl.dispatchEvent(ComponentPageElementImpl.java:917) at org.apache.tapestry5.internal.structure.ComponentPageElementImpl.processEventTriggering(ComponentPageElementImpl.java:1102) ... 92 more Caused by: org.apache.tapestry5.runtime.ComponentEventException: There is no suitable serializer for class org.lazan.t5.atmosphere.model.TopicMessage [at classpath:org/lazan/t5/atmosphere/demo/pages/ChatDemo.tml, line 50] at org.apache.tapestry5.internal.structure.ComponentPageElementImpl.processEventTriggering(ComponentPageElementImpl.java:1126) at org.apache.tapestry5.internal.structure.ComponentPageElementImpl.access$3100(ComponentPageElementImpl.java:57) at org.apache.tapestry5.internal.structure.ComponentPageElementImpl$5.invoke(ComponentPageElementImpl.java:1047) at org.apache.tapestry5.internal.structure.ComponentPageElementImpl$5.invoke(ComponentPageElementImpl.java:1044) at org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:82) ... 101 more Caused by: com.hazelcast.nio.serialization.HazelcastSerializationException: There is no suitable serializer for class org.lazan.t5.atmosphere.model.TopicMessage at com.hazelcast.nio.serialization.SerializationServiceImpl.toData(SerializationServiceImpl.java:215) at com.hazelcast.nio.serialization.SerializationServiceImpl.toData(SerializationServiceImpl.java:200) at com.hazelcast.spi.impl.NodeEngineImpl.toData(NodeEngineImpl.java:180) at com.hazelcast.topic.impl.TopicProxy.publish(TopicProxy.java:33) at org.atmosphere.plugin.hazelcast.HazelcastBroadcaster.outgoingBroadcast(HazelcastBroadcaster.java:137) at org.atmosphere.util.AbstractBroadcasterProxy.b(AbstractBroadcasterProxy.java:134) at org.atmosphere.util.AbstractBroadcasterProxy.broadcast(AbstractBroadcasterProxy.java:121) at org.lazan.t5.atmosphere.services.internal.AtmosphereBroadcasterImpl.broadcast(AtmosphereBroadcasterImpl.java:20) at $AtmosphereBroadcaster_1dc5846bb0e75b.broadcast(Unknown Source) at org.lazan.t5.atmosphere.demo.services.ChatManagerImpl.sendRoomMessage(ChatManagerImpl.java:89) at $ChatManager_1dc5846bb0e75a.sendRoomMessage(Unknown Source) at $ChatManager_1dc5846bb0e6d1.sendRoomMessage(Unknown Source) at org.lazan.t5.atmosphere.demo.pages.ChatDemo.onSuccessFromChatForm(ChatDemo.java:74) at org.lazan.t5.atmosphere.demo.pages.ChatDemo.advised$dispatchComponentEvent_1dc5846bb0e6d3(ChatDemo.java) at org.lazan.t5.atmosphere.demo.pages.ChatDemo$Invocation_dispatchComponentEvent_1dc5846bb0e6d2.proceedToAdvisedMethod(Unknown Source) at org.apache.tapestry5.internal.plastic.AbstractMethodInvocation.proceed(AbstractMethodInvocation.java:90) at org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl$EventMethodAdvice.advise(ComponentInstantiatorSourceImpl.java:484) at org.apache.tapestry5.internal.plastic.AbstractMethodInvocation.proceed(AbstractMethodInvocation.java:92) at org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl$EventMethodAdvice.advise(ComponentInstantiatorSourceImpl.java:484) at org.apache.tapestry5.internal.plastic.AbstractMethodInvocation.proceed(AbstractMethodInvocation.java:92) at org.lazan.t5.atmosphere.demo.pages.ChatDemo.dispatchComponentEvent(ChatDemo.java) at org.apache.tapestry5.internal.structure.ComponentPageElementImpl.dispatchEvent(ComponentPageElementImpl.java:917) at org.apache.tapestry5.internal.structure.ComponentPageElementImpl.processEventTriggering(ComponentPageElementImpl.java:1102) ... 105 more [WARN] TapestryModule.ExceptionReporter Wrote exception report to file:/C:/Projects/tap-at/chat/build/exceptions/2019-11-11/15/18/exception-20191111-151856-875.5.txt ```
42https://api.github.com/repos/uklance/tapestry-atmosphere/issues/33https://api.github.com/repos/uklance/tapestry-atmospherehttps://api.github.com/repos/uklance/tapestry-atmosphere/issues/33/labels{/name}https://api.github.com/repos/uklance/tapestry-atmosphere/issues/33/commentshttps://api.github.com/repos/uklance/tapestry-atmosphere/issues/33/eventshttps://github.com/uklance/tapestry-atmosphere/issues/33511800241MDU6SXNzdWU1MTE4MDAyNDE=33Ask for an explanation - How can i use Tapestry-IoC-Services in Websocket-Endpoint event handlers{'login': 'ScriptShot', 'id': 27963325, 'node_id': 'MDQ6VXNlcjI3OTYzMzI1', 'avatar_url': 'https://avatars1.githubusercontent.com/u/27963325?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/ScriptShot', 'html_url': 'https://github.com/ScriptShot', 'followers_url': 'https://api.github.com/users/ScriptShot/followers', 'following_url': 'https://api.github.com/users/ScriptShot/following{/other_user}', 'gists_url': 'https://api.github.com/users/ScriptShot/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/ScriptShot/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/ScriptShot/subscriptions', 'organizations_url': 'https://api.github.com/users/ScriptShot/orgs', 'repos_url': 'https://api.github.com/users/ScriptShot/repos', 'events_url': 'https://api.github.com/users/ScriptShot/events{/privacy}', 'received_events_url': 'https://api.github.com/users/ScriptShot/received_events', 'type': 'User', 'site_admin': False}[]openFalse[]02019-10-24T08:49:44Z2019-10-24T08:49:44ZNONEHi, i've posted this question. https://stackoverflow.com/questions/58517267/how-to-use-tapestry-ioc-services-on-websocket-endpoints-events-like-onopen Maybe you can help me to understand the problem. That would be nice.
53https://api.github.com/repos/dbelob/helloworld-web/issues/7https://api.github.com/repos/dbelob/helloworld-webhttps://api.github.com/repos/dbelob/helloworld-web/issues/7/labels{/name}https://api.github.com/repos/dbelob/helloworld-web/issues/7/commentshttps://api.github.com/repos/dbelob/helloworld-web/issues/7/eventshttps://github.com/dbelob/helloworld-web/pull/7605709804MDExOlB1bGxSZXF1ZXN0NDA4MDYxNjY17Bump jackson-databind from 2.9.10.3 to 2.9.10.4 in /helloworld-web-microprofile-hammock{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars0.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', 'site_admin': False}[{'id': 1645314570, 'node_id': 'MDU6TGFiZWwxNjQ1MzE0NTcw', 'url': 'https://api.github.com/repos/dbelob/helloworld-web/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}, {'id': 1673800915, 'node_id': 'MDU6TGFiZWwxNjczODAwOTE1', 'url': 'https://api.github.com/repos/dbelob/helloworld-web/labels/java', 'name': 'java', 'color': 'ffa221', 'default': False, 'description': 'Pull requests that update Java code'}]closedFalse[]02020-04-23T17:19:55Z2020-04-24T10:45:30Z2020-04-24T10:45:27ZCONTRIBUTORBumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.3 to 2.9.10.4. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/FasterXML/jackson/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.9.10.3&new-version=2.9.10.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dbelob/helloworld-web/network/alerts). </details>{'url': 'https://api.github.com/repos/dbelob/helloworld-web/pulls/7', 'html_url': 'https://github.com/dbelob/helloworld-web/pull/7', 'diff_url': 'https://github.com/dbelob/helloworld-web/pull/7.diff', 'patch_url': 'https://github.com/dbelob/helloworld-web/pull/7.patch'}
64https://api.github.com/repos/dbelob/helloworld-web/issues/6https://api.github.com/repos/dbelob/helloworld-webhttps://api.github.com/repos/dbelob/helloworld-web/issues/6/labels{/name}https://api.github.com/repos/dbelob/helloworld-web/issues/6/commentshttps://api.github.com/repos/dbelob/helloworld-web/issues/6/eventshttps://github.com/dbelob/helloworld-web/pull/6590973641MDExOlB1bGxSZXF1ZXN0Mzk2MjIxMjc46Bump micronaut.version from 1.2.2 to 1.3.3 in /helloworld-web-micronaut{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars0.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', 'site_admin': False}[{'id': 1645314570, 'node_id': 'MDU6TGFiZWwxNjQ1MzE0NTcw', 'url': 'https://api.github.com/repos/dbelob/helloworld-web/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}, {'id': 1673800915, 'node_id': 'MDU6TGFiZWwxNjczODAwOTE1', 'url': 'https://api.github.com/repos/dbelob/helloworld-web/labels/java', 'name': 'java', 'color': 'ffa221', 'default': False, 'description': 'Pull requests that update Java code'}]closedFalse[]02020-03-31T10:11:47Z2020-04-01T08:17:13Z2020-04-01T08:17:09ZCONTRIBUTORBumps `micronaut.version` from 1.2.2 to 1.3.3. Updates `micronaut-inject` from 1.2.2 to 1.3.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/micronaut-projects/micronaut-core/releases">micronaut-inject's releases</a>.</em></p> <blockquote> <h2>Micronaut 1.3.3</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.3/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.3/guide/index.html#whatsNew</a></li> <li>Issues Closed: <a href="https://github.com/micronaut-projects/micronaut-core/milestone/41?closed=1">https://github.com/micronaut-projects/micronaut-core/milestone/41?closed=1</a></li> </ul> <p>NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:</p> <pre lang="groovy"><code>repositories { maven { url &quot;https://dl.bintray.com/micronaut/core-releases-local&quot; } } </code></pre> <h2>Micronaut 1.3.2</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.2/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.2/guide/index.html#whatsNew</a></li> <li>Issues Closed: <a href="https://github.com/micronaut-projects/micronaut-core/milestone/40?closed=1">https://github.com/micronaut-projects/micronaut-core/milestone/40?closed=1</a></li> </ul> <p>NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:</p> <pre lang="groovy"><code>repositories { maven { url &quot;https://dl.bintray.com/micronaut/core-releases-local&quot; } } </code></pre> <h2>Micronaut 1.3.1</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.1/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.1/guide/index.html#whatsNew</a></li> <li>Issues Closed: <a href="https://github.com/micronaut-projects/micronaut-core/milestone/39?closed=1">https://github.com/micronaut-projects/micronaut-core/milestone/39?closed=1</a></li> </ul> <p>IMPORTANT: This release contains a regression in compatibility with the security module in some scenarios.</p> <p>NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:</p> <pre lang="groovy"><code>repositories { maven { url &quot;https://dl.bintray.com/micronaut/core-releases-local&quot; } } </code></pre> <h2>Micronaut 1.3.0</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.0/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.0/guide/index.html#whatsNew</a></li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/ea51b76d3b9f148ba7ca7da3146349cbee1ca168"><code>ea51b76</code></a> Release 1.3.3</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/cce8613293a071f46363bcb68ec6ed29d3e3943a"><code>cce8613</code></a> Use new profiles version. Closes <a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/2852">#2852</a></li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/8514b971a26e9fa664f3ae4e9afc489e1ead5ce6"><code>8514b97</code></a> Merge branch '1.2.x' into 1.3.x</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/b4af46bf8c2d9db1f800f6e424b003070a0232b8"><code>b4af46b</code></a> Modify the cors origin converter so it is used</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/2880fecf866a24dc42c3a7c66906788b809e5f4d"><code>2880fec</code></a> Remove unnecessary artifacts from the core published jar</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/7c245ce99bc924e09fe4b5f360ffea08ea5fcf71"><code>7c245ce</code></a> Update test</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/bdf0def30e35a5b8621e81b2bcecc2ddde23adf1"><code>bdf0def</code></a> Back to snapshot</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/21c3360dc74fee08397486278805cfee83408682"><code>21c3360</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/2904">#2904</a> from micronaut-projects/upgrade-netty</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/7e56eed8ed46235d57fdf802612d8fc53b6a50df"><code>7e56eed</code></a> Upgrade to Netty 4.1.47 and remove some classes not needed for GraalVM</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/4ad4a686320aa89a4ebfcc7b472c7deb823a3d11"><code>4ad4a68</code></a> Release Micronaut 1.2.11</li> <li>Additional commits viewable in <a href="https://github.com/micronaut-projects/micronaut-core/compare/v1.2.2...v1.3.3">compare view</a></li> </ul> </details> <br /> Updates `micronaut-runtime` from 1.2.2 to 1.3.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/micronaut-projects/micronaut-core/releases">micronaut-runtime's releases</a>.</em></p> <blockquote> <h2>Micronaut 1.3.3</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.3/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.3/guide/index.html#whatsNew</a></li> <li>Issues Closed: <a href="https://github.com/micronaut-projects/micronaut-core/milestone/41?closed=1">https://github.com/micronaut-projects/micronaut-core/milestone/41?closed=1</a></li> </ul> <p>NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:</p> <pre lang="groovy"><code>repositories { maven { url &quot;https://dl.bintray.com/micronaut/core-releases-local&quot; } } </code></pre> <h2>Micronaut 1.3.2</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.2/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.2/guide/index.html#whatsNew</a></li> <li>Issues Closed: <a href="https://github.com/micronaut-projects/micronaut-core/milestone/40?closed=1">https://github.com/micronaut-projects/micronaut-core/milestone/40?closed=1</a></li> </ul> <p>NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:</p> <pre lang="groovy"><code>repositories { maven { url &quot;https://dl.bintray.com/micronaut/core-releases-local&quot; } } </code></pre> <h2>Micronaut 1.3.1</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.1/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.1/guide/index.html#whatsNew</a></li> <li>Issues Closed: <a href="https://github.com/micronaut-projects/micronaut-core/milestone/39?closed=1">https://github.com/micronaut-projects/micronaut-core/milestone/39?closed=1</a></li> </ul> <p>IMPORTANT: This release contains a regression in compatibility with the security module in some scenarios.</p> <p>NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:</p> <pre lang="groovy"><code>repositories { maven { url &quot;https://dl.bintray.com/micronaut/core-releases-local&quot; } } </code></pre> <h2>Micronaut 1.3.0</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.0/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.0/guide/index.html#whatsNew</a></li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/ea51b76d3b9f148ba7ca7da3146349cbee1ca168"><code>ea51b76</code></a> Release 1.3.3</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/cce8613293a071f46363bcb68ec6ed29d3e3943a"><code>cce8613</code></a> Use new profiles version. Closes <a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/2852">#2852</a></li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/8514b971a26e9fa664f3ae4e9afc489e1ead5ce6"><code>8514b97</code></a> Merge branch '1.2.x' into 1.3.x</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/b4af46bf8c2d9db1f800f6e424b003070a0232b8"><code>b4af46b</code></a> Modify the cors origin converter so it is used</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/2880fecf866a24dc42c3a7c66906788b809e5f4d"><code>2880fec</code></a> Remove unnecessary artifacts from the core published jar</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/7c245ce99bc924e09fe4b5f360ffea08ea5fcf71"><code>7c245ce</code></a> Update test</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/bdf0def30e35a5b8621e81b2bcecc2ddde23adf1"><code>bdf0def</code></a> Back to snapshot</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/21c3360dc74fee08397486278805cfee83408682"><code>21c3360</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/2904">#2904</a> from micronaut-projects/upgrade-netty</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/7e56eed8ed46235d57fdf802612d8fc53b6a50df"><code>7e56eed</code></a> Upgrade to Netty 4.1.47 and remove some classes not needed for GraalVM</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/4ad4a686320aa89a4ebfcc7b472c7deb823a3d11"><code>4ad4a68</code></a> Release Micronaut 1.2.11</li> <li>Additional commits viewable in <a href="https://github.com/micronaut-projects/micronaut-core/compare/v1.2.2...v1.3.3">compare view</a></li> </ul> </details> <br /> Updates `micronaut-http-client` from 1.2.2 to 1.3.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/micronaut-projects/micronaut-core/releases">micronaut-http-client's releases</a>.</em></p> <blockquote> <h2>Micronaut 1.3.3</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.3/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.3/guide/index.html#whatsNew</a></li> <li>Issues Closed: <a href="https://github.com/micronaut-projects/micronaut-core/milestone/41?closed=1">https://github.com/micronaut-projects/micronaut-core/milestone/41?closed=1</a></li> </ul> <p>NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:</p> <pre lang="groovy"><code>repositories { maven { url &quot;https://dl.bintray.com/micronaut/core-releases-local&quot; } } </code></pre> <h2>Micronaut 1.3.2</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.2/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.2/guide/index.html#whatsNew</a></li> <li>Issues Closed: <a href="https://github.com/micronaut-projects/micronaut-core/milestone/40?closed=1">https://github.com/micronaut-projects/micronaut-core/milestone/40?closed=1</a></li> </ul> <p>NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:</p> <pre lang="groovy"><code>repositories { maven { url &quot;https://dl.bintray.com/micronaut/core-releases-local&quot; } } </code></pre> <h2>Micronaut 1.3.1</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.1/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.1/guide/index.html#whatsNew</a></li> <li>Issues Closed: <a href="https://github.com/micronaut-projects/micronaut-core/milestone/39?closed=1">https://github.com/micronaut-projects/micronaut-core/milestone/39?closed=1</a></li> </ul> <p>IMPORTANT: This release contains a regression in compatibility with the security module in some scenarios.</p> <p>NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:</p> <pre lang="groovy"><code>repositories { maven { url &quot;https://dl.bintray.com/micronaut/core-releases-local&quot; } } </code></pre> <h2>Micronaut 1.3.0</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.0/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.0/guide/index.html#whatsNew</a></li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/ea51b76d3b9f148ba7ca7da3146349cbee1ca168"><code>ea51b76</code></a> Release 1.3.3</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/cce8613293a071f46363bcb68ec6ed29d3e3943a"><code>cce8613</code></a> Use new profiles version. Closes <a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/2852">#2852</a></li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/8514b971a26e9fa664f3ae4e9afc489e1ead5ce6"><code>8514b97</code></a> Merge branch '1.2.x' into 1.3.x</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/b4af46bf8c2d9db1f800f6e424b003070a0232b8"><code>b4af46b</code></a> Modify the cors origin converter so it is used</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/2880fecf866a24dc42c3a7c66906788b809e5f4d"><code>2880fec</code></a> Remove unnecessary artifacts from the core published jar</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/7c245ce99bc924e09fe4b5f360ffea08ea5fcf71"><code>7c245ce</code></a> Update test</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/bdf0def30e35a5b8621e81b2bcecc2ddde23adf1"><code>bdf0def</code></a> Back to snapshot</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/21c3360dc74fee08397486278805cfee83408682"><code>21c3360</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/2904">#2904</a> from micronaut-projects/upgrade-netty</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/7e56eed8ed46235d57fdf802612d8fc53b6a50df"><code>7e56eed</code></a> Upgrade to Netty 4.1.47 and remove some classes not needed for GraalVM</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/4ad4a686320aa89a4ebfcc7b472c7deb823a3d11"><code>4ad4a68</code></a> Release Micronaut 1.2.11</li> <li>Additional commits viewable in <a href="https://github.com/micronaut-projects/micronaut-core/compare/v1.2.2...v1.3.3">compare view</a></li> </ul> </details> <br /> Updates `micronaut-http-server-netty` from 1.2.2 to 1.3.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/micronaut-projects/micronaut-core/releases">micronaut-http-server-netty's releases</a>.</em></p> <blockquote> <h2>Micronaut 1.3.3</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.3/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.3/guide/index.html#whatsNew</a></li> <li>Issues Closed: <a href="https://github.com/micronaut-projects/micronaut-core/milestone/41?closed=1">https://github.com/micronaut-projects/micronaut-core/milestone/41?closed=1</a></li> </ul> <p>NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:</p> <pre lang="groovy"><code>repositories { maven { url &quot;https://dl.bintray.com/micronaut/core-releases-local&quot; } } </code></pre> <h2>Micronaut 1.3.2</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.2/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.2/guide/index.html#whatsNew</a></li> <li>Issues Closed: <a href="https://github.com/micronaut-projects/micronaut-core/milestone/40?closed=1">https://github.com/micronaut-projects/micronaut-core/milestone/40?closed=1</a></li> </ul> <p>NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:</p> <pre lang="groovy"><code>repositories { maven { url &quot;https://dl.bintray.com/micronaut/core-releases-local&quot; } } </code></pre> <h2>Micronaut 1.3.1</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.1/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.1/guide/index.html#whatsNew</a></li> <li>Issues Closed: <a href="https://github.com/micronaut-projects/micronaut-core/milestone/39?closed=1">https://github.com/micronaut-projects/micronaut-core/milestone/39?closed=1</a></li> </ul> <p>IMPORTANT: This release contains a regression in compatibility with the security module in some scenarios.</p> <p>NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:</p> <pre lang="groovy"><code>repositories { maven { url &quot;https://dl.bintray.com/micronaut/core-releases-local&quot; } } </code></pre> <h2>Micronaut 1.3.0</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.0/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.0/guide/index.html#whatsNew</a></li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/ea51b76d3b9f148ba7ca7da3146349cbee1ca168"><code>ea51b76</code></a> Release 1.3.3</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/cce8613293a071f46363bcb68ec6ed29d3e3943a"><code>cce8613</code></a> Use new profiles version. Closes <a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/2852">#2852</a></li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/8514b971a26e9fa664f3ae4e9afc489e1ead5ce6"><code>8514b97</code></a> Merge branch '1.2.x' into 1.3.x</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/b4af46bf8c2d9db1f800f6e424b003070a0232b8"><code>b4af46b</code></a> Modify the cors origin converter so it is used</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/2880fecf866a24dc42c3a7c66906788b809e5f4d"><code>2880fec</code></a> Remove unnecessary artifacts from the core published jar</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/7c245ce99bc924e09fe4b5f360ffea08ea5fcf71"><code>7c245ce</code></a> Update test</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/bdf0def30e35a5b8621e81b2bcecc2ddde23adf1"><code>bdf0def</code></a> Back to snapshot</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/21c3360dc74fee08397486278805cfee83408682"><code>21c3360</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/2904">#2904</a> from micronaut-projects/upgrade-netty</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/7e56eed8ed46235d57fdf802612d8fc53b6a50df"><code>7e56eed</code></a> Upgrade to Netty 4.1.47 and remove some classes not needed for GraalVM</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/4ad4a686320aa89a4ebfcc7b472c7deb823a3d11"><code>4ad4a68</code></a> Release Micronaut 1.2.11</li> <li>Additional commits viewable in <a href="https://github.com/micronaut-projects/micronaut-core/compare/v1.2.2...v1.3.3">compare view</a></li> </ul> </details> <br /> Updates `micronaut-inject-java` from 1.2.2 to 1.3.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/micronaut-projects/micronaut-core/releases">micronaut-inject-java's releases</a>.</em></p> <blockquote> <h2>Micronaut 1.3.3</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.3/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.3/guide/index.html#whatsNew</a></li> <li>Issues Closed: <a href="https://github.com/micronaut-projects/micronaut-core/milestone/41?closed=1">https://github.com/micronaut-projects/micronaut-core/milestone/41?closed=1</a></li> </ul> <p>NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:</p> <pre lang="groovy"><code>repositories { maven { url &quot;https://dl.bintray.com/micronaut/core-releases-local&quot; } } </code></pre> <h2>Micronaut 1.3.2</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.2/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.2/guide/index.html#whatsNew</a></li> <li>Issues Closed: <a href="https://github.com/micronaut-projects/micronaut-core/milestone/40?closed=1">https://github.com/micronaut-projects/micronaut-core/milestone/40?closed=1</a></li> </ul> <p>NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:</p> <pre lang="groovy"><code>repositories { maven { url &quot;https://dl.bintray.com/micronaut/core-releases-local&quot; } } </code></pre> <h2>Micronaut 1.3.1</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.1/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.1/guide/index.html#whatsNew</a></li> <li>Issues Closed: <a href="https://github.com/micronaut-projects/micronaut-core/milestone/39?closed=1">https://github.com/micronaut-projects/micronaut-core/milestone/39?closed=1</a></li> </ul> <p>IMPORTANT: This release contains a regression in compatibility with the security module in some scenarios.</p> <p>NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:</p> <pre lang="groovy"><code>repositories { maven { url &quot;https://dl.bintray.com/micronaut/core-releases-local&quot; } } </code></pre> <h2>Micronaut 1.3.0</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.0/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.0/guide/index.html#whatsNew</a></li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/ea51b76d3b9f148ba7ca7da3146349cbee1ca168"><code>ea51b76</code></a> Release 1.3.3</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/cce8613293a071f46363bcb68ec6ed29d3e3943a"><code>cce8613</code></a> Use new profiles version. Closes <a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/2852">#2852</a></li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/8514b971a26e9fa664f3ae4e9afc489e1ead5ce6"><code>8514b97</code></a> Merge branch '1.2.x' into 1.3.x</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/b4af46bf8c2d9db1f800f6e424b003070a0232b8"><code>b4af46b</code></a> Modify the cors origin converter so it is used</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/2880fecf866a24dc42c3a7c66906788b809e5f4d"><code>2880fec</code></a> Remove unnecessary artifacts from the core published jar</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/7c245ce99bc924e09fe4b5f360ffea08ea5fcf71"><code>7c245ce</code></a> Update test</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/bdf0def30e35a5b8621e81b2bcecc2ddde23adf1"><code>bdf0def</code></a> Back to snapshot</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/21c3360dc74fee08397486278805cfee83408682"><code>21c3360</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/2904">#2904</a> from micronaut-projects/upgrade-netty</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/7e56eed8ed46235d57fdf802612d8fc53b6a50df"><code>7e56eed</code></a> Upgrade to Netty 4.1.47 and remove some classes not needed for GraalVM</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/4ad4a686320aa89a4ebfcc7b472c7deb823a3d11"><code>4ad4a68</code></a> Release Micronaut 1.2.11</li> <li>Additional commits viewable in <a href="https://github.com/micronaut-projects/micronaut-core/compare/v1.2.2...v1.3.3">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dbelob/helloworld-web/network/alerts). </details>{'url': 'https://api.github.com/repos/dbelob/helloworld-web/pulls/6', 'html_url': 'https://github.com/dbelob/helloworld-web/pull/6', 'diff_url': 'https://github.com/dbelob/helloworld-web/pull/6.diff', 'patch_url': 'https://github.com/dbelob/helloworld-web/pull/6.patch'}
75https://api.github.com/repos/dbelob/helloworld-web/issues/5https://api.github.com/repos/dbelob/helloworld-webhttps://api.github.com/repos/dbelob/helloworld-web/issues/5/labels{/name}https://api.github.com/repos/dbelob/helloworld-web/issues/5/commentshttps://api.github.com/repos/dbelob/helloworld-web/issues/5/eventshttps://github.com/dbelob/helloworld-web/pull/5575820868MDExOlB1bGxSZXF1ZXN0MzgzOTIwNTQ55Bump jackson-databind from 2.9.10.1 to 2.9.10.3 in /helloworld-web-microprofile-hammock{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars0.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', 'site_admin': False}[{'id': 1645314570, 'node_id': 'MDU6TGFiZWwxNjQ1MzE0NTcw', 'url': 'https://api.github.com/repos/dbelob/helloworld-web/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}, {'id': 1673800915, 'node_id': 'MDU6TGFiZWwxNjczODAwOTE1', 'url': 'https://api.github.com/repos/dbelob/helloworld-web/labels/java', 'name': 'java', 'color': 'ffa221', 'default': False, 'description': 'Pull requests that update Java code'}]closedFalse[]02020-03-04T22:07:44Z2020-03-12T16:54:44Z2020-03-12T16:54:41ZCONTRIBUTORBumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.1 to 2.9.10.3. <details> <summary>Commits</summary> - See full diff in [compare view](https://github.com/FasterXML/jackson/commits) </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.9.10.1&new-version=2.9.10.3)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dbelob/helloworld-web/network/alerts). </details>{'url': 'https://api.github.com/repos/dbelob/helloworld-web/pulls/5', 'html_url': 'https://github.com/dbelob/helloworld-web/pull/5', 'diff_url': 'https://github.com/dbelob/helloworld-web/pull/5.diff', 'patch_url': 'https://github.com/dbelob/helloworld-web/pull/5.patch'}
86https://api.github.com/repos/dbelob/helloworld-web/issues/4https://api.github.com/repos/dbelob/helloworld-webhttps://api.github.com/repos/dbelob/helloworld-web/issues/4/labels{/name}https://api.github.com/repos/dbelob/helloworld-web/issues/4/commentshttps://api.github.com/repos/dbelob/helloworld-web/issues/4/eventshttps://github.com/dbelob/helloworld-web/pull/4555784383MDExOlB1bGxSZXF1ZXN0MzY3NjYzNjc34Bump ratpack.version from 1.7.5 to 1.7.6 in /helloworld-web-ratpack{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars0.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', 'site_admin': False}[{'id': 1645314570, 'node_id': 'MDU6TGFiZWwxNjQ1MzE0NTcw', 'url': 'https://api.github.com/repos/dbelob/helloworld-web/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}, {'id': 1673800915, 'node_id': 'MDU6TGFiZWwxNjczODAwOTE1', 'url': 'https://api.github.com/repos/dbelob/helloworld-web/labels/java', 'name': 'java', 'color': 'ffa221', 'default': False, 'description': 'Pull requests that update Java code'}]closedFalse[]02020-01-27T19:29:31Z2020-01-27T19:45:41Z2020-01-27T19:45:37ZCONTRIBUTORBumps `ratpack.version` from 1.7.5 to 1.7.6. Updates `ratpack-core` from 1.7.5 to 1.7.6 <details> <summary>Release notes</summary> *Sourced from [ratpack-core's releases](https://github.com/ratpack/ratpack/releases).* > ## v1.7.6 > This release includes a fix for a security vulnerability. This upgrade is recommended for all Ratpack users. > > Versions of Ratpack 0.9.10 through and including 1.7.5 are vulnerable to [CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')](https://cwe.mitre.org/data/definitions/79.html) (aka. XSS), > in the development error handler. An attacker can utilize this to perform XSS when an exception message contains untrusted data. > > This vulnerability only exists in the handler that renders an internal server error as a readable HTML page which is activates when Ratpack is running in _development_ mode. This mode is only activate by user request (i.e. setting `development(true)` in the `ServerConfig`, setting `RATPACK_DEVELOPMENT=true` in the environment), or when Ratpack detects it is running in an IDE (i.e. IntelliJ), being run by the Groovy shell, or attached to a debugger. By default, Ratpack sets `development(false)` when packaged as a Jar. > > Users should verify that they are not running Ratpack with development mode activated in production environments. > > We would like to thank [Jonathan Leitschuh](https://github.com/JLLeitschuh) for reporting this vulnerability. > > Please see the [security advisory for this issue](https://github.com/ratpack/ratpack/security/advisories/GHSA-r2wf-q3x4-hrv9) for more information. </details> <details> <summary>Commits</summary> - [`ab1e96d`](https://github.com/ratpack/ratpack/commit/ab1e96d83c9c24c4358f4442f34ed5a83a167ea2) Version 1.7.6 - [`3cd6c38`](https://github.com/ratpack/ratpack/commit/3cd6c388d6da2dade8b85d1c463a4de51046b4b1) Fix the jruby/compass issues with the shutdown of torquebox. - [`00ca7f2`](https://github.com/ratpack/ratpack/commit/00ca7f275bb0f73ac88a1029d81b7a770069f4cf) chore: fix formatting in spec - [`c1d4357`](https://github.com/ratpack/ratpack/commit/c1d4357bbc4bceb24abb156fbb471257a0177eb6) Escape user input rendered to the response in the development error handler. - [`32617ce`](https://github.com/ratpack/ratpack/commit/32617ce7fce68a0f8571eae6820351233292102f) Use zip64 for the site JAR - [`06be2e8`](https://github.com/ratpack/ratpack/commit/06be2e8fc8bce8c2751527ddd6023afb0362bfd4) Use zip64 for the site JAR - [`000b33c`](https://github.com/ratpack/ratpack/commit/000b33c559ecfb4b9c2517093b7455787c043098) Use zip64 for the site JAR - [`04800b2`](https://github.com/ratpack/ratpack/commit/04800b2900b8bb6e1a37ebcfa66ee3f40e888ada) Begin version 1.7.6 - See full diff in [compare view](https://github.com/ratpack/ratpack/compare/v1.7.5...v1.7.6) </details> <br /> Updates `ratpack-test` from 1.7.5 to 1.7.6 <details> <summary>Release notes</summary> *Sourced from [ratpack-test's releases](https://github.com/ratpack/ratpack/releases).* > ## v1.7.6 > This release includes a fix for a security vulnerability. This upgrade is recommended for all Ratpack users. > > Versions of Ratpack 0.9.10 through and including 1.7.5 are vulnerable to [CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')](https://cwe.mitre.org/data/definitions/79.html) (aka. XSS), > in the development error handler. An attacker can utilize this to perform XSS when an exception message contains untrusted data. > > This vulnerability only exists in the handler that renders an internal server error as a readable HTML page which is activates when Ratpack is running in _development_ mode. This mode is only activate by user request (i.e. setting `development(true)` in the `ServerConfig`, setting `RATPACK_DEVELOPMENT=true` in the environment), or when Ratpack detects it is running in an IDE (i.e. IntelliJ), being run by the Groovy shell, or attached to a debugger. By default, Ratpack sets `development(false)` when packaged as a Jar. > > Users should verify that they are not running Ratpack with development mode activated in production environments. > > We would like to thank [Jonathan Leitschuh](https://github.com/JLLeitschuh) for reporting this vulnerability. > > Please see the [security advisory for this issue](https://github.com/ratpack/ratpack/security/advisories/GHSA-r2wf-q3x4-hrv9) for more information. </details> <details> <summary>Commits</summary> - [`ab1e96d`](https://github.com/ratpack/ratpack/commit/ab1e96d83c9c24c4358f4442f34ed5a83a167ea2) Version 1.7.6 - [`3cd6c38`](https://github.com/ratpack/ratpack/commit/3cd6c388d6da2dade8b85d1c463a4de51046b4b1) Fix the jruby/compass issues with the shutdown of torquebox. - [`00ca7f2`](https://github.com/ratpack/ratpack/commit/00ca7f275bb0f73ac88a1029d81b7a770069f4cf) chore: fix formatting in spec - [`c1d4357`](https://github.com/ratpack/ratpack/commit/c1d4357bbc4bceb24abb156fbb471257a0177eb6) Escape user input rendered to the response in the development error handler. - [`32617ce`](https://github.com/ratpack/ratpack/commit/32617ce7fce68a0f8571eae6820351233292102f) Use zip64 for the site JAR - [`06be2e8`](https://github.com/ratpack/ratpack/commit/06be2e8fc8bce8c2751527ddd6023afb0362bfd4) Use zip64 for the site JAR - [`000b33c`](https://github.com/ratpack/ratpack/commit/000b33c559ecfb4b9c2517093b7455787c043098) Use zip64 for the site JAR - [`04800b2`](https://github.com/ratpack/ratpack/commit/04800b2900b8bb6e1a37ebcfa66ee3f40e888ada) Begin version 1.7.6 - See full diff in [compare view](https://github.com/ratpack/ratpack/compare/v1.7.5...v1.7.6) </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dbelob/helloworld-web/network/alerts). </details>{'url': 'https://api.github.com/repos/dbelob/helloworld-web/pulls/4', 'html_url': 'https://github.com/dbelob/helloworld-web/pull/4', 'diff_url': 'https://github.com/dbelob/helloworld-web/pull/4.diff', 'patch_url': 'https://github.com/dbelob/helloworld-web/pull/4.patch'}
97https://api.github.com/repos/dbelob/helloworld-web/issues/3https://api.github.com/repos/dbelob/helloworld-webhttps://api.github.com/repos/dbelob/helloworld-web/issues/3/labels{/name}https://api.github.com/repos/dbelob/helloworld-web/issues/3/commentshttps://api.github.com/repos/dbelob/helloworld-web/issues/3/eventshttps://github.com/dbelob/helloworld-web/pull/3546988679MDExOlB1bGxSZXF1ZXN0MzYwNTYwNTE23Bump hibernate-validator from 6.0.16.Final to 6.1.0.Final{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars0.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', 'site_admin': False}[{'id': 1645314570, 'node_id': 'MDU6TGFiZWwxNjQ1MzE0NTcw', 'url': 'https://api.github.com/repos/dbelob/helloworld-web/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}, {'id': 1673800915, 'node_id': 'MDU6TGFiZWwxNjczODAwOTE1', 'url': 'https://api.github.com/repos/dbelob/helloworld-web/labels/java', 'name': 'java', 'color': 'ffa221', 'default': False, 'description': 'Pull requests that update Java code'}]closedFalse[]02020-01-08T17:06:07Z2020-01-27T10:50:46Z2020-01-27T10:33:42ZCONTRIBUTORBumps [hibernate-validator](https://github.com/hibernate/hibernate-validator) from 6.0.16.Final to 6.1.0.Final. <details> <summary>Changelog</summary> *Sourced from [hibernate-validator's changelog](https://github.com/hibernate/hibernate-validator/blob/master/changelog.txt).* > 6.1.0.Final (25-10-2019) > ------------------------- > > ** Bug > * HV-1730 - engine - JavaBeanExecutable fails to initialize for enum type > * HV-1715 - engine - Validation can sometimes proceed to the next group in sequence even after one of the constraints generated a violation > > ** Improvement > * HV-1729 - performance - Skip allocation of an action for each need to access the context classloader > > ** Task > * HV-1743 - build - Upgrade maven-compiler-plugin to 3.8.1 > * HV-1742 - build - Upgrade to WildFly 18.0.0.Final > * HV-1741 - build - Upgrade ByteBuddy test dependency to 1.10.2 > * HV-1740 - engine - Deprecate [@&#8203;SafeHtml](https://github.com/SafeHtml) > * HV-1739 - engine - CVE-2019-10219 Security issue with [@&#8203;SafeHtml](https://github.com/SafeHtml) > * HV-1738 - build - Update Jackson test dependency to 2.9.10 > * HV-1733 - tests - Fix locale settings of PredefinedScopeValidatorFactoryTest > * HV-1732 - build - Change tarLongFileMode to posix for assembly building > * HV-1731 - tck-runner - Move TCK signature check to tck-runner module > * HV-1728 - build - Upgrade to WildFly 17.0.1.Final > * HV-1727 - build - Update Jackson Databind test dependency to 2.9.9.2 > * HV-1725 - build - Switch to using Jakarta EE artifacts > * HV-1724 - build - Update to OpenJFX 11.0.2 > * HV-1680 - engine - Avoid reflection by using instrumentation - build the enhancer > > 6.1.0.Alpha6 (19-07-2019) > ------------------------- > > ** Bug > * HV-1722 - engine - Remove settings-example.xml reference from .travis.yml > * HV-1721 - engine - Take into account Hibernate Validator-specific configuration with PredefinedScopeValidatorFactoryImpl > * HV-1720 - engine - Support bounded wildcard types in container value unwrapping > > ** New Feature > * HV-1723 - validators - Provide a DigitsValidatorForMonetaryAmount to support [@&#8203;Digits](https://github.com/Digits) on MonetaryAmounts > > ** Task > * HV-1726 - engine - Make PredefinedScopeHibernateValidatorFactory extend HibernateValidatorFactory > > 6.1.0.Alpha5 (13-06-2019) > ------------------------- > > ** Bug > * HV-1713 - engine - Missing violation when a bean is validated with different groups > * HV-1709 - validators - Polish Identification numbers are not considering length of the value > * HV-1706 - validators - ISBN-13 algorithm does not handle checksum 10 > > ** Improvement > * HV-1719 - engine - Accept setting per-validator TraversableResolver with PredefinedScopeValidatorFactoryImpl ></tr></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`713964a`](https://github.com/hibernate/hibernate-validator/commit/713964afeb36a3852a5d7a97f7303fa9d56457a4) [Jenkins release job] Preparing release 6.1.0.Final - [`7ff5803`](https://github.com/hibernate/hibernate-validator/commit/7ff5803b2cb8ab4d426ef569b2c41ddca859f253) [Jenkins release job] changelog.txt updated by release build 6.1.0.Final - [`77c9ca3`](https://github.com/hibernate/hibernate-validator/commit/77c9ca3a1d7e8d2c774827f83afa9225acbde76d) [Jenkins release job] README.md updated by release build 6.1.0.Final - [`4194b02`](https://github.com/hibernate/hibernate-validator/commit/4194b025e062f2fc03af1bcd0fa63e8ac67e84c1) HV-1740 Deprecate [@&#8203;SafeHtml](https://github.com/SafeHtml) for planned future removal - [`124b7dd`](https://github.com/hibernate/hibernate-validator/commit/124b7dd6d9a4ad24d4d49f74701f05a13e56ceee) HV-1739 Fix CVE-2019-10219 Security issue with [@&#8203;SafeHtml](https://github.com/SafeHtml) - [`2687d33`](https://github.com/hibernate/hibernate-validator/commit/2687d3353990b869d7aaeddcdcba17ec5daf158d) HV-1743 Upgrade maven-compiler-plugin to 3.8.1 - [`8b92994`](https://github.com/hibernate/hibernate-validator/commit/8b92994c55308f45d7e9e9bafec020668edac2f1) HV-1742 Upgrade to WildFly 18.0.0.Final - [`ce6c698`](https://github.com/hibernate/hibernate-validator/commit/ce6c698d886b7118900a3d8406927a36239426a9) HV-1741 Upgrade ByteBuddy test dependency to 1.10.2 - [`b115bb6`](https://github.com/hibernate/hibernate-validator/commit/b115bb6d6b581beca9535dda49cba078c66472b0) HV-1725 Fix a few remaining things in the README.md - [`fdfa7ce`](https://github.com/hibernate/hibernate-validator/commit/fdfa7cef6c315f5c3c7318a352f7c47c9f11f713) HV-1725 Explicitly ban javax dependencies - Additional commits viewable in [compare view](https://github.com/hibernate/hibernate-validator/compare/6.0.16.Final...6.1.0.Final) </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.hibernate.validator:hibernate-validator&package-manager=maven&previous-version=6.0.16.Final&new-version=6.1.0.Final)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dbelob/helloworld-web/network/alerts). </details>{'url': 'https://api.github.com/repos/dbelob/helloworld-web/pulls/3', 'html_url': 'https://github.com/dbelob/helloworld-web/pull/3', 'diff_url': 'https://github.com/dbelob/helloworld-web/pull/3.diff', 'patch_url': 'https://github.com/dbelob/helloworld-web/pull/3.patch'}
108https://api.github.com/repos/dbelob/helloworld-web/issues/2https://api.github.com/repos/dbelob/helloworld-webhttps://api.github.com/repos/dbelob/helloworld-web/issues/2/labels{/name}https://api.github.com/repos/dbelob/helloworld-web/issues/2/commentshttps://api.github.com/repos/dbelob/helloworld-web/issues/2/eventshttps://github.com/dbelob/helloworld-web/pull/2522001699MDExOlB1bGxSZXF1ZXN0MzQwMjc1MTk22Bump jackson-databind from 2.9.10 to 2.9.10.1 in /helloworld-web-microprofile-hammock{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars0.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', 'site_admin': False}[{'id': 1645314570, 'node_id': 'MDU6TGFiZWwxNjQ1MzE0NTcw', 'url': 'https://api.github.com/repos/dbelob/helloworld-web/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}, {'id': 1673800915, 'node_id': 'MDU6TGFiZWwxNjczODAwOTE1', 'url': 'https://api.github.com/repos/dbelob/helloworld-web/labels/java', 'name': 'java', 'color': 'ffa221', 'default': False, 'description': 'Pull requests that update Java code'}]closedFalse[]02019-11-13T07:03:36Z2019-11-13T13:06:27Z2019-11-13T13:06:24ZCONTRIBUTORBumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10 to 2.9.10.1. <details> <summary>Commits</summary> - See full diff in [compare view](https://github.com/FasterXML/jackson/commits) </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.9.10&new-version=2.9.10.1)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dbelob/helloworld-web/network/alerts). </details>{'url': 'https://api.github.com/repos/dbelob/helloworld-web/pulls/2', 'html_url': 'https://github.com/dbelob/helloworld-web/pull/2', 'diff_url': 'https://github.com/dbelob/helloworld-web/pull/2.diff', 'patch_url': 'https://github.com/dbelob/helloworld-web/pull/2.patch'}
119https://api.github.com/repos/dbelob/helloworld-web/issues/1https://api.github.com/repos/dbelob/helloworld-webhttps://api.github.com/repos/dbelob/helloworld-web/issues/1/labels{/name}https://api.github.com/repos/dbelob/helloworld-web/issues/1/commentshttps://api.github.com/repos/dbelob/helloworld-web/issues/1/eventshttps://github.com/dbelob/helloworld-web/pull/1514001489MDExOlB1bGxSZXF1ZXN0MzMzNjg2MjIw1Bump swagger-ui from 2.2.10 to 3.23.11 in /helloworld-web-jhipster{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars0.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', 'site_admin': False}[{'id': 1645314570, 'node_id': 'MDU6TGFiZWwxNjQ1MzE0NTcw', 'url': 'https://api.github.com/repos/dbelob/helloworld-web/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]closedFalse[]02019-10-29T15:20:47Z2020-01-27T10:42:48Z2019-11-05T10:56:23ZCONTRIBUTORBumps [swagger-ui](https://github.com/swagger-api/swagger-ui) from 2.2.10 to 3.23.11. <details> <summary>Release notes</summary> *Sourced from [swagger-ui's releases](https://github.com/swagger-api/swagger-ui/releases).* > ## Swagger UI 3.23.11 Released! > ⚠️ **This release contains a security fix that addresses a CSS-based input field value exfiltration vulnerability.** If you use Swagger UI to display untrusted OpenAPI documents, you should upgrade to this version ASAP. > > ### Changelog > > * fix: mitigate "sequential `@import` chaining" vulnerability (via [#5616](https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/5616)) > > ## Swagger UI 3.23.10 Released! > This release fixes two bugs: one visual issue within static documentation, and another within runtime validation for Array-typed parameters. > > ### Changelog > > * fix: `<Select disabled>` for `type: string` + `enum` schemas ([#5601](https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/5601)) > * fix: accept string-represented values in required array runtime validation ([#5609](https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/5609)) > > ## Swagger UI 3.23.9 Released! > This release changes the default value for the `validatorUrl` configuration option from `https://online.swagger.io/validator` to `https://validator.swagger.io/validator`. > > ## Swagger UI 3.23.8 Released! > This release fixes an issue with Swagger 2.0 required body parameter runtime validation ([#5583](https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/5583)) that was introduced in v3.23.7. > > ## Swagger UI 3.23.7 Released! > This release includes new support for display and Try-It-Out functionality of OAS 3.0 `Parameter.content` values. > > ### Changelog > > * feature: support for `Parameter.content` ([#5571](https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/5571)) > * housekeeping(dev-deps): babel-plugin-transform-react-remove-prop-types@0.4.24 > * 43db164a 2019-08-27 | docs: clarify that preauthorizeApiKey works for OAS3 Bearer auth too ([#5566](https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/5566)) > > ## Swagger UI 3.23.6 Released! > This release fixes a React warning originating in Swagger UI and a CSS class name collision with Bootstrap 4.0. > > It also includes several in-range updates to minimum dependency versions. > > #### Changelog > * fix: React warning related to "true" used as boolean (via [#5497](https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/5497)) > * fix: remove `.col` class that causes collision with Bootstrap (via [#5541](https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/5541)) > > ## Swagger UI 3.23.5 Released! > This release includes a fix to our Markdown parsing implementation that should resolve display issues with certain Markdown strings. > > ### Changelog > > * fix: remove problematic Markdown optimization (via [#5520](https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/5520)) > > ## Swagger UI 3.23.4 Released! > ### Changelog > > * housekeeping: `@kyleshockey/js-yaml` -> `js-yaml` (via [#5511](https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/5511)) ></tr></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`77f4651`](https://github.com/swagger-api/swagger-ui/commit/77f4651cbf5b3767f0d79c91fd337de82b6ddee6) release: v3.23.11 - [`5f6ec8c`](https://github.com/swagger-api/swagger-ui/commit/5f6ec8ce1d0e06ad20a243e1b79a6e68373ce8f5) fix: mitigate "sequential [@&#8203;import](https://github.com/import) chaining" vulnerability ([#5616](https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/5616)) - [`c8ad396`](https://github.com/swagger-api/swagger-ui/commit/c8ad396301ca55075234009e8384ca968b950aab) release: v3.23.10 - [`00c8e96`](https://github.com/swagger-api/swagger-ui/commit/00c8e964e719790a2df0e0fd90963cd5c828a018) fix: accept string-represented values in required array runtime validation (#... - [`85f2bf3`](https://github.com/swagger-api/swagger-ui/commit/85f2bf36889a82dea618a675470802054d45df58) fix: \<Select disabled> for `type: string` + `enum` schemas ([#5601](https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/5601)) - [`f523ec4`](https://github.com/swagger-api/swagger-ui/commit/f523ec40f04a2f5519fe72a51bc138e968fd78ff) housekeeping: reorganize and rewire Mocha tests ([#5600](https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/5600)) - [`c3890c2`](https://github.com/swagger-api/swagger-ui/commit/c3890c210c4cab6073d1b8bb62c32ed69da6c464) release: v3.23.9 - [`94c86d3`](https://github.com/swagger-api/swagger-ui/commit/94c86d3d50c035813f06204881a3b2052bc80dcd) improvement: `online.swagger.io` -> `validator.swagger.io` ([#5599](https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/5599)) - [`7cae0d2`](https://github.com/swagger-api/swagger-ui/commit/7cae0d2bdf079fe2f5514f58920eb9e3c1260d14) release: v3.23.8 - [`4ebbc04`](https://github.com/swagger-api/swagger-ui/commit/4ebbc042aeec9a7db2edcee1d742e734fe4ddeb6) fix: 2.0 object parameter validation ([#5583](https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/5583)) - Additional commits viewable in [compare view](https://github.com/swagger-api/swagger-ui/compare/v2.2.10...v3.23.11) </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=swagger-ui&package-manager=npm_and_yarn&previous-version=2.2.10&new-version=3.23.11)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dbelob/helloworld-web/network/alerts). </details>{'url': 'https://api.github.com/repos/dbelob/helloworld-web/pulls/1', 'html_url': 'https://github.com/dbelob/helloworld-web/pull/1', 'diff_url': 'https://github.com/dbelob/helloworld-web/pull/1.diff', 'patch_url': 'https://github.com/dbelob/helloworld-web/pull/1.patch'}
1210https://api.github.com/repos/dbelob/helloworld-web/issues/7https://api.github.com/repos/dbelob/helloworld-webhttps://api.github.com/repos/dbelob/helloworld-web/issues/7/labels{/name}https://api.github.com/repos/dbelob/helloworld-web/issues/7/commentshttps://api.github.com/repos/dbelob/helloworld-web/issues/7/eventshttps://github.com/dbelob/helloworld-web/pull/7605709804MDExOlB1bGxSZXF1ZXN0NDA4MDYxNjY17Bump jackson-databind from 2.9.10.3 to 2.9.10.4 in /helloworld-web-microprofile-hammock{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars0.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', 'site_admin': False}[{'id': 1645314570, 'node_id': 'MDU6TGFiZWwxNjQ1MzE0NTcw', 'url': 'https://api.github.com/repos/dbelob/helloworld-web/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}, {'id': 1673800915, 'node_id': 'MDU6TGFiZWwxNjczODAwOTE1', 'url': 'https://api.github.com/repos/dbelob/helloworld-web/labels/java', 'name': 'java', 'color': 'ffa221', 'default': False, 'description': 'Pull requests that update Java code'}]closedFalse[]02020-04-23T17:19:55Z2020-04-24T10:45:30Z2020-04-24T10:45:27ZCONTRIBUTORBumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.3 to 2.9.10.4. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/FasterXML/jackson/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.9.10.3&new-version=2.9.10.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dbelob/helloworld-web/network/alerts). </details>{'url': 'https://api.github.com/repos/dbelob/helloworld-web/pulls/7', 'html_url': 'https://github.com/dbelob/helloworld-web/pull/7', 'diff_url': 'https://github.com/dbelob/helloworld-web/pull/7.diff', 'patch_url': 'https://github.com/dbelob/helloworld-web/pull/7.patch'}
1311https://api.github.com/repos/dbelob/helloworld-web/issues/6https://api.github.com/repos/dbelob/helloworld-webhttps://api.github.com/repos/dbelob/helloworld-web/issues/6/labels{/name}https://api.github.com/repos/dbelob/helloworld-web/issues/6/commentshttps://api.github.com/repos/dbelob/helloworld-web/issues/6/eventshttps://github.com/dbelob/helloworld-web/pull/6590973641MDExOlB1bGxSZXF1ZXN0Mzk2MjIxMjc46Bump micronaut.version from 1.2.2 to 1.3.3 in /helloworld-web-micronaut{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars0.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', 'site_admin': False}[{'id': 1645314570, 'node_id': 'MDU6TGFiZWwxNjQ1MzE0NTcw', 'url': 'https://api.github.com/repos/dbelob/helloworld-web/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}, {'id': 1673800915, 'node_id': 'MDU6TGFiZWwxNjczODAwOTE1', 'url': 'https://api.github.com/repos/dbelob/helloworld-web/labels/java', 'name': 'java', 'color': 'ffa221', 'default': False, 'description': 'Pull requests that update Java code'}]closedFalse[]02020-03-31T10:11:47Z2020-04-01T08:17:13Z2020-04-01T08:17:09ZCONTRIBUTORBumps `micronaut.version` from 1.2.2 to 1.3.3. Updates `micronaut-inject` from 1.2.2 to 1.3.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/micronaut-projects/micronaut-core/releases">micronaut-inject's releases</a>.</em></p> <blockquote> <h2>Micronaut 1.3.3</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.3/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.3/guide/index.html#whatsNew</a></li> <li>Issues Closed: <a href="https://github.com/micronaut-projects/micronaut-core/milestone/41?closed=1">https://github.com/micronaut-projects/micronaut-core/milestone/41?closed=1</a></li> </ul> <p>NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:</p> <pre lang="groovy"><code>repositories { maven { url &quot;https://dl.bintray.com/micronaut/core-releases-local&quot; } } </code></pre> <h2>Micronaut 1.3.2</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.2/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.2/guide/index.html#whatsNew</a></li> <li>Issues Closed: <a href="https://github.com/micronaut-projects/micronaut-core/milestone/40?closed=1">https://github.com/micronaut-projects/micronaut-core/milestone/40?closed=1</a></li> </ul> <p>NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:</p> <pre lang="groovy"><code>repositories { maven { url &quot;https://dl.bintray.com/micronaut/core-releases-local&quot; } } </code></pre> <h2>Micronaut 1.3.1</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.1/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.1/guide/index.html#whatsNew</a></li> <li>Issues Closed: <a href="https://github.com/micronaut-projects/micronaut-core/milestone/39?closed=1">https://github.com/micronaut-projects/micronaut-core/milestone/39?closed=1</a></li> </ul> <p>IMPORTANT: This release contains a regression in compatibility with the security module in some scenarios.</p> <p>NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:</p> <pre lang="groovy"><code>repositories { maven { url &quot;https://dl.bintray.com/micronaut/core-releases-local&quot; } } </code></pre> <h2>Micronaut 1.3.0</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.0/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.0/guide/index.html#whatsNew</a></li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/ea51b76d3b9f148ba7ca7da3146349cbee1ca168"><code>ea51b76</code></a> Release 1.3.3</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/cce8613293a071f46363bcb68ec6ed29d3e3943a"><code>cce8613</code></a> Use new profiles version. Closes <a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/2852">#2852</a></li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/8514b971a26e9fa664f3ae4e9afc489e1ead5ce6"><code>8514b97</code></a> Merge branch '1.2.x' into 1.3.x</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/b4af46bf8c2d9db1f800f6e424b003070a0232b8"><code>b4af46b</code></a> Modify the cors origin converter so it is used</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/2880fecf866a24dc42c3a7c66906788b809e5f4d"><code>2880fec</code></a> Remove unnecessary artifacts from the core published jar</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/7c245ce99bc924e09fe4b5f360ffea08ea5fcf71"><code>7c245ce</code></a> Update test</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/bdf0def30e35a5b8621e81b2bcecc2ddde23adf1"><code>bdf0def</code></a> Back to snapshot</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/21c3360dc74fee08397486278805cfee83408682"><code>21c3360</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/2904">#2904</a> from micronaut-projects/upgrade-netty</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/7e56eed8ed46235d57fdf802612d8fc53b6a50df"><code>7e56eed</code></a> Upgrade to Netty 4.1.47 and remove some classes not needed for GraalVM</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/4ad4a686320aa89a4ebfcc7b472c7deb823a3d11"><code>4ad4a68</code></a> Release Micronaut 1.2.11</li> <li>Additional commits viewable in <a href="https://github.com/micronaut-projects/micronaut-core/compare/v1.2.2...v1.3.3">compare view</a></li> </ul> </details> <br /> Updates `micronaut-runtime` from 1.2.2 to 1.3.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/micronaut-projects/micronaut-core/releases">micronaut-runtime's releases</a>.</em></p> <blockquote> <h2>Micronaut 1.3.3</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.3/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.3/guide/index.html#whatsNew</a></li> <li>Issues Closed: <a href="https://github.com/micronaut-projects/micronaut-core/milestone/41?closed=1">https://github.com/micronaut-projects/micronaut-core/milestone/41?closed=1</a></li> </ul> <p>NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:</p> <pre lang="groovy"><code>repositories { maven { url &quot;https://dl.bintray.com/micronaut/core-releases-local&quot; } } </code></pre> <h2>Micronaut 1.3.2</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.2/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.2/guide/index.html#whatsNew</a></li> <li>Issues Closed: <a href="https://github.com/micronaut-projects/micronaut-core/milestone/40?closed=1">https://github.com/micronaut-projects/micronaut-core/milestone/40?closed=1</a></li> </ul> <p>NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:</p> <pre lang="groovy"><code>repositories { maven { url &quot;https://dl.bintray.com/micronaut/core-releases-local&quot; } } </code></pre> <h2>Micronaut 1.3.1</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.1/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.1/guide/index.html#whatsNew</a></li> <li>Issues Closed: <a href="https://github.com/micronaut-projects/micronaut-core/milestone/39?closed=1">https://github.com/micronaut-projects/micronaut-core/milestone/39?closed=1</a></li> </ul> <p>IMPORTANT: This release contains a regression in compatibility with the security module in some scenarios.</p> <p>NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:</p> <pre lang="groovy"><code>repositories { maven { url &quot;https://dl.bintray.com/micronaut/core-releases-local&quot; } } </code></pre> <h2>Micronaut 1.3.0</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.0/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.0/guide/index.html#whatsNew</a></li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/ea51b76d3b9f148ba7ca7da3146349cbee1ca168"><code>ea51b76</code></a> Release 1.3.3</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/cce8613293a071f46363bcb68ec6ed29d3e3943a"><code>cce8613</code></a> Use new profiles version. Closes <a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/2852">#2852</a></li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/8514b971a26e9fa664f3ae4e9afc489e1ead5ce6"><code>8514b97</code></a> Merge branch '1.2.x' into 1.3.x</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/b4af46bf8c2d9db1f800f6e424b003070a0232b8"><code>b4af46b</code></a> Modify the cors origin converter so it is used</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/2880fecf866a24dc42c3a7c66906788b809e5f4d"><code>2880fec</code></a> Remove unnecessary artifacts from the core published jar</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/7c245ce99bc924e09fe4b5f360ffea08ea5fcf71"><code>7c245ce</code></a> Update test</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/bdf0def30e35a5b8621e81b2bcecc2ddde23adf1"><code>bdf0def</code></a> Back to snapshot</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/21c3360dc74fee08397486278805cfee83408682"><code>21c3360</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/2904">#2904</a> from micronaut-projects/upgrade-netty</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/7e56eed8ed46235d57fdf802612d8fc53b6a50df"><code>7e56eed</code></a> Upgrade to Netty 4.1.47 and remove some classes not needed for GraalVM</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/4ad4a686320aa89a4ebfcc7b472c7deb823a3d11"><code>4ad4a68</code></a> Release Micronaut 1.2.11</li> <li>Additional commits viewable in <a href="https://github.com/micronaut-projects/micronaut-core/compare/v1.2.2...v1.3.3">compare view</a></li> </ul> </details> <br /> Updates `micronaut-http-client` from 1.2.2 to 1.3.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/micronaut-projects/micronaut-core/releases">micronaut-http-client's releases</a>.</em></p> <blockquote> <h2>Micronaut 1.3.3</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.3/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.3/guide/index.html#whatsNew</a></li> <li>Issues Closed: <a href="https://github.com/micronaut-projects/micronaut-core/milestone/41?closed=1">https://github.com/micronaut-projects/micronaut-core/milestone/41?closed=1</a></li> </ul> <p>NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:</p> <pre lang="groovy"><code>repositories { maven { url &quot;https://dl.bintray.com/micronaut/core-releases-local&quot; } } </code></pre> <h2>Micronaut 1.3.2</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.2/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.2/guide/index.html#whatsNew</a></li> <li>Issues Closed: <a href="https://github.com/micronaut-projects/micronaut-core/milestone/40?closed=1">https://github.com/micronaut-projects/micronaut-core/milestone/40?closed=1</a></li> </ul> <p>NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:</p> <pre lang="groovy"><code>repositories { maven { url &quot;https://dl.bintray.com/micronaut/core-releases-local&quot; } } </code></pre> <h2>Micronaut 1.3.1</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.1/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.1/guide/index.html#whatsNew</a></li> <li>Issues Closed: <a href="https://github.com/micronaut-projects/micronaut-core/milestone/39?closed=1">https://github.com/micronaut-projects/micronaut-core/milestone/39?closed=1</a></li> </ul> <p>IMPORTANT: This release contains a regression in compatibility with the security module in some scenarios.</p> <p>NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:</p> <pre lang="groovy"><code>repositories { maven { url &quot;https://dl.bintray.com/micronaut/core-releases-local&quot; } } </code></pre> <h2>Micronaut 1.3.0</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.0/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.0/guide/index.html#whatsNew</a></li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/ea51b76d3b9f148ba7ca7da3146349cbee1ca168"><code>ea51b76</code></a> Release 1.3.3</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/cce8613293a071f46363bcb68ec6ed29d3e3943a"><code>cce8613</code></a> Use new profiles version. Closes <a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/2852">#2852</a></li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/8514b971a26e9fa664f3ae4e9afc489e1ead5ce6"><code>8514b97</code></a> Merge branch '1.2.x' into 1.3.x</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/b4af46bf8c2d9db1f800f6e424b003070a0232b8"><code>b4af46b</code></a> Modify the cors origin converter so it is used</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/2880fecf866a24dc42c3a7c66906788b809e5f4d"><code>2880fec</code></a> Remove unnecessary artifacts from the core published jar</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/7c245ce99bc924e09fe4b5f360ffea08ea5fcf71"><code>7c245ce</code></a> Update test</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/bdf0def30e35a5b8621e81b2bcecc2ddde23adf1"><code>bdf0def</code></a> Back to snapshot</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/21c3360dc74fee08397486278805cfee83408682"><code>21c3360</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/2904">#2904</a> from micronaut-projects/upgrade-netty</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/7e56eed8ed46235d57fdf802612d8fc53b6a50df"><code>7e56eed</code></a> Upgrade to Netty 4.1.47 and remove some classes not needed for GraalVM</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/4ad4a686320aa89a4ebfcc7b472c7deb823a3d11"><code>4ad4a68</code></a> Release Micronaut 1.2.11</li> <li>Additional commits viewable in <a href="https://github.com/micronaut-projects/micronaut-core/compare/v1.2.2...v1.3.3">compare view</a></li> </ul> </details> <br /> Updates `micronaut-http-server-netty` from 1.2.2 to 1.3.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/micronaut-projects/micronaut-core/releases">micronaut-http-server-netty's releases</a>.</em></p> <blockquote> <h2>Micronaut 1.3.3</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.3/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.3/guide/index.html#whatsNew</a></li> <li>Issues Closed: <a href="https://github.com/micronaut-projects/micronaut-core/milestone/41?closed=1">https://github.com/micronaut-projects/micronaut-core/milestone/41?closed=1</a></li> </ul> <p>NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:</p> <pre lang="groovy"><code>repositories { maven { url &quot;https://dl.bintray.com/micronaut/core-releases-local&quot; } } </code></pre> <h2>Micronaut 1.3.2</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.2/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.2/guide/index.html#whatsNew</a></li> <li>Issues Closed: <a href="https://github.com/micronaut-projects/micronaut-core/milestone/40?closed=1">https://github.com/micronaut-projects/micronaut-core/milestone/40?closed=1</a></li> </ul> <p>NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:</p> <pre lang="groovy"><code>repositories { maven { url &quot;https://dl.bintray.com/micronaut/core-releases-local&quot; } } </code></pre> <h2>Micronaut 1.3.1</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.1/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.1/guide/index.html#whatsNew</a></li> <li>Issues Closed: <a href="https://github.com/micronaut-projects/micronaut-core/milestone/39?closed=1">https://github.com/micronaut-projects/micronaut-core/milestone/39?closed=1</a></li> </ul> <p>IMPORTANT: This release contains a regression in compatibility with the security module in some scenarios.</p> <p>NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:</p> <pre lang="groovy"><code>repositories { maven { url &quot;https://dl.bintray.com/micronaut/core-releases-local&quot; } } </code></pre> <h2>Micronaut 1.3.0</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.0/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.0/guide/index.html#whatsNew</a></li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/ea51b76d3b9f148ba7ca7da3146349cbee1ca168"><code>ea51b76</code></a> Release 1.3.3</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/cce8613293a071f46363bcb68ec6ed29d3e3943a"><code>cce8613</code></a> Use new profiles version. Closes <a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/2852">#2852</a></li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/8514b971a26e9fa664f3ae4e9afc489e1ead5ce6"><code>8514b97</code></a> Merge branch '1.2.x' into 1.3.x</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/b4af46bf8c2d9db1f800f6e424b003070a0232b8"><code>b4af46b</code></a> Modify the cors origin converter so it is used</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/2880fecf866a24dc42c3a7c66906788b809e5f4d"><code>2880fec</code></a> Remove unnecessary artifacts from the core published jar</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/7c245ce99bc924e09fe4b5f360ffea08ea5fcf71"><code>7c245ce</code></a> Update test</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/bdf0def30e35a5b8621e81b2bcecc2ddde23adf1"><code>bdf0def</code></a> Back to snapshot</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/21c3360dc74fee08397486278805cfee83408682"><code>21c3360</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/2904">#2904</a> from micronaut-projects/upgrade-netty</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/7e56eed8ed46235d57fdf802612d8fc53b6a50df"><code>7e56eed</code></a> Upgrade to Netty 4.1.47 and remove some classes not needed for GraalVM</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/4ad4a686320aa89a4ebfcc7b472c7deb823a3d11"><code>4ad4a68</code></a> Release Micronaut 1.2.11</li> <li>Additional commits viewable in <a href="https://github.com/micronaut-projects/micronaut-core/compare/v1.2.2...v1.3.3">compare view</a></li> </ul> </details> <br /> Updates `micronaut-inject-java` from 1.2.2 to 1.3.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/micronaut-projects/micronaut-core/releases">micronaut-inject-java's releases</a>.</em></p> <blockquote> <h2>Micronaut 1.3.3</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.3/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.3/guide/index.html#whatsNew</a></li> <li>Issues Closed: <a href="https://github.com/micronaut-projects/micronaut-core/milestone/41?closed=1">https://github.com/micronaut-projects/micronaut-core/milestone/41?closed=1</a></li> </ul> <p>NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:</p> <pre lang="groovy"><code>repositories { maven { url &quot;https://dl.bintray.com/micronaut/core-releases-local&quot; } } </code></pre> <h2>Micronaut 1.3.2</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.2/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.2/guide/index.html#whatsNew</a></li> <li>Issues Closed: <a href="https://github.com/micronaut-projects/micronaut-core/milestone/40?closed=1">https://github.com/micronaut-projects/micronaut-core/milestone/40?closed=1</a></li> </ul> <p>NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:</p> <pre lang="groovy"><code>repositories { maven { url &quot;https://dl.bintray.com/micronaut/core-releases-local&quot; } } </code></pre> <h2>Micronaut 1.3.1</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.1/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.1/guide/index.html#whatsNew</a></li> <li>Issues Closed: <a href="https://github.com/micronaut-projects/micronaut-core/milestone/39?closed=1">https://github.com/micronaut-projects/micronaut-core/milestone/39?closed=1</a></li> </ul> <p>IMPORTANT: This release contains a regression in compatibility with the security module in some scenarios.</p> <p>NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:</p> <pre lang="groovy"><code>repositories { maven { url &quot;https://dl.bintray.com/micronaut/core-releases-local&quot; } } </code></pre> <h2>Micronaut 1.3.0</h2> <ul> <li>Release Notes: <a href="https://docs.micronaut.io/1.3.0/guide/index.html#whatsNew">https://docs.micronaut.io/1.3.0/guide/index.html#whatsNew</a></li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/ea51b76d3b9f148ba7ca7da3146349cbee1ca168"><code>ea51b76</code></a> Release 1.3.3</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/cce8613293a071f46363bcb68ec6ed29d3e3943a"><code>cce8613</code></a> Use new profiles version. Closes <a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/2852">#2852</a></li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/8514b971a26e9fa664f3ae4e9afc489e1ead5ce6"><code>8514b97</code></a> Merge branch '1.2.x' into 1.3.x</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/b4af46bf8c2d9db1f800f6e424b003070a0232b8"><code>b4af46b</code></a> Modify the cors origin converter so it is used</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/2880fecf866a24dc42c3a7c66906788b809e5f4d"><code>2880fec</code></a> Remove unnecessary artifacts from the core published jar</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/7c245ce99bc924e09fe4b5f360ffea08ea5fcf71"><code>7c245ce</code></a> Update test</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/bdf0def30e35a5b8621e81b2bcecc2ddde23adf1"><code>bdf0def</code></a> Back to snapshot</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/21c3360dc74fee08397486278805cfee83408682"><code>21c3360</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/micronaut-projects/micronaut-core/issues/2904">#2904</a> from micronaut-projects/upgrade-netty</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/7e56eed8ed46235d57fdf802612d8fc53b6a50df"><code>7e56eed</code></a> Upgrade to Netty 4.1.47 and remove some classes not needed for GraalVM</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/4ad4a686320aa89a4ebfcc7b472c7deb823a3d11"><code>4ad4a68</code></a> Release Micronaut 1.2.11</li> <li>Additional commits viewable in <a href="https://github.com/micronaut-projects/micronaut-core/compare/v1.2.2...v1.3.3">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dbelob/helloworld-web/network/alerts). </details>{'url': 'https://api.github.com/repos/dbelob/helloworld-web/pulls/6', 'html_url': 'https://github.com/dbelob/helloworld-web/pull/6', 'diff_url': 'https://github.com/dbelob/helloworld-web/pull/6.diff', 'patch_url': 'https://github.com/dbelob/helloworld-web/pull/6.patch'}
1412https://api.github.com/repos/dbelob/helloworld-web/issues/5https://api.github.com/repos/dbelob/helloworld-webhttps://api.github.com/repos/dbelob/helloworld-web/issues/5/labels{/name}https://api.github.com/repos/dbelob/helloworld-web/issues/5/commentshttps://api.github.com/repos/dbelob/helloworld-web/issues/5/eventshttps://github.com/dbelob/helloworld-web/pull/5575820868MDExOlB1bGxSZXF1ZXN0MzgzOTIwNTQ55Bump jackson-databind from 2.9.10.1 to 2.9.10.3 in /helloworld-web-microprofile-hammock{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars0.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', 'site_admin': False}[{'id': 1645314570, 'node_id': 'MDU6TGFiZWwxNjQ1MzE0NTcw', 'url': 'https://api.github.com/repos/dbelob/helloworld-web/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}, {'id': 1673800915, 'node_id': 'MDU6TGFiZWwxNjczODAwOTE1', 'url': 'https://api.github.com/repos/dbelob/helloworld-web/labels/java', 'name': 'java', 'color': 'ffa221', 'default': False, 'description': 'Pull requests that update Java code'}]closedFalse[]02020-03-04T22:07:44Z2020-03-12T16:54:44Z2020-03-12T16:54:41ZCONTRIBUTORBumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.1 to 2.9.10.3. <details> <summary>Commits</summary> - See full diff in [compare view](https://github.com/FasterXML/jackson/commits) </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.9.10.1&new-version=2.9.10.3)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dbelob/helloworld-web/network/alerts). </details>{'url': 'https://api.github.com/repos/dbelob/helloworld-web/pulls/5', 'html_url': 'https://github.com/dbelob/helloworld-web/pull/5', 'diff_url': 'https://github.com/dbelob/helloworld-web/pull/5.diff', 'patch_url': 'https://github.com/dbelob/helloworld-web/pull/5.patch'}
1513https://api.github.com/repos/dbelob/helloworld-web/issues/4https://api.github.com/repos/dbelob/helloworld-webhttps://api.github.com/repos/dbelob/helloworld-web/issues/4/labels{/name}https://api.github.com/repos/dbelob/helloworld-web/issues/4/commentshttps://api.github.com/repos/dbelob/helloworld-web/issues/4/eventshttps://github.com/dbelob/helloworld-web/pull/4555784383MDExOlB1bGxSZXF1ZXN0MzY3NjYzNjc34Bump ratpack.version from 1.7.5 to 1.7.6 in /helloworld-web-ratpack{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars0.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', 'site_admin': False}[{'id': 1645314570, 'node_id': 'MDU6TGFiZWwxNjQ1MzE0NTcw', 'url': 'https://api.github.com/repos/dbelob/helloworld-web/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}, {'id': 1673800915, 'node_id': 'MDU6TGFiZWwxNjczODAwOTE1', 'url': 'https://api.github.com/repos/dbelob/helloworld-web/labels/java', 'name': 'java', 'color': 'ffa221', 'default': False, 'description': 'Pull requests that update Java code'}]closedFalse[]02020-01-27T19:29:31Z2020-01-27T19:45:41Z2020-01-27T19:45:37ZCONTRIBUTORBumps `ratpack.version` from 1.7.5 to 1.7.6. Updates `ratpack-core` from 1.7.5 to 1.7.6 <details> <summary>Release notes</summary> *Sourced from [ratpack-core's releases](https://github.com/ratpack/ratpack/releases).* > ## v1.7.6 > This release includes a fix for a security vulnerability. This upgrade is recommended for all Ratpack users. > > Versions of Ratpack 0.9.10 through and including 1.7.5 are vulnerable to [CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')](https://cwe.mitre.org/data/definitions/79.html) (aka. XSS), > in the development error handler. An attacker can utilize this to perform XSS when an exception message contains untrusted data. > > This vulnerability only exists in the handler that renders an internal server error as a readable HTML page which is activates when Ratpack is running in _development_ mode. This mode is only activate by user request (i.e. setting `development(true)` in the `ServerConfig`, setting `RATPACK_DEVELOPMENT=true` in the environment), or when Ratpack detects it is running in an IDE (i.e. IntelliJ), being run by the Groovy shell, or attached to a debugger. By default, Ratpack sets `development(false)` when packaged as a Jar. > > Users should verify that they are not running Ratpack with development mode activated in production environments. > > We would like to thank [Jonathan Leitschuh](https://github.com/JLLeitschuh) for reporting this vulnerability. > > Please see the [security advisory for this issue](https://github.com/ratpack/ratpack/security/advisories/GHSA-r2wf-q3x4-hrv9) for more information. </details> <details> <summary>Commits</summary> - [`ab1e96d`](https://github.com/ratpack/ratpack/commit/ab1e96d83c9c24c4358f4442f34ed5a83a167ea2) Version 1.7.6 - [`3cd6c38`](https://github.com/ratpack/ratpack/commit/3cd6c388d6da2dade8b85d1c463a4de51046b4b1) Fix the jruby/compass issues with the shutdown of torquebox. - [`00ca7f2`](https://github.com/ratpack/ratpack/commit/00ca7f275bb0f73ac88a1029d81b7a770069f4cf) chore: fix formatting in spec - [`c1d4357`](https://github.com/ratpack/ratpack/commit/c1d4357bbc4bceb24abb156fbb471257a0177eb6) Escape user input rendered to the response in the development error handler. - [`32617ce`](https://github.com/ratpack/ratpack/commit/32617ce7fce68a0f8571eae6820351233292102f) Use zip64 for the site JAR - [`06be2e8`](https://github.com/ratpack/ratpack/commit/06be2e8fc8bce8c2751527ddd6023afb0362bfd4) Use zip64 for the site JAR - [`000b33c`](https://github.com/ratpack/ratpack/commit/000b33c559ecfb4b9c2517093b7455787c043098) Use zip64 for the site JAR - [`04800b2`](https://github.com/ratpack/ratpack/commit/04800b2900b8bb6e1a37ebcfa66ee3f40e888ada) Begin version 1.7.6 - See full diff in [compare view](https://github.com/ratpack/ratpack/compare/v1.7.5...v1.7.6) </details> <br /> Updates `ratpack-test` from 1.7.5 to 1.7.6 <details> <summary>Release notes</summary> *Sourced from [ratpack-test's releases](https://github.com/ratpack/ratpack/releases).* > ## v1.7.6 > This release includes a fix for a security vulnerability. This upgrade is recommended for all Ratpack users. > > Versions of Ratpack 0.9.10 through and including 1.7.5 are vulnerable to [CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')](https://cwe.mitre.org/data/definitions/79.html) (aka. XSS), > in the development error handler. An attacker can utilize this to perform XSS when an exception message contains untrusted data. > > This vulnerability only exists in the handler that renders an internal server error as a readable HTML page which is activates when Ratpack is running in _development_ mode. This mode is only activate by user request (i.e. setting `development(true)` in the `ServerConfig`, setting `RATPACK_DEVELOPMENT=true` in the environment), or when Ratpack detects it is running in an IDE (i.e. IntelliJ), being run by the Groovy shell, or attached to a debugger. By default, Ratpack sets `development(false)` when packaged as a Jar. > > Users should verify that they are not running Ratpack with development mode activated in production environments. > > We would like to thank [Jonathan Leitschuh](https://github.com/JLLeitschuh) for reporting this vulnerability. > > Please see the [security advisory for this issue](https://github.com/ratpack/ratpack/security/advisories/GHSA-r2wf-q3x4-hrv9) for more information. </details> <details> <summary>Commits</summary> - [`ab1e96d`](https://github.com/ratpack/ratpack/commit/ab1e96d83c9c24c4358f4442f34ed5a83a167ea2) Version 1.7.6 - [`3cd6c38`](https://github.com/ratpack/ratpack/commit/3cd6c388d6da2dade8b85d1c463a4de51046b4b1) Fix the jruby/compass issues with the shutdown of torquebox. - [`00ca7f2`](https://github.com/ratpack/ratpack/commit/00ca7f275bb0f73ac88a1029d81b7a770069f4cf) chore: fix formatting in spec - [`c1d4357`](https://github.com/ratpack/ratpack/commit/c1d4357bbc4bceb24abb156fbb471257a0177eb6) Escape user input rendered to the response in the development error handler. - [`32617ce`](https://github.com/ratpack/ratpack/commit/32617ce7fce68a0f8571eae6820351233292102f) Use zip64 for the site JAR - [`06be2e8`](https://github.com/ratpack/ratpack/commit/06be2e8fc8bce8c2751527ddd6023afb0362bfd4) Use zip64 for the site JAR - [`000b33c`](https://github.com/ratpack/ratpack/commit/000b33c559ecfb4b9c2517093b7455787c043098) Use zip64 for the site JAR - [`04800b2`](https://github.com/ratpack/ratpack/commit/04800b2900b8bb6e1a37ebcfa66ee3f40e888ada) Begin version 1.7.6 - See full diff in [compare view](https://github.com/ratpack/ratpack/compare/v1.7.5...v1.7.6) </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dbelob/helloworld-web/network/alerts). </details>{'url': 'https://api.github.com/repos/dbelob/helloworld-web/pulls/4', 'html_url': 'https://github.com/dbelob/helloworld-web/pull/4', 'diff_url': 'https://github.com/dbelob/helloworld-web/pull/4.diff', 'patch_url': 'https://github.com/dbelob/helloworld-web/pull/4.patch'}
1614https://api.github.com/repos/dbelob/helloworld-web/issues/3https://api.github.com/repos/dbelob/helloworld-webhttps://api.github.com/repos/dbelob/helloworld-web/issues/3/labels{/name}https://api.github.com/repos/dbelob/helloworld-web/issues/3/commentshttps://api.github.com/repos/dbelob/helloworld-web/issues/3/eventshttps://github.com/dbelob/helloworld-web/pull/3546988679MDExOlB1bGxSZXF1ZXN0MzYwNTYwNTE23Bump hibernate-validator from 6.0.16.Final to 6.1.0.Final{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars0.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', 'site_admin': False}[{'id': 1645314570, 'node_id': 'MDU6TGFiZWwxNjQ1MzE0NTcw', 'url': 'https://api.github.com/repos/dbelob/helloworld-web/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}, {'id': 1673800915, 'node_id': 'MDU6TGFiZWwxNjczODAwOTE1', 'url': 'https://api.github.com/repos/dbelob/helloworld-web/labels/java', 'name': 'java', 'color': 'ffa221', 'default': False, 'description': 'Pull requests that update Java code'}]closedFalse[]02020-01-08T17:06:07Z2020-01-27T10:50:46Z2020-01-27T10:33:42ZCONTRIBUTORBumps [hibernate-validator](https://github.com/hibernate/hibernate-validator) from 6.0.16.Final to 6.1.0.Final. <details> <summary>Changelog</summary> *Sourced from [hibernate-validator's changelog](https://github.com/hibernate/hibernate-validator/blob/master/changelog.txt).* > 6.1.0.Final (25-10-2019) > ------------------------- > > ** Bug > * HV-1730 - engine - JavaBeanExecutable fails to initialize for enum type > * HV-1715 - engine - Validation can sometimes proceed to the next group in sequence even after one of the constraints generated a violation > > ** Improvement > * HV-1729 - performance - Skip allocation of an action for each need to access the context classloader > > ** Task > * HV-1743 - build - Upgrade maven-compiler-plugin to 3.8.1 > * HV-1742 - build - Upgrade to WildFly 18.0.0.Final > * HV-1741 - build - Upgrade ByteBuddy test dependency to 1.10.2 > * HV-1740 - engine - Deprecate [@&#8203;SafeHtml](https://github.com/SafeHtml) > * HV-1739 - engine - CVE-2019-10219 Security issue with [@&#8203;SafeHtml](https://github.com/SafeHtml) > * HV-1738 - build - Update Jackson test dependency to 2.9.10 > * HV-1733 - tests - Fix locale settings of PredefinedScopeValidatorFactoryTest > * HV-1732 - build - Change tarLongFileMode to posix for assembly building > * HV-1731 - tck-runner - Move TCK signature check to tck-runner module > * HV-1728 - build - Upgrade to WildFly 17.0.1.Final > * HV-1727 - build - Update Jackson Databind test dependency to 2.9.9.2 > * HV-1725 - build - Switch to using Jakarta EE artifacts > * HV-1724 - build - Update to OpenJFX 11.0.2 > * HV-1680 - engine - Avoid reflection by using instrumentation - build the enhancer > > 6.1.0.Alpha6 (19-07-2019) > ------------------------- > > ** Bug > * HV-1722 - engine - Remove settings-example.xml reference from .travis.yml > * HV-1721 - engine - Take into account Hibernate Validator-specific configuration with PredefinedScopeValidatorFactoryImpl > * HV-1720 - engine - Support bounded wildcard types in container value unwrapping > > ** New Feature > * HV-1723 - validators - Provide a DigitsValidatorForMonetaryAmount to support [@&#8203;Digits](https://github.com/Digits) on MonetaryAmounts > > ** Task > * HV-1726 - engine - Make PredefinedScopeHibernateValidatorFactory extend HibernateValidatorFactory > > 6.1.0.Alpha5 (13-06-2019) > ------------------------- > > ** Bug > * HV-1713 - engine - Missing violation when a bean is validated with different groups > * HV-1709 - validators - Polish Identification numbers are not considering length of the value > * HV-1706 - validators - ISBN-13 algorithm does not handle checksum 10 > > ** Improvement > * HV-1719 - engine - Accept setting per-validator TraversableResolver with PredefinedScopeValidatorFactoryImpl ></tr></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`713964a`](https://github.com/hibernate/hibernate-validator/commit/713964afeb36a3852a5d7a97f7303fa9d56457a4) [Jenkins release job] Preparing release 6.1.0.Final - [`7ff5803`](https://github.com/hibernate/hibernate-validator/commit/7ff5803b2cb8ab4d426ef569b2c41ddca859f253) [Jenkins release job] changelog.txt updated by release build 6.1.0.Final - [`77c9ca3`](https://github.com/hibernate/hibernate-validator/commit/77c9ca3a1d7e8d2c774827f83afa9225acbde76d) [Jenkins release job] README.md updated by release build 6.1.0.Final - [`4194b02`](https://github.com/hibernate/hibernate-validator/commit/4194b025e062f2fc03af1bcd0fa63e8ac67e84c1) HV-1740 Deprecate [@&#8203;SafeHtml](https://github.com/SafeHtml) for planned future removal - [`124b7dd`](https://github.com/hibernate/hibernate-validator/commit/124b7dd6d9a4ad24d4d49f74701f05a13e56ceee) HV-1739 Fix CVE-2019-10219 Security issue with [@&#8203;SafeHtml](https://github.com/SafeHtml) - [`2687d33`](https://github.com/hibernate/hibernate-validator/commit/2687d3353990b869d7aaeddcdcba17ec5daf158d) HV-1743 Upgrade maven-compiler-plugin to 3.8.1 - [`8b92994`](https://github.com/hibernate/hibernate-validator/commit/8b92994c55308f45d7e9e9bafec020668edac2f1) HV-1742 Upgrade to WildFly 18.0.0.Final - [`ce6c698`](https://github.com/hibernate/hibernate-validator/commit/ce6c698d886b7118900a3d8406927a36239426a9) HV-1741 Upgrade ByteBuddy test dependency to 1.10.2 - [`b115bb6`](https://github.com/hibernate/hibernate-validator/commit/b115bb6d6b581beca9535dda49cba078c66472b0) HV-1725 Fix a few remaining things in the README.md - [`fdfa7ce`](https://github.com/hibernate/hibernate-validator/commit/fdfa7cef6c315f5c3c7318a352f7c47c9f11f713) HV-1725 Explicitly ban javax dependencies - Additional commits viewable in [compare view](https://github.com/hibernate/hibernate-validator/compare/6.0.16.Final...6.1.0.Final) </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.hibernate.validator:hibernate-validator&package-manager=maven&previous-version=6.0.16.Final&new-version=6.1.0.Final)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dbelob/helloworld-web/network/alerts). </details>{'url': 'https://api.github.com/repos/dbelob/helloworld-web/pulls/3', 'html_url': 'https://github.com/dbelob/helloworld-web/pull/3', 'diff_url': 'https://github.com/dbelob/helloworld-web/pull/3.diff', 'patch_url': 'https://github.com/dbelob/helloworld-web/pull/3.patch'}
1715https://api.github.com/repos/dbelob/helloworld-web/issues/2https://api.github.com/repos/dbelob/helloworld-webhttps://api.github.com/repos/dbelob/helloworld-web/issues/2/labels{/name}https://api.github.com/repos/dbelob/helloworld-web/issues/2/commentshttps://api.github.com/repos/dbelob/helloworld-web/issues/2/eventshttps://github.com/dbelob/helloworld-web/pull/2522001699MDExOlB1bGxSZXF1ZXN0MzQwMjc1MTk22Bump jackson-databind from 2.9.10 to 2.9.10.1 in /helloworld-web-microprofile-hammock{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars0.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', 'site_admin': False}[{'id': 1645314570, 'node_id': 'MDU6TGFiZWwxNjQ1MzE0NTcw', 'url': 'https://api.github.com/repos/dbelob/helloworld-web/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}, {'id': 1673800915, 'node_id': 'MDU6TGFiZWwxNjczODAwOTE1', 'url': 'https://api.github.com/repos/dbelob/helloworld-web/labels/java', 'name': 'java', 'color': 'ffa221', 'default': False, 'description': 'Pull requests that update Java code'}]closedFalse[]02019-11-13T07:03:36Z2019-11-13T13:06:27Z2019-11-13T13:06:24ZCONTRIBUTORBumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10 to 2.9.10.1. <details> <summary>Commits</summary> - See full diff in [compare view](https://github.com/FasterXML/jackson/commits) </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.9.10&new-version=2.9.10.1)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dbelob/helloworld-web/network/alerts). </details>{'url': 'https://api.github.com/repos/dbelob/helloworld-web/pulls/2', 'html_url': 'https://github.com/dbelob/helloworld-web/pull/2', 'diff_url': 'https://github.com/dbelob/helloworld-web/pull/2.diff', 'patch_url': 'https://github.com/dbelob/helloworld-web/pull/2.patch'}
1816https://api.github.com/repos/dbelob/helloworld-web/issues/1https://api.github.com/repos/dbelob/helloworld-webhttps://api.github.com/repos/dbelob/helloworld-web/issues/1/labels{/name}https://api.github.com/repos/dbelob/helloworld-web/issues/1/commentshttps://api.github.com/repos/dbelob/helloworld-web/issues/1/eventshttps://github.com/dbelob/helloworld-web/pull/1514001489MDExOlB1bGxSZXF1ZXN0MzMzNjg2MjIw1Bump swagger-ui from 2.2.10 to 3.23.11 in /helloworld-web-jhipster{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars0.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', 'site_admin': False}[{'id': 1645314570, 'node_id': 'MDU6TGFiZWwxNjQ1MzE0NTcw', 'url': 'https://api.github.com/repos/dbelob/helloworld-web/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]closedFalse[]02019-10-29T15:20:47Z2020-01-27T10:42:48Z2019-11-05T10:56:23ZCONTRIBUTORBumps [swagger-ui](https://github.com/swagger-api/swagger-ui) from 2.2.10 to 3.23.11. <details> <summary>Release notes</summary> *Sourced from [swagger-ui's releases](https://github.com/swagger-api/swagger-ui/releases).* > ## Swagger UI 3.23.11 Released! > ⚠️ **This release contains a security fix that addresses a CSS-based input field value exfiltration vulnerability.** If you use Swagger UI to display untrusted OpenAPI documents, you should upgrade to this version ASAP. > > ### Changelog > > * fix: mitigate "sequential `@import` chaining" vulnerability (via [#5616](https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/5616)) > > ## Swagger UI 3.23.10 Released! > This release fixes two bugs: one visual issue within static documentation, and another within runtime validation for Array-typed parameters. > > ### Changelog > > * fix: `<Select disabled>` for `type: string` + `enum` schemas ([#5601](https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/5601)) > * fix: accept string-represented values in required array runtime validation ([#5609](https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/5609)) > > ## Swagger UI 3.23.9 Released! > This release changes the default value for the `validatorUrl` configuration option from `https://online.swagger.io/validator` to `https://validator.swagger.io/validator`. > > ## Swagger UI 3.23.8 Released! > This release fixes an issue with Swagger 2.0 required body parameter runtime validation ([#5583](https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/5583)) that was introduced in v3.23.7. > > ## Swagger UI 3.23.7 Released! > This release includes new support for display and Try-It-Out functionality of OAS 3.0 `Parameter.content` values. > > ### Changelog > > * feature: support for `Parameter.content` ([#5571](https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/5571)) > * housekeeping(dev-deps): babel-plugin-transform-react-remove-prop-types@0.4.24 > * 43db164a 2019-08-27 | docs: clarify that preauthorizeApiKey works for OAS3 Bearer auth too ([#5566](https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/5566)) > > ## Swagger UI 3.23.6 Released! > This release fixes a React warning originating in Swagger UI and a CSS class name collision with Bootstrap 4.0. > > It also includes several in-range updates to minimum dependency versions. > > #### Changelog > * fix: React warning related to "true" used as boolean (via [#5497](https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/5497)) > * fix: remove `.col` class that causes collision with Bootstrap (via [#5541](https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/5541)) > > ## Swagger UI 3.23.5 Released! > This release includes a fix to our Markdown parsing implementation that should resolve display issues with certain Markdown strings. > > ### Changelog > > * fix: remove problematic Markdown optimization (via [#5520](https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/5520)) > > ## Swagger UI 3.23.4 Released! > ### Changelog > > * housekeeping: `@kyleshockey/js-yaml` -> `js-yaml` (via [#5511](https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/5511)) ></tr></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`77f4651`](https://github.com/swagger-api/swagger-ui/commit/77f4651cbf5b3767f0d79c91fd337de82b6ddee6) release: v3.23.11 - [`5f6ec8c`](https://github.com/swagger-api/swagger-ui/commit/5f6ec8ce1d0e06ad20a243e1b79a6e68373ce8f5) fix: mitigate "sequential [@&#8203;import](https://github.com/import) chaining" vulnerability ([#5616](https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/5616)) - [`c8ad396`](https://github.com/swagger-api/swagger-ui/commit/c8ad396301ca55075234009e8384ca968b950aab) release: v3.23.10 - [`00c8e96`](https://github.com/swagger-api/swagger-ui/commit/00c8e964e719790a2df0e0fd90963cd5c828a018) fix: accept string-represented values in required array runtime validation (#... - [`85f2bf3`](https://github.com/swagger-api/swagger-ui/commit/85f2bf36889a82dea618a675470802054d45df58) fix: \<Select disabled> for `type: string` + `enum` schemas ([#5601](https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/5601)) - [`f523ec4`](https://github.com/swagger-api/swagger-ui/commit/f523ec40f04a2f5519fe72a51bc138e968fd78ff) housekeeping: reorganize and rewire Mocha tests ([#5600](https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/5600)) - [`c3890c2`](https://github.com/swagger-api/swagger-ui/commit/c3890c210c4cab6073d1b8bb62c32ed69da6c464) release: v3.23.9 - [`94c86d3`](https://github.com/swagger-api/swagger-ui/commit/94c86d3d50c035813f06204881a3b2052bc80dcd) improvement: `online.swagger.io` -> `validator.swagger.io` ([#5599](https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/5599)) - [`7cae0d2`](https://github.com/swagger-api/swagger-ui/commit/7cae0d2bdf079fe2f5514f58920eb9e3c1260d14) release: v3.23.8 - [`4ebbc04`](https://github.com/swagger-api/swagger-ui/commit/4ebbc042aeec9a7db2edcee1d742e734fe4ddeb6) fix: 2.0 object parameter validation ([#5583](https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/5583)) - Additional commits viewable in [compare view](https://github.com/swagger-api/swagger-ui/compare/v2.2.10...v3.23.11) </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=swagger-ui&package-manager=npm_and_yarn&previous-version=2.2.10&new-version=3.23.11)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dbelob/helloworld-web/network/alerts). </details>{'url': 'https://api.github.com/repos/dbelob/helloworld-web/pulls/1', 'html_url': 'https://github.com/dbelob/helloworld-web/pull/1', 'diff_url': 'https://github.com/dbelob/helloworld-web/pull/1.diff', 'patch_url': 'https://github.com/dbelob/helloworld-web/pull/1.patch'}
1917https://api.github.com/repos/apache/tapestry4/issues/8https://api.github.com/repos/apache/tapestry4https://api.github.com/repos/apache/tapestry4/issues/8/labels{/name}https://api.github.com/repos/apache/tapestry4/issues/8/commentshttps://api.github.com/repos/apache/tapestry4/issues/8/eventshttps://github.com/apache/tapestry4/pull/8509067922MDExOlB1bGxSZXF1ZXN0MzI5NzI4MzEy8Bump commons-fileupload from 1.2.1 to 1.3.3{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars0.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', 'site_admin': False}[{'id': 1624404126, 'node_id': 'MDU6TGFiZWwxNjI0NDA0MTI2', 'url': 'https://api.github.com/repos/apache/tapestry4/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]openFalse[]02019-10-18T13:05:49Z2019-10-18T13:05:50ZNONEBumps commons-fileupload from 1.2.1 to 1.3.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-fileupload:commons-fileupload&package-manager=maven&previous-version=1.2.1&new-version=1.3.3)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/tapestry4/network/alerts). </details>{'url': 'https://api.github.com/repos/apache/tapestry4/pulls/8', 'html_url': 'https://github.com/apache/tapestry4/pull/8', 'diff_url': 'https://github.com/apache/tapestry4/pull/8.diff', 'patch_url': 'https://github.com/apache/tapestry4/pull/8.patch'}
2018https://api.github.com/repos/apache/tapestry4/issues/8https://api.github.com/repos/apache/tapestry4https://api.github.com/repos/apache/tapestry4/issues/8/labels{/name}https://api.github.com/repos/apache/tapestry4/issues/8/commentshttps://api.github.com/repos/apache/tapestry4/issues/8/eventshttps://github.com/apache/tapestry4/pull/8509067922MDExOlB1bGxSZXF1ZXN0MzI5NzI4MzEy8Bump commons-fileupload from 1.2.1 to 1.3.3{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars0.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', 'site_admin': False}[{'id': 1624404126, 'node_id': 'MDU6TGFiZWwxNjI0NDA0MTI2', 'url': 'https://api.github.com/repos/apache/tapestry4/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]openFalse[]02019-10-18T13:05:49Z2019-10-18T13:05:50ZNONEBumps commons-fileupload from 1.2.1 to 1.3.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-fileupload:commons-fileupload&package-manager=maven&previous-version=1.2.1&new-version=1.3.3)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/tapestry4/network/alerts). </details>{'url': 'https://api.github.com/repos/apache/tapestry4/pulls/8', 'html_url': 'https://github.com/apache/tapestry4/pull/8', 'diff_url': 'https://github.com/apache/tapestry4/pull/8.diff', 'patch_url': 'https://github.com/apache/tapestry4/pull/8.patch'}
2119https://api.github.com/repos/apache/tapestry3/issues/2https://api.github.com/repos/apache/tapestry3https://api.github.com/repos/apache/tapestry3/issues/2/labels{/name}https://api.github.com/repos/apache/tapestry3/issues/2/commentshttps://api.github.com/repos/apache/tapestry3/issues/2/eventshttps://github.com/apache/tapestry3/pull/2562888177MDExOlB1bGxSZXF1ZXN0MzczNDAzMzc12[SECURITY] Use HTTPS to resolve dependencies in Maven Build{'login': 'JLLeitschuh', 'id': 1323708, 'node_id': 'MDQ6VXNlcjEzMjM3MDg=', 'avatar_url': 'https://avatars2.githubusercontent.com/u/1323708?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/JLLeitschuh', 'html_url': 'https://github.com/JLLeitschuh', 'followers_url': 'https://api.github.com/users/JLLeitschuh/followers', 'following_url': 'https://api.github.com/users/JLLeitschuh/following{/other_user}', 'gists_url': 'https://api.github.com/users/JLLeitschuh/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/JLLeitschuh/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/JLLeitschuh/subscriptions', 'organizations_url': 'https://api.github.com/users/JLLeitschuh/orgs', 'repos_url': 'https://api.github.com/users/JLLeitschuh/repos', 'events_url': 'https://api.github.com/users/JLLeitschuh/events{/privacy}', 'received_events_url': 'https://api.github.com/users/JLLeitschuh/received_events', 'type': 'User', 'site_admin': False}[]openFalse[]02020-02-10T23:21:19Z2020-02-10T23:21:19ZNONE[![mitm_build](https://user-images.githubusercontent.com/1323708/59226671-90645200-8ba1-11e9-8ab3-39292bef99e9.jpeg)](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Update: Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/bugbountywriteup/update-want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-d069d253fe23?source=friends_link&sk=8c8e52a7d57b98d0b7e541665688b454) --- This is a security fix for a vulnerability in your [Apache Maven](https://maven.apache.org/) `pom.xml` file(s). The build files indicate that this project is resolving dependencies over HTTP instead of HTTPS. This leaves your build vulnerable to allowing a [Man in the Middle](https://en.wikipedia.org/wiki/Man-in-the-middle_attack) (MITM) attackers to execute arbitrary code on your or your computer or CI/CD system. This vulnerability has a CVSS v3.0 Base Score of [8.1/10](https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?vector=AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H). [POC code](https://max.computer/blog/how-to-take-over-the-computer-of-any-java-or-clojure-or-scala-developer/) has existed since 2014 to maliciously compromise a JAR file in-flight. MITM attacks against HTTP are [increasingly common](https://security.stackexchange.com/a/12050), for example [Comcast is known to have done it to their own users](https://thenextweb.com/insights/2017/12/11/comcast-continues-to-inject-its-own-code-into-websites-you-visit/#). This contribution is a part of a submission to the [GitHub Security Lab](https://securitylab.github.com/) Bug Bounty program. ## Detecting this and Future Vulnerabilities This vulnerability was automatically detected by [LGTM.com](https://lgtm.com) using this [CodeQL Query](https://lgtm.com/rules/1511115648721/). As of September 2019 LGTM.com and Semmle are [officially a part of GitHub](https://github.blog/2019-09-18-github-welcomes-semmle/). You can automatically detect future vulnerabilities like this by enabling the free (for open-source) [LGTM App](https://github.com/marketplace/lgtm). I'm not an employee of GitHub nor of Semmle, I'm simply a user of [LGTM.com](https://lgtm.com) and an open-source security researcher. ## Source Yes, this contribution was automatically generated, however, the code to generate this PR was lovingly hand crafted to bring this security fix to your repository. The source code that generated and submitted this PR can be found here: [JLLeitschuh/bulk-security-pr-generator](https://github.com/JLLeitschuh/bulk-security-pr-generator) ## Opting-Out If you'd like to opt-out of future automated security vulnerability fixes like this, please consider adding a file called `.github/GH-ROBOTS.txt` to your repository with the line: ``` User-agent: JLLeitschuh/bulk-security-pr-generator Disallow: * ``` This bot will respect the [ROBOTS.txt](https://moz.com/learn/seo/robotstxt) format for future contributions. Alternatively, if this project is no longer actively maintained, consider [archiving](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-archiving-repositories) the repository. ## CLA Requirements _This section is only relevant if your project requires contributors to sign a Contributor License Agreement (CLA) for external contributions._ It is unlikely that I'll be able to directly sign CLAs. However, all contributed commits are already automatically signed-off. > The meaning of a signoff depends on the project, but it typically certifies that committer has the rights to submit this work under the same license and agrees to a Developer Certificate of Origin > (see [https://developercertificate.org/](https://developercertificate.org/) for more information). > > \- [Git Commit Signoff documentation](https://developercertificate.org/) If signing your organization's CLA is a strict-requirement for merging this contribution, please feel free to close this PR. ## Tracking All PR's generated as part of this fix are tracked here: https://github.com/JLLeitschuh/bulk-security-pr-generator/issues/2{'url': 'https://api.github.com/repos/apache/tapestry3/pulls/2', 'html_url': 'https://github.com/apache/tapestry3/pull/2', 'diff_url': 'https://github.com/apache/tapestry3/pull/2.diff', 'patch_url': 'https://github.com/apache/tapestry3/pull/2.patch'}
2220https://api.github.com/repos/apache/tapestry3/issues/1https://api.github.com/repos/apache/tapestry3https://api.github.com/repos/apache/tapestry3/issues/1/labels{/name}https://api.github.com/repos/apache/tapestry3/issues/1/commentshttps://api.github.com/repos/apache/tapestry3/issues/1/eventshttps://github.com/apache/tapestry3/pull/1509066998MDExOlB1bGxSZXF1ZXN0MzI5NzI3NjA41Bump commons-fileupload from 1.2.1 to 1.3.3{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars0.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', 'site_admin': False}[{'id': 1624401183, 'node_id': 'MDU6TGFiZWwxNjI0NDAxMTgz', 'url': 'https://api.github.com/repos/apache/tapestry3/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]openFalse[]02019-10-18T13:04:10Z2019-10-18T13:04:11ZNONEBumps commons-fileupload from 1.2.1 to 1.3.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-fileupload:commons-fileupload&package-manager=maven&previous-version=1.2.1&new-version=1.3.3)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/tapestry3/network/alerts). </details>{'url': 'https://api.github.com/repos/apache/tapestry3/pulls/1', 'html_url': 'https://github.com/apache/tapestry3/pull/1', 'diff_url': 'https://github.com/apache/tapestry3/pull/1.diff', 'patch_url': 'https://github.com/apache/tapestry3/pull/1.patch'}
2321https://api.github.com/repos/apache/tapestry3/issues/2https://api.github.com/repos/apache/tapestry3https://api.github.com/repos/apache/tapestry3/issues/2/labels{/name}https://api.github.com/repos/apache/tapestry3/issues/2/commentshttps://api.github.com/repos/apache/tapestry3/issues/2/eventshttps://github.com/apache/tapestry3/pull/2562888177MDExOlB1bGxSZXF1ZXN0MzczNDAzMzc12[SECURITY] Use HTTPS to resolve dependencies in Maven Build{'login': 'JLLeitschuh', 'id': 1323708, 'node_id': 'MDQ6VXNlcjEzMjM3MDg=', 'avatar_url': 'https://avatars2.githubusercontent.com/u/1323708?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/JLLeitschuh', 'html_url': 'https://github.com/JLLeitschuh', 'followers_url': 'https://api.github.com/users/JLLeitschuh/followers', 'following_url': 'https://api.github.com/users/JLLeitschuh/following{/other_user}', 'gists_url': 'https://api.github.com/users/JLLeitschuh/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/JLLeitschuh/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/JLLeitschuh/subscriptions', 'organizations_url': 'https://api.github.com/users/JLLeitschuh/orgs', 'repos_url': 'https://api.github.com/users/JLLeitschuh/repos', 'events_url': 'https://api.github.com/users/JLLeitschuh/events{/privacy}', 'received_events_url': 'https://api.github.com/users/JLLeitschuh/received_events', 'type': 'User', 'site_admin': False}[]openFalse[]02020-02-10T23:21:19Z2020-02-10T23:21:19ZNONE[![mitm_build](https://user-images.githubusercontent.com/1323708/59226671-90645200-8ba1-11e9-8ab3-39292bef99e9.jpeg)](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Update: Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/bugbountywriteup/update-want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-d069d253fe23?source=friends_link&sk=8c8e52a7d57b98d0b7e541665688b454) --- This is a security fix for a vulnerability in your [Apache Maven](https://maven.apache.org/) `pom.xml` file(s). The build files indicate that this project is resolving dependencies over HTTP instead of HTTPS. This leaves your build vulnerable to allowing a [Man in the Middle](https://en.wikipedia.org/wiki/Man-in-the-middle_attack) (MITM) attackers to execute arbitrary code on your or your computer or CI/CD system. This vulnerability has a CVSS v3.0 Base Score of [8.1/10](https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?vector=AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H). [POC code](https://max.computer/blog/how-to-take-over-the-computer-of-any-java-or-clojure-or-scala-developer/) has existed since 2014 to maliciously compromise a JAR file in-flight. MITM attacks against HTTP are [increasingly common](https://security.stackexchange.com/a/12050), for example [Comcast is known to have done it to their own users](https://thenextweb.com/insights/2017/12/11/comcast-continues-to-inject-its-own-code-into-websites-you-visit/#). This contribution is a part of a submission to the [GitHub Security Lab](https://securitylab.github.com/) Bug Bounty program. ## Detecting this and Future Vulnerabilities This vulnerability was automatically detected by [LGTM.com](https://lgtm.com) using this [CodeQL Query](https://lgtm.com/rules/1511115648721/). As of September 2019 LGTM.com and Semmle are [officially a part of GitHub](https://github.blog/2019-09-18-github-welcomes-semmle/). You can automatically detect future vulnerabilities like this by enabling the free (for open-source) [LGTM App](https://github.com/marketplace/lgtm). I'm not an employee of GitHub nor of Semmle, I'm simply a user of [LGTM.com](https://lgtm.com) and an open-source security researcher. ## Source Yes, this contribution was automatically generated, however, the code to generate this PR was lovingly hand crafted to bring this security fix to your repository. The source code that generated and submitted this PR can be found here: [JLLeitschuh/bulk-security-pr-generator](https://github.com/JLLeitschuh/bulk-security-pr-generator) ## Opting-Out If you'd like to opt-out of future automated security vulnerability fixes like this, please consider adding a file called `.github/GH-ROBOTS.txt` to your repository with the line: ``` User-agent: JLLeitschuh/bulk-security-pr-generator Disallow: * ``` This bot will respect the [ROBOTS.txt](https://moz.com/learn/seo/robotstxt) format for future contributions. Alternatively, if this project is no longer actively maintained, consider [archiving](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-archiving-repositories) the repository. ## CLA Requirements _This section is only relevant if your project requires contributors to sign a Contributor License Agreement (CLA) for external contributions._ It is unlikely that I'll be able to directly sign CLAs. However, all contributed commits are already automatically signed-off. > The meaning of a signoff depends on the project, but it typically certifies that committer has the rights to submit this work under the same license and agrees to a Developer Certificate of Origin > (see [https://developercertificate.org/](https://developercertificate.org/) for more information). > > \- [Git Commit Signoff documentation](https://developercertificate.org/) If signing your organization's CLA is a strict-requirement for merging this contribution, please feel free to close this PR. ## Tracking All PR's generated as part of this fix are tracked here: https://github.com/JLLeitschuh/bulk-security-pr-generator/issues/2{'url': 'https://api.github.com/repos/apache/tapestry3/pulls/2', 'html_url': 'https://github.com/apache/tapestry3/pull/2', 'diff_url': 'https://github.com/apache/tapestry3/pull/2.diff', 'patch_url': 'https://github.com/apache/tapestry3/pull/2.patch'}
2422https://api.github.com/repos/apache/tapestry3/issues/1https://api.github.com/repos/apache/tapestry3https://api.github.com/repos/apache/tapestry3/issues/1/labels{/name}https://api.github.com/repos/apache/tapestry3/issues/1/commentshttps://api.github.com/repos/apache/tapestry3/issues/1/eventshttps://github.com/apache/tapestry3/pull/1509066998MDExOlB1bGxSZXF1ZXN0MzI5NzI3NjA41Bump commons-fileupload from 1.2.1 to 1.3.3{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars0.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', 'site_admin': False}[{'id': 1624401183, 'node_id': 'MDU6TGFiZWwxNjI0NDAxMTgz', 'url': 'https://api.github.com/repos/apache/tapestry3/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]openFalse[]02019-10-18T13:04:10Z2019-10-18T13:04:11ZNONEBumps commons-fileupload from 1.2.1 to 1.3.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-fileupload:commons-fileupload&package-manager=maven&previous-version=1.2.1&new-version=1.3.3)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/tapestry3/network/alerts). </details>{'url': 'https://api.github.com/repos/apache/tapestry3/pulls/1', 'html_url': 'https://github.com/apache/tapestry3/pull/1', 'diff_url': 'https://github.com/apache/tapestry3/pull/1.diff', 'patch_url': 'https://github.com/apache/tapestry3/pull/1.patch'}
2523https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/136https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/136/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/136/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/136/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/136692515842MDExOlB1bGxSZXF1ZXN0NDc5MTA4Mzg3136Bump @hapi/hapi from 18.4.0 to 19.1.1{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars0.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', 'site_admin': False}[{'id': 1380495221, 'node_id': 'MDU6TGFiZWwxMzgwNDk1MjIx', 'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]openFalse[]02020-09-03T23:41:38Z2020-09-03T23:41:39ZNONEBumps [@hapi/hapi](https://github.com/hapijs/hapi) from 18.4.0 to 19.1.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hapijs/hapi/commit/8f1cd89483c655f44ea020269bccd13a8e162ef0"><code>8f1cd89</code></a> 19.1.1</li> <li><a href="https://github.com/hapijs/hapi/commit/85d7801cc8bc38c5ad30b5e29ed36e328617fb28"><code>85d7801</code></a> Allow global multipart. Closes <a href="https://github-redirect.dependabot.com/hapijs/hapi/issues/4027">#4027</a></li> <li><a href="https://github.com/hapijs/hapi/commit/865672508cc44e3e411b1b0a57b9317732d240d7"><code>8656725</code></a> Update deps. Closes <a href="https://github-redirect.dependabot.com/hapijs/hapi/issues/4043">#4043</a></li> <li><a href="https://github.com/hapijs/hapi/commit/b6f8cecc53ccf026c9ae42ec203c023276a15bae"><code>b6f8cec</code></a> merge</li> <li><a href="https://github.com/hapijs/hapi/commit/9582b7f27f63856552fdcd7a480ebc2bbd308272"><code>9582b7f</code></a> 19.1.0</li> <li><a href="https://github.com/hapijs/hapi/commit/c3cc6a11598d59f9fa54a204a9322bd5a0f8398f"><code>c3cc6a1</code></a> Add server.options.info.remote. Closes <a href="https://github-redirect.dependabot.com/hapijs/hapi/issues/4034">#4034</a></li> <li><a href="https://github.com/hapijs/hapi/commit/d4a680ba9c32e798dc6ed554db8d7193245012c7"><code>d4a680b</code></a> 19.0.5</li> <li><a href="https://github.com/hapijs/hapi/commit/fcdf34d740b7f97b46f64e8d1196180c850b8ee1"><code>fcdf34d</code></a> Update deps. Closes <a href="https://github-redirect.dependabot.com/hapijs/hapi/issues/4026">#4026</a></li> <li><a href="https://github.com/hapijs/hapi/commit/b460a6d86388c880d7344778cc6cdea3a137e666"><code>b460a6d</code></a> 19.0.4</li> <li><a href="https://github.com/hapijs/hapi/commit/e934fefb5cef18e85fd7cd017bcb6f3375c8c5e3"><code>e934fef</code></a> Revert <a href="https://github-redirect.dependabot.com/hapijs/hapi/issues/4021">#4021</a></li> <li>Additional commits viewable in <a href="https://github.com/hapijs/hapi/compare/v18.4.0...v19.1.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~hueniverse">hueniverse</a>, a new releaser for @hapi/hapi since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@hapi/hapi&package-manager=npm_and_yarn&previous-version=18.4.0&new-version=19.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/shortlist-digital/tapestry-lite/network/alerts). </details>{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/136', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/136', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/136.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/136.patch'}
2624https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/135https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/135/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/135/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/135/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/135684512864MDExOlB1bGxSZXF1ZXN0NDcyMzg3MjEz135Release v7.2.0{'login': 'tomreeves', 'id': 12796848, 'node_id': 'MDQ6VXNlcjEyNzk2ODQ4', 'avatar_url': 'https://avatars3.githubusercontent.com/u/12796848?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tomreeves', 'html_url': 'https://github.com/tomreeves', 'followers_url': 'https://api.github.com/users/tomreeves/followers', 'following_url': 'https://api.github.com/users/tomreeves/following{/other_user}', 'gists_url': 'https://api.github.com/users/tomreeves/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/tomreeves/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/tomreeves/subscriptions', 'organizations_url': 'https://api.github.com/users/tomreeves/orgs', 'repos_url': 'https://api.github.com/users/tomreeves/repos', 'events_url': 'https://api.github.com/users/tomreeves/events{/privacy}', 'received_events_url': 'https://api.github.com/users/tomreeves/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-08-24T09:23:18Z2020-08-24T10:53:14Z2020-08-24T10:53:11ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/135', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/135', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/135.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/135.patch'}
2725https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/134https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/134/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/134/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/134/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/134683603483MDExOlB1bGxSZXF1ZXN0NDcxNjY4OTA5134BEV-958 - Bump node V{'login': 'tomreeves', 'id': 12796848, 'node_id': 'MDQ6VXNlcjEyNzk2ODQ4', 'avatar_url': 'https://avatars3.githubusercontent.com/u/12796848?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tomreeves', 'html_url': 'https://github.com/tomreeves', 'followers_url': 'https://api.github.com/users/tomreeves/followers', 'following_url': 'https://api.github.com/users/tomreeves/following{/other_user}', 'gists_url': 'https://api.github.com/users/tomreeves/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/tomreeves/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/tomreeves/subscriptions', 'organizations_url': 'https://api.github.com/users/tomreeves/orgs', 'repos_url': 'https://api.github.com/users/tomreeves/repos', 'events_url': 'https://api.github.com/users/tomreeves/events{/privacy}', 'received_events_url': 'https://api.github.com/users/tomreeves/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-08-21T14:30:16Z2020-08-24T09:21:40Z2020-08-24T09:21:37ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/134', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/134', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/134.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/134.patch'}
2826https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/133https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/133/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/133/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/133/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/133671976721MDExOlB1bGxSZXF1ZXN0NDYyMDk0ODMz133Release v7.1.0{'login': 'tomreeves', 'id': 12796848, 'node_id': 'MDQ6VXNlcjEyNzk2ODQ4', 'avatar_url': 'https://avatars3.githubusercontent.com/u/12796848?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tomreeves', 'html_url': 'https://github.com/tomreeves', 'followers_url': 'https://api.github.com/users/tomreeves/followers', 'following_url': 'https://api.github.com/users/tomreeves/following{/other_user}', 'gists_url': 'https://api.github.com/users/tomreeves/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/tomreeves/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/tomreeves/subscriptions', 'organizations_url': 'https://api.github.com/users/tomreeves/orgs', 'repos_url': 'https://api.github.com/users/tomreeves/repos', 'events_url': 'https://api.github.com/users/tomreeves/events{/privacy}', 'received_events_url': 'https://api.github.com/users/tomreeves/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-08-03T10:31:52Z2020-08-03T10:35:17Z2020-08-03T10:35:13ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/133', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/133', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/133.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/133.patch'}
2927https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/132https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/132/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/132/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/132/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/132671939187MDExOlB1bGxSZXF1ZXN0NDYyMDYzMzIz132BEV-854 - Render prop string to object{'login': 'tomreeves', 'id': 12796848, 'node_id': 'MDQ6VXNlcjEyNzk2ODQ4', 'avatar_url': 'https://avatars3.githubusercontent.com/u/12796848?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tomreeves', 'html_url': 'https://github.com/tomreeves', 'followers_url': 'https://api.github.com/users/tomreeves/followers', 'following_url': 'https://api.github.com/users/tomreeves/following{/other_user}', 'gists_url': 'https://api.github.com/users/tomreeves/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/tomreeves/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/tomreeves/subscriptions', 'organizations_url': 'https://api.github.com/users/tomreeves/orgs', 'repos_url': 'https://api.github.com/users/tomreeves/repos', 'events_url': 'https://api.github.com/users/tomreeves/events{/privacy}', 'received_events_url': 'https://api.github.com/users/tomreeves/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-08-03T09:32:43Z2020-08-03T09:49:51Z2020-08-03T09:49:48ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/132', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/132', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/132.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/132.patch'}
3028https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/131https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/131/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/131/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/131/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/131668825445MDExOlB1bGxSZXF1ZXN0NDU5MjY3MDU4131Bump elliptic from 6.5.2 to 6.5.3{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars0.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', 'site_admin': False}[{'id': 1380495221, 'node_id': 'MDU6TGFiZWwxMzgwNDk1MjIx', 'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]openFalse[]02020-07-30T14:54:28Z2020-07-30T14:54:29ZNONEBumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/indutny/elliptic/commit/8647803dc3d90506aa03021737f7b061ba959ae1"><code>8647803</code></a> 6.5.3</li> <li><a href="https://github.com/indutny/elliptic/commit/856fe4d99fe7b6200556e6400b3bf585b1721bec"><code>856fe4d</code></a> signature: prevent malleability and overflows</li> <li>See full diff in <a href="https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=elliptic&package-manager=npm_and_yarn&previous-version=6.5.2&new-version=6.5.3)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/shortlist-digital/tapestry-lite/network/alerts). </details>{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/131', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/131', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/131.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/131.patch'}
3129https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/130https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/130/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/130/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/130/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/130665041781MDExOlB1bGxSZXF1ZXN0NDU2MTgwMjU2130Release v7.0.0{'login': 'tomreeves', 'id': 12796848, 'node_id': 'MDQ6VXNlcjEyNzk2ODQ4', 'avatar_url': 'https://avatars3.githubusercontent.com/u/12796848?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tomreeves', 'html_url': 'https://github.com/tomreeves', 'followers_url': 'https://api.github.com/users/tomreeves/followers', 'following_url': 'https://api.github.com/users/tomreeves/following{/other_user}', 'gists_url': 'https://api.github.com/users/tomreeves/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/tomreeves/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/tomreeves/subscriptions', 'organizations_url': 'https://api.github.com/users/tomreeves/orgs', 'repos_url': 'https://api.github.com/users/tomreeves/repos', 'events_url': 'https://api.github.com/users/tomreeves/events{/privacy}', 'received_events_url': 'https://api.github.com/users/tomreeves/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-07-24T09:24:15Z2020-07-24T09:26:07Z2020-07-24T09:26:07ZCONTRIBUTOR- Refactor Redis cache {'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/130', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/130', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/130.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/130.patch'}
3230https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/129https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/129/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/129/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/129/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/129661724221MDExOlB1bGxSZXF1ZXN0NDUzMzYzMTMz129update package.json and CHANGELOG{'login': 'romulodl', 'id': 922624, 'node_id': 'MDQ6VXNlcjkyMjYyNA==', 'avatar_url': 'https://avatars3.githubusercontent.com/u/922624?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/romulodl', 'html_url': 'https://github.com/romulodl', 'followers_url': 'https://api.github.com/users/romulodl/followers', 'following_url': 'https://api.github.com/users/romulodl/following{/other_user}', 'gists_url': 'https://api.github.com/users/romulodl/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/romulodl/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/romulodl/subscriptions', 'organizations_url': 'https://api.github.com/users/romulodl/orgs', 'repos_url': 'https://api.github.com/users/romulodl/repos', 'events_url': 'https://api.github.com/users/romulodl/events{/privacy}', 'received_events_url': 'https://api.github.com/users/romulodl/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-07-20T11:44:10Z2020-07-20T13:39:47Z2020-07-20T13:39:40ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/129', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/129', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/129.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/129.patch'}
3331https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/128https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/128/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/128/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/128/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/128659167293MDExOlB1bGxSZXF1ZXN0NDUxMDQ3MDk1128rename nonCacheableEndpoint to secondaryEndpoint and use redis cache for this endpoint{'login': 'romulodl', 'id': 922624, 'node_id': 'MDQ6VXNlcjkyMjYyNA==', 'avatar_url': 'https://avatars3.githubusercontent.com/u/922624?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/romulodl', 'html_url': 'https://github.com/romulodl', 'followers_url': 'https://api.github.com/users/romulodl/followers', 'following_url': 'https://api.github.com/users/romulodl/following{/other_user}', 'gists_url': 'https://api.github.com/users/romulodl/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/romulodl/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/romulodl/subscriptions', 'organizations_url': 'https://api.github.com/users/romulodl/orgs', 'repos_url': 'https://api.github.com/users/romulodl/repos', 'events_url': 'https://api.github.com/users/romulodl/events{/privacy}', 'received_events_url': 'https://api.github.com/users/romulodl/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-07-17T11:20:37Z2020-07-20T11:19:10Z2020-07-20T11:19:05ZCONTRIBUTORand puts redis cache back{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/128', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/128', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/128.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/128.patch'}
3432https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/127https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/127/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/127/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/127/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/127657222713MDExOlB1bGxSZXF1ZXN0NDQ5Mzc1NDcx127BEV-784 - Refactor Redis cache{'login': 'tomreeves', 'id': 12796848, 'node_id': 'MDQ6VXNlcjEyNzk2ODQ4', 'avatar_url': 'https://avatars3.githubusercontent.com/u/12796848?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tomreeves', 'html_url': 'https://github.com/tomreeves', 'followers_url': 'https://api.github.com/users/tomreeves/followers', 'following_url': 'https://api.github.com/users/tomreeves/following{/other_user}', 'gists_url': 'https://api.github.com/users/tomreeves/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/tomreeves/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/tomreeves/subscriptions', 'organizations_url': 'https://api.github.com/users/tomreeves/orgs', 'repos_url': 'https://api.github.com/users/tomreeves/repos', 'events_url': 'https://api.github.com/users/tomreeves/events{/privacy}', 'received_events_url': 'https://api.github.com/users/tomreeves/received_events', 'type': 'User', 'site_admin': False}[{'id': 2205504461, 'node_id': 'MDU6TGFiZWwyMjA1NTA0NDYx', 'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/labels/wip', 'name': 'wip', 'color': '561ca0', 'default': False, 'description': ''}]closedFalse[]02020-07-15T09:56:35Z2020-07-24T09:20:26Z2020-07-24T09:20:23ZCONTRIBUTORLifted the level at which the HTML doc is composed which will allow us more granular control and (for example) inject non-cacheable user sessions, without needing to create user specific cache keys. Should help keep all SSR down. {'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/127', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/127', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/127.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/127.patch'}
3533https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/126https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/126/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/126/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/126/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/126648883567MDExOlB1bGxSZXF1ZXN0NDQyNjE2OTgz126update package.json and CHANGELOG{'login': 'romulodl', 'id': 922624, 'node_id': 'MDQ6VXNlcjkyMjYyNA==', 'avatar_url': 'https://avatars3.githubusercontent.com/u/922624?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/romulodl', 'html_url': 'https://github.com/romulodl', 'followers_url': 'https://api.github.com/users/romulodl/followers', 'following_url': 'https://api.github.com/users/romulodl/following{/other_user}', 'gists_url': 'https://api.github.com/users/romulodl/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/romulodl/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/romulodl/subscriptions', 'organizations_url': 'https://api.github.com/users/romulodl/orgs', 'repos_url': 'https://api.github.com/users/romulodl/repos', 'events_url': 'https://api.github.com/users/romulodl/events{/privacy}', 'received_events_url': 'https://api.github.com/users/romulodl/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-07-01T10:51:10Z2020-07-01T10:59:47Z2020-07-01T10:59:43ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/126', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/126', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/126.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/126.patch'}
3634https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/125https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/125/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/125/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/125/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/125648255264MDExOlB1bGxSZXF1ZXN0NDQyMDk2MDky125nonCacheableEndpoint should not called for previews{'login': 'romulodl', 'id': 922624, 'node_id': 'MDQ6VXNlcjkyMjYyNA==', 'avatar_url': 'https://avatars3.githubusercontent.com/u/922624?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/romulodl', 'html_url': 'https://github.com/romulodl', 'followers_url': 'https://api.github.com/users/romulodl/followers', 'following_url': 'https://api.github.com/users/romulodl/following{/other_user}', 'gists_url': 'https://api.github.com/users/romulodl/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/romulodl/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/romulodl/subscriptions', 'organizations_url': 'https://api.github.com/users/romulodl/orgs', 'repos_url': 'https://api.github.com/users/romulodl/repos', 'events_url': 'https://api.github.com/users/romulodl/events{/privacy}', 'received_events_url': 'https://api.github.com/users/romulodl/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-06-30T15:07:07Z2020-07-01T09:42:51Z2020-07-01T09:42:48ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/125', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/125', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/125.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/125.patch'}
3735https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/124https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/124/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/124/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/124/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/124645675366MDExOlB1bGxSZXF1ZXN0NDQwMTEyNTA4124update version on package.json to 6.4.1{'login': 'romulodl', 'id': 922624, 'node_id': 'MDQ6VXNlcjkyMjYyNA==', 'avatar_url': 'https://avatars3.githubusercontent.com/u/922624?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/romulodl', 'html_url': 'https://github.com/romulodl', 'followers_url': 'https://api.github.com/users/romulodl/followers', 'following_url': 'https://api.github.com/users/romulodl/following{/other_user}', 'gists_url': 'https://api.github.com/users/romulodl/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/romulodl/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/romulodl/subscriptions', 'organizations_url': 'https://api.github.com/users/romulodl/orgs', 'repos_url': 'https://api.github.com/users/romulodl/repos', 'events_url': 'https://api.github.com/users/romulodl/events{/privacy}', 'received_events_url': 'https://api.github.com/users/romulodl/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-06-25T15:54:49Z2020-06-25T16:14:04Z2020-06-25T16:13:59ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/124', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/124', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/124.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/124.patch'}
3836https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/123https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/123/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/123/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/123/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/123643182606MDExOlB1bGxSZXF1ZXN0NDM4MDMxMjkx123Feature/BEV-676 - Apply Gouda endpoint{'login': 'romulodl', 'id': 922624, 'node_id': 'MDQ6VXNlcjkyMjYyNA==', 'avatar_url': 'https://avatars3.githubusercontent.com/u/922624?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/romulodl', 'html_url': 'https://github.com/romulodl', 'followers_url': 'https://api.github.com/users/romulodl/followers', 'following_url': 'https://api.github.com/users/romulodl/following{/other_user}', 'gists_url': 'https://api.github.com/users/romulodl/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/romulodl/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/romulodl/subscriptions', 'organizations_url': 'https://api.github.com/users/romulodl/orgs', 'repos_url': 'https://api.github.com/users/romulodl/repos', 'events_url': 'https://api.github.com/users/romulodl/events{/privacy}', 'received_events_url': 'https://api.github.com/users/romulodl/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]12020-06-22T15:49:04Z2020-06-25T13:49:01Z2020-06-25T13:48:56ZCONTRIBUTORAllows us to test different EPs that can bypass the Redis cache.{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/123', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/123', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/123.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/123.patch'}
3937https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/122https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/122/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/122/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/122/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/122635320237MDExOlB1bGxSZXF1ZXN0NDMxNzAyMTQ5122updated release version to 6.3.1{'login': 'industriousparadigm', 'id': 36443307, 'node_id': 'MDQ6VXNlcjM2NDQzMzA3', 'avatar_url': 'https://avatars3.githubusercontent.com/u/36443307?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/industriousparadigm', 'html_url': 'https://github.com/industriousparadigm', 'followers_url': 'https://api.github.com/users/industriousparadigm/followers', 'following_url': 'https://api.github.com/users/industriousparadigm/following{/other_user}', 'gists_url': 'https://api.github.com/users/industriousparadigm/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/industriousparadigm/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/industriousparadigm/subscriptions', 'organizations_url': 'https://api.github.com/users/industriousparadigm/orgs', 'repos_url': 'https://api.github.com/users/industriousparadigm/repos', 'events_url': 'https://api.github.com/users/industriousparadigm/events{/privacy}', 'received_events_url': 'https://api.github.com/users/industriousparadigm/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-06-09T10:44:06Z2020-06-09T10:57:25Z2020-06-09T10:57:12ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/122', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/122', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/122.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/122.patch'}
4038https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/121https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/121/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/121/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/121/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/121634600575MDExOlB1bGxSZXF1ZXN0NDMxMTI1MzQw121BEV-253: secured XSS defenses for Preview urls{'login': 'industriousparadigm', 'id': 36443307, 'node_id': 'MDQ6VXNlcjM2NDQzMzA3', 'avatar_url': 'https://avatars3.githubusercontent.com/u/36443307?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/industriousparadigm', 'html_url': 'https://github.com/industriousparadigm', 'followers_url': 'https://api.github.com/users/industriousparadigm/followers', 'following_url': 'https://api.github.com/users/industriousparadigm/following{/other_user}', 'gists_url': 'https://api.github.com/users/industriousparadigm/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/industriousparadigm/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/industriousparadigm/subscriptions', 'organizations_url': 'https://api.github.com/users/industriousparadigm/orgs', 'repos_url': 'https://api.github.com/users/industriousparadigm/repos', 'events_url': 'https://api.github.com/users/industriousparadigm/events{/privacy}', 'received_events_url': 'https://api.github.com/users/industriousparadigm/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-06-08T13:12:53Z2020-06-08T17:09:18Z2020-06-08T17:09:14ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/121', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/121', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/121.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/121.patch'}
4139https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/120https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/120/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/120/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/120/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/120632541223MDExOlB1bGxSZXF1ZXN0NDI5MjcxOTEz120Bump websocket-extensions from 0.1.3 to 0.1.4{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars0.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', 'site_admin': False}[{'id': 1380495221, 'node_id': 'MDU6TGFiZWwxMzgwNDk1MjIx', 'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]openFalse[]02020-06-06T15:41:48Z2020-06-25T13:49:49ZNONEBumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md">websocket-extensions's changelog</a>.</em></p> <blockquote> <h3>0.1.4 / 2020-06-02</h3> <ul> <li>Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin)</li> <li>Change license from MIT to Apache 2.0</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/faye/websocket-extensions-node/commit/8efd0cd6e35faf9bb9cb08759be1e27082177d43"><code>8efd0cd</code></a> Bump version to 0.1.4</li> <li><a href="https://github.com/faye/websocket-extensions-node/commit/3dad4ad44a8c5f74d4f8f4efd3f9d6e0b5df3051"><code>3dad4ad</code></a> Remove ReDoS vulnerability in the Sec-WebSocket-Extensions header parser</li> <li><a href="https://github.com/faye/websocket-extensions-node/commit/4a76c75efb1c5d6a2f60550e9501757458d19533"><code>4a76c75</code></a> Add Node versions 13 and 14 on Travis</li> <li><a href="https://github.com/faye/websocket-extensions-node/commit/44a677a9c0631daed0b0f4a4b68c095b624183b8"><code>44a677a</code></a> Formatting change: {...} should have spaces inside the braces</li> <li><a href="https://github.com/faye/websocket-extensions-node/commit/f6c50aba0c20ff45b0f87cea33babec1217ec3f5"><code>f6c50ab</code></a> Let npm reformat package.json</li> <li><a href="https://github.com/faye/websocket-extensions-node/commit/2d211f3705d52d9efb4f01daf5a253adf828592e"><code>2d211f3</code></a> Change markdown formatting of docs.</li> <li><a href="https://github.com/faye/websocket-extensions-node/commit/0b620834cc1e1f2eace1d55ab17f71d90d88271d"><code>0b62083</code></a> Update Travis target versions.</li> <li><a href="https://github.com/faye/websocket-extensions-node/commit/729a4653073fa8dd020561113513bfa2e2119415"><code>729a465</code></a> Switch license to Apache 2.0.</li> <li>See full diff in <a href="https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=websocket-extensions&package-manager=npm_and_yarn&previous-version=0.1.3&new-version=0.1.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/shortlist-digital/tapestry-lite/network/alerts). </details>{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/120', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/120', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/120.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/120.patch'}
4240https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/119https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/119/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/119/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/119/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/119579900951MDExOlB1bGxSZXF1ZXN0Mzg3MjExNzcw119Release v6.2.1{'login': 'tomreeves', 'id': 12796848, 'node_id': 'MDQ6VXNlcjEyNzk2ODQ4', 'avatar_url': 'https://avatars3.githubusercontent.com/u/12796848?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tomreeves', 'html_url': 'https://github.com/tomreeves', 'followers_url': 'https://api.github.com/users/tomreeves/followers', 'following_url': 'https://api.github.com/users/tomreeves/following{/other_user}', 'gists_url': 'https://api.github.com/users/tomreeves/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/tomreeves/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/tomreeves/subscriptions', 'organizations_url': 'https://api.github.com/users/tomreeves/orgs', 'repos_url': 'https://api.github.com/users/tomreeves/repos', 'events_url': 'https://api.github.com/users/tomreeves/events{/privacy}', 'received_events_url': 'https://api.github.com/users/tomreeves/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-03-12T12:21:10Z2020-03-12T12:24:23Z2020-03-12T12:24:20ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/119', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/119', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/119.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/119.patch'}
4341https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/118https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/118/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/118/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/118/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/118579897476MDExOlB1bGxSZXF1ZXN0Mzg3MjA4OTYw118BEV-108 - Make @babel/plugin-proposal-optional-chaining a dep{'login': 'tomreeves', 'id': 12796848, 'node_id': 'MDQ6VXNlcjEyNzk2ODQ4', 'avatar_url': 'https://avatars3.githubusercontent.com/u/12796848?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tomreeves', 'html_url': 'https://github.com/tomreeves', 'followers_url': 'https://api.github.com/users/tomreeves/followers', 'following_url': 'https://api.github.com/users/tomreeves/following{/other_user}', 'gists_url': 'https://api.github.com/users/tomreeves/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/tomreeves/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/tomreeves/subscriptions', 'organizations_url': 'https://api.github.com/users/tomreeves/orgs', 'repos_url': 'https://api.github.com/users/tomreeves/repos', 'events_url': 'https://api.github.com/users/tomreeves/events{/privacy}', 'received_events_url': 'https://api.github.com/users/tomreeves/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-03-12T12:14:48Z2020-03-12T12:17:39Z2020-03-12T12:17:32ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/118', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/118', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/118.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/118.patch'}
4442https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/117https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/117/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/117/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/117/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/117579856120MDExOlB1bGxSZXF1ZXN0Mzg3MTc0NzI4117Release v6.2.0{'login': 'tomreeves', 'id': 12796848, 'node_id': 'MDQ6VXNlcjEyNzk2ODQ4', 'avatar_url': 'https://avatars3.githubusercontent.com/u/12796848?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tomreeves', 'html_url': 'https://github.com/tomreeves', 'followers_url': 'https://api.github.com/users/tomreeves/followers', 'following_url': 'https://api.github.com/users/tomreeves/following{/other_user}', 'gists_url': 'https://api.github.com/users/tomreeves/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/tomreeves/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/tomreeves/subscriptions', 'organizations_url': 'https://api.github.com/users/tomreeves/orgs', 'repos_url': 'https://api.github.com/users/tomreeves/repos', 'events_url': 'https://api.github.com/users/tomreeves/events{/privacy}', 'received_events_url': 'https://api.github.com/users/tomreeves/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-03-12T10:57:28Z2020-03-12T11:05:51Z2020-03-12T11:05:47ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/117', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/117', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/117.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/117.patch'}
4543https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/116https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/116/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/116/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/116/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/116572734101MDExOlB1bGxSZXF1ZXN0MzgxMzcyNDI4116Upgrade hapi{'login': 'romulodl', 'id': 922624, 'node_id': 'MDQ6VXNlcjkyMjYyNA==', 'avatar_url': 'https://avatars3.githubusercontent.com/u/922624?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/romulodl', 'html_url': 'https://github.com/romulodl', 'followers_url': 'https://api.github.com/users/romulodl/followers', 'following_url': 'https://api.github.com/users/romulodl/following{/other_user}', 'gists_url': 'https://api.github.com/users/romulodl/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/romulodl/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/romulodl/subscriptions', 'organizations_url': 'https://api.github.com/users/romulodl/orgs', 'repos_url': 'https://api.github.com/users/romulodl/repos', 'events_url': 'https://api.github.com/users/romulodl/events{/privacy}', 'received_events_url': 'https://api.github.com/users/romulodl/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-02-28T12:45:37Z2020-02-28T15:05:27Z2020-02-28T15:05:23ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/116', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/116', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/116.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/116.patch'}
4644https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/115https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/115/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/115/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/115/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/115567634459MDExOlB1bGxSZXF1ZXN0Mzc3MjIyODMx115WIPWIPWIP{'login': 'romulodl', 'id': 922624, 'node_id': 'MDQ6VXNlcjkyMjYyNA==', 'avatar_url': 'https://avatars3.githubusercontent.com/u/922624?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/romulodl', 'html_url': 'https://github.com/romulodl', 'followers_url': 'https://api.github.com/users/romulodl/followers', 'following_url': 'https://api.github.com/users/romulodl/following{/other_user}', 'gists_url': 'https://api.github.com/users/romulodl/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/romulodl/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/romulodl/subscriptions', 'organizations_url': 'https://api.github.com/users/romulodl/orgs', 'repos_url': 'https://api.github.com/users/romulodl/repos', 'events_url': 'https://api.github.com/users/romulodl/events{/privacy}', 'received_events_url': 'https://api.github.com/users/romulodl/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-02-19T15:06:11Z2020-03-12T10:58:48Z2020-03-12T10:58:45ZCONTRIBUTORwip{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/115', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/115', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/115.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/115.patch'}
4745https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/114https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/114/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/114/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/114/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/114567532646MDExOlB1bGxSZXF1ZXN0Mzc3MTM5NDI0114Upgrade hapi{'login': 'tomreeves', 'id': 12796848, 'node_id': 'MDQ6VXNlcjEyNzk2ODQ4', 'avatar_url': 'https://avatars3.githubusercontent.com/u/12796848?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tomreeves', 'html_url': 'https://github.com/tomreeves', 'followers_url': 'https://api.github.com/users/tomreeves/followers', 'following_url': 'https://api.github.com/users/tomreeves/following{/other_user}', 'gists_url': 'https://api.github.com/users/tomreeves/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/tomreeves/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/tomreeves/subscriptions', 'organizations_url': 'https://api.github.com/users/tomreeves/orgs', 'repos_url': 'https://api.github.com/users/tomreeves/repos', 'events_url': 'https://api.github.com/users/tomreeves/events{/privacy}', 'received_events_url': 'https://api.github.com/users/tomreeves/received_events', 'type': 'User', 'site_admin': False}[{'id': 1380495221, 'node_id': 'MDU6TGFiZWwxMzgwNDk1MjIx', 'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]closedFalse[]32020-02-19T12:22:35Z2020-02-28T15:05:27Z2020-02-28T12:44:32ZCONTRIBUTORChange includes: - Hapi upgrade to v18.4.0 (v19.x.x requires node 12.x.x, which will be coming as an iteration) - Require Node v10.18.1 which will unblock negating certain security vulnerabilities. Buys us another ~12 months or so. - Remove Boom / @hapi/boom (not used){'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/114', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/114', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/114.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/114.patch'}
4846https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/113https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/113/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/113/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/113/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/113558238262MDExOlB1bGxSZXF1ZXN0MzY5NjY2NTk3113Remove editorconfig and precommit hook{'login': 'tomreeves', 'id': 12796848, 'node_id': 'MDQ6VXNlcjEyNzk2ODQ4', 'avatar_url': 'https://avatars3.githubusercontent.com/u/12796848?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tomreeves', 'html_url': 'https://github.com/tomreeves', 'followers_url': 'https://api.github.com/users/tomreeves/followers', 'following_url': 'https://api.github.com/users/tomreeves/following{/other_user}', 'gists_url': 'https://api.github.com/users/tomreeves/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/tomreeves/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/tomreeves/subscriptions', 'organizations_url': 'https://api.github.com/users/tomreeves/orgs', 'repos_url': 'https://api.github.com/users/tomreeves/repos', 'events_url': 'https://api.github.com/users/tomreeves/events{/privacy}', 'received_events_url': 'https://api.github.com/users/tomreeves/received_events', 'type': 'User', 'site_admin': False}[{'id': 1380495221, 'node_id': 'MDU6TGFiZWwxMzgwNDk1MjIx', 'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]openFalse[]02020-01-31T16:36:25Z2020-02-03T10:27:16ZCONTRIBUTORPackage has vulnerabilities. Could find a maintained alternative but IMO not required {'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/113', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/113', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/113.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/113.patch'}
4947https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/112https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/112/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/112/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/112/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/112558191732MDExOlB1bGxSZXF1ZXN0MzY5NjI5Njg3112Webpack upgrade (not ready for merge - pending PR 111){'login': 'tomreeves', 'id': 12796848, 'node_id': 'MDQ6VXNlcjEyNzk2ODQ4', 'avatar_url': 'https://avatars3.githubusercontent.com/u/12796848?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tomreeves', 'html_url': 'https://github.com/tomreeves', 'followers_url': 'https://api.github.com/users/tomreeves/followers', 'following_url': 'https://api.github.com/users/tomreeves/following{/other_user}', 'gists_url': 'https://api.github.com/users/tomreeves/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/tomreeves/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/tomreeves/subscriptions', 'organizations_url': 'https://api.github.com/users/tomreeves/orgs', 'repos_url': 'https://api.github.com/users/tomreeves/repos', 'events_url': 'https://api.github.com/users/tomreeves/events{/privacy}', 'received_events_url': 'https://api.github.com/users/tomreeves/received_events', 'type': 'User', 'site_admin': False}[{'id': 1380495221, 'node_id': 'MDU6TGFiZWwxMzgwNDk1MjIx', 'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]openFalse[]02020-01-31T15:16:03Z2020-02-03T10:27:06ZCONTRIBUTORUpgrade Webpack from 4.17.2 to 4.41.5, as the 4.17.2 requires a version of `terser-webpack-plugin` that contains a version of `serialize-javascript` that has a moderate security risk. This PR was branched off https://github.com/shortlist-digital/tapestry-lite/pull/111.{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/112', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/112', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/112.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/112.patch'}
5048https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/111https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/111/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/111/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/111/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/111558058048MDExOlB1bGxSZXF1ZXN0MzY5NTIzNjI2111Upgrade Hapi to 18.4.0, use Node 10.18.1{'login': 'tomreeves', 'id': 12796848, 'node_id': 'MDQ6VXNlcjEyNzk2ODQ4', 'avatar_url': 'https://avatars3.githubusercontent.com/u/12796848?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tomreeves', 'html_url': 'https://github.com/tomreeves', 'followers_url': 'https://api.github.com/users/tomreeves/followers', 'following_url': 'https://api.github.com/users/tomreeves/following{/other_user}', 'gists_url': 'https://api.github.com/users/tomreeves/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/tomreeves/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/tomreeves/subscriptions', 'organizations_url': 'https://api.github.com/users/tomreeves/orgs', 'repos_url': 'https://api.github.com/users/tomreeves/repos', 'events_url': 'https://api.github.com/users/tomreeves/events{/privacy}', 'received_events_url': 'https://api.github.com/users/tomreeves/received_events', 'type': 'User', 'site_admin': False}[{'id': 1380495221, 'node_id': 'MDU6TGFiZWwxMzgwNDk1MjIx', 'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]closedFalse[]02020-01-31T10:51:50Z2020-02-19T12:23:04Z2020-02-19T12:23:01ZCONTRIBUTORChange includes: - Hapi upgrade to v18.4.0 (v19.x.x requires node 12.x.x, which will be coming as an iteration) - Require Node v10.18.1 which will unblock negating certain security vulnerabilities. Buys us another ~12 months or so. - Remove Boom / @hapi/boom (not used){'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/111', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/111', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/111.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/111.patch'}
5149https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/110https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/110/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/110/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/110/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/110557386838MDExOlB1bGxSZXF1ZXN0MzY4OTg0MDQ2110Bump assets-webpack-plugin version{'login': 'tomreeves', 'id': 12796848, 'node_id': 'MDQ6VXNlcjEyNzk2ODQ4', 'avatar_url': 'https://avatars3.githubusercontent.com/u/12796848?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tomreeves', 'html_url': 'https://github.com/tomreeves', 'followers_url': 'https://api.github.com/users/tomreeves/followers', 'following_url': 'https://api.github.com/users/tomreeves/following{/other_user}', 'gists_url': 'https://api.github.com/users/tomreeves/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/tomreeves/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/tomreeves/subscriptions', 'organizations_url': 'https://api.github.com/users/tomreeves/orgs', 'repos_url': 'https://api.github.com/users/tomreeves/repos', 'events_url': 'https://api.github.com/users/tomreeves/events{/privacy}', 'received_events_url': 'https://api.github.com/users/tomreeves/received_events', 'type': 'User', 'site_admin': False}[{'id': 1380495221, 'node_id': 'MDU6TGFiZWwxMzgwNDk1MjIx', 'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]openFalse[]02020-01-30T10:04:52Z2020-02-03T10:28:44ZCONTRIBUTORUpdating from v3.9.6 due to it requiring an older (unsafe) version of Lodash.{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/110', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/110', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/110.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/110.patch'}
5250https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/109https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/109/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/109/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/109/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/109533320376MDExOlB1bGxSZXF1ZXN0MzQ5NDE1NTky109Fix: Cache purge{'login': 'thomasdigby', 'id': 3226804, 'node_id': 'MDQ6VXNlcjMyMjY4MDQ=', 'avatar_url': 'https://avatars1.githubusercontent.com/u/3226804?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/thomasdigby', 'html_url': 'https://github.com/thomasdigby', 'followers_url': 'https://api.github.com/users/thomasdigby/followers', 'following_url': 'https://api.github.com/users/thomasdigby/following{/other_user}', 'gists_url': 'https://api.github.com/users/thomasdigby/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/thomasdigby/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/thomasdigby/subscriptions', 'organizations_url': 'https://api.github.com/users/thomasdigby/orgs', 'repos_url': 'https://api.github.com/users/thomasdigby/repos', 'events_url': 'https://api.github.com/users/thomasdigby/events{/privacy}', 'received_events_url': 'https://api.github.com/users/thomasdigby/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02019-12-05T12:26:45Z2020-01-06T12:10:52Z2020-01-06T12:10:52ZCONTRIBUTORCreated a new method on `tapestry.config.js` to allow users to declare all possible keys for a cache entry. This allows Tapestry to clear all instances of the cache entry and not just the default one. Moved the heavy lifting of the cache keys and running those methods into the cache-manager utility.{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/109', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/109', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/109.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/109.patch'}
5351https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/108https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/108/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/108/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/108/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/108532734787MDExOlB1bGxSZXF1ZXN0MzQ4OTMwMDE0108React Helmet upgrade{'login': 'thomasdigby', 'id': 3226804, 'node_id': 'MDQ6VXNlcjMyMjY4MDQ=', 'avatar_url': 'https://avatars1.githubusercontent.com/u/3226804?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/thomasdigby', 'html_url': 'https://github.com/thomasdigby', 'followers_url': 'https://api.github.com/users/thomasdigby/followers', 'following_url': 'https://api.github.com/users/thomasdigby/following{/other_user}', 'gists_url': 'https://api.github.com/users/thomasdigby/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/thomasdigby/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/thomasdigby/subscriptions', 'organizations_url': 'https://api.github.com/users/thomasdigby/orgs', 'repos_url': 'https://api.github.com/users/thomasdigby/repos', 'events_url': 'https://api.github.com/users/thomasdigby/events{/privacy}', 'received_events_url': 'https://api.github.com/users/thomasdigby/received_events', 'type': 'User', 'site_admin': False}[]openFalse[]02019-12-04T14:52:17Z2019-12-04T15:04:54ZCONTRIBUTORUpdate to `react-helmet-async` https://github.com/staylor/react-helmet-async{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/108', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/108', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/108.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/108.patch'}
5452https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/107https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/107/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/107/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/107/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/107526531048MDExOlB1bGxSZXF1ZXN0MzQzOTc4NDc4107V6.0.0{'login': 'thomasdigby', 'id': 3226804, 'node_id': 'MDQ6VXNlcjMyMjY4MDQ=', 'avatar_url': 'https://avatars1.githubusercontent.com/u/3226804?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/thomasdigby', 'html_url': 'https://github.com/thomasdigby', 'followers_url': 'https://api.github.com/users/thomasdigby/followers', 'following_url': 'https://api.github.com/users/thomasdigby/following{/other_user}', 'gists_url': 'https://api.github.com/users/thomasdigby/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/thomasdigby/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/thomasdigby/subscriptions', 'organizations_url': 'https://api.github.com/users/thomasdigby/orgs', 'repos_url': 'https://api.github.com/users/thomasdigby/repos', 'events_url': 'https://api.github.com/users/thomasdigby/events{/privacy}', 'received_events_url': 'https://api.github.com/users/thomasdigby/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]12019-11-21T11:21:16Z2019-11-21T12:46:55Z2019-11-21T11:21:29ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/107', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/107', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/107.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/107.patch'}
5553https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/136https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/136/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/136/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/136/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/136692515842MDExOlB1bGxSZXF1ZXN0NDc5MTA4Mzg3136Bump @hapi/hapi from 18.4.0 to 19.1.1{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars0.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', 'site_admin': False}[{'id': 1380495221, 'node_id': 'MDU6TGFiZWwxMzgwNDk1MjIx', 'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]openFalse[]02020-09-03T23:41:38Z2020-09-03T23:41:39ZNONEBumps [@hapi/hapi](https://github.com/hapijs/hapi) from 18.4.0 to 19.1.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hapijs/hapi/commit/8f1cd89483c655f44ea020269bccd13a8e162ef0"><code>8f1cd89</code></a> 19.1.1</li> <li><a href="https://github.com/hapijs/hapi/commit/85d7801cc8bc38c5ad30b5e29ed36e328617fb28"><code>85d7801</code></a> Allow global multipart. Closes <a href="https://github-redirect.dependabot.com/hapijs/hapi/issues/4027">#4027</a></li> <li><a href="https://github.com/hapijs/hapi/commit/865672508cc44e3e411b1b0a57b9317732d240d7"><code>8656725</code></a> Update deps. Closes <a href="https://github-redirect.dependabot.com/hapijs/hapi/issues/4043">#4043</a></li> <li><a href="https://github.com/hapijs/hapi/commit/b6f8cecc53ccf026c9ae42ec203c023276a15bae"><code>b6f8cec</code></a> merge</li> <li><a href="https://github.com/hapijs/hapi/commit/9582b7f27f63856552fdcd7a480ebc2bbd308272"><code>9582b7f</code></a> 19.1.0</li> <li><a href="https://github.com/hapijs/hapi/commit/c3cc6a11598d59f9fa54a204a9322bd5a0f8398f"><code>c3cc6a1</code></a> Add server.options.info.remote. Closes <a href="https://github-redirect.dependabot.com/hapijs/hapi/issues/4034">#4034</a></li> <li><a href="https://github.com/hapijs/hapi/commit/d4a680ba9c32e798dc6ed554db8d7193245012c7"><code>d4a680b</code></a> 19.0.5</li> <li><a href="https://github.com/hapijs/hapi/commit/fcdf34d740b7f97b46f64e8d1196180c850b8ee1"><code>fcdf34d</code></a> Update deps. Closes <a href="https://github-redirect.dependabot.com/hapijs/hapi/issues/4026">#4026</a></li> <li><a href="https://github.com/hapijs/hapi/commit/b460a6d86388c880d7344778cc6cdea3a137e666"><code>b460a6d</code></a> 19.0.4</li> <li><a href="https://github.com/hapijs/hapi/commit/e934fefb5cef18e85fd7cd017bcb6f3375c8c5e3"><code>e934fef</code></a> Revert <a href="https://github-redirect.dependabot.com/hapijs/hapi/issues/4021">#4021</a></li> <li>Additional commits viewable in <a href="https://github.com/hapijs/hapi/compare/v18.4.0...v19.1.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~hueniverse">hueniverse</a>, a new releaser for @hapi/hapi since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@hapi/hapi&package-manager=npm_and_yarn&previous-version=18.4.0&new-version=19.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/shortlist-digital/tapestry-lite/network/alerts). </details>{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/136', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/136', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/136.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/136.patch'}
5654https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/135https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/135/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/135/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/135/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/135684512864MDExOlB1bGxSZXF1ZXN0NDcyMzg3MjEz135Release v7.2.0{'login': 'tomreeves', 'id': 12796848, 'node_id': 'MDQ6VXNlcjEyNzk2ODQ4', 'avatar_url': 'https://avatars3.githubusercontent.com/u/12796848?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tomreeves', 'html_url': 'https://github.com/tomreeves', 'followers_url': 'https://api.github.com/users/tomreeves/followers', 'following_url': 'https://api.github.com/users/tomreeves/following{/other_user}', 'gists_url': 'https://api.github.com/users/tomreeves/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/tomreeves/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/tomreeves/subscriptions', 'organizations_url': 'https://api.github.com/users/tomreeves/orgs', 'repos_url': 'https://api.github.com/users/tomreeves/repos', 'events_url': 'https://api.github.com/users/tomreeves/events{/privacy}', 'received_events_url': 'https://api.github.com/users/tomreeves/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-08-24T09:23:18Z2020-08-24T10:53:14Z2020-08-24T10:53:11ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/135', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/135', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/135.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/135.patch'}
5755https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/134https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/134/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/134/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/134/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/134683603483MDExOlB1bGxSZXF1ZXN0NDcxNjY4OTA5134BEV-958 - Bump node V{'login': 'tomreeves', 'id': 12796848, 'node_id': 'MDQ6VXNlcjEyNzk2ODQ4', 'avatar_url': 'https://avatars3.githubusercontent.com/u/12796848?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tomreeves', 'html_url': 'https://github.com/tomreeves', 'followers_url': 'https://api.github.com/users/tomreeves/followers', 'following_url': 'https://api.github.com/users/tomreeves/following{/other_user}', 'gists_url': 'https://api.github.com/users/tomreeves/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/tomreeves/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/tomreeves/subscriptions', 'organizations_url': 'https://api.github.com/users/tomreeves/orgs', 'repos_url': 'https://api.github.com/users/tomreeves/repos', 'events_url': 'https://api.github.com/users/tomreeves/events{/privacy}', 'received_events_url': 'https://api.github.com/users/tomreeves/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-08-21T14:30:16Z2020-08-24T09:21:40Z2020-08-24T09:21:37ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/134', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/134', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/134.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/134.patch'}
5856https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/133https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/133/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/133/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/133/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/133671976721MDExOlB1bGxSZXF1ZXN0NDYyMDk0ODMz133Release v7.1.0{'login': 'tomreeves', 'id': 12796848, 'node_id': 'MDQ6VXNlcjEyNzk2ODQ4', 'avatar_url': 'https://avatars3.githubusercontent.com/u/12796848?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tomreeves', 'html_url': 'https://github.com/tomreeves', 'followers_url': 'https://api.github.com/users/tomreeves/followers', 'following_url': 'https://api.github.com/users/tomreeves/following{/other_user}', 'gists_url': 'https://api.github.com/users/tomreeves/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/tomreeves/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/tomreeves/subscriptions', 'organizations_url': 'https://api.github.com/users/tomreeves/orgs', 'repos_url': 'https://api.github.com/users/tomreeves/repos', 'events_url': 'https://api.github.com/users/tomreeves/events{/privacy}', 'received_events_url': 'https://api.github.com/users/tomreeves/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-08-03T10:31:52Z2020-08-03T10:35:17Z2020-08-03T10:35:13ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/133', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/133', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/133.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/133.patch'}
5957https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/132https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/132/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/132/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/132/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/132671939187MDExOlB1bGxSZXF1ZXN0NDYyMDYzMzIz132BEV-854 - Render prop string to object{'login': 'tomreeves', 'id': 12796848, 'node_id': 'MDQ6VXNlcjEyNzk2ODQ4', 'avatar_url': 'https://avatars3.githubusercontent.com/u/12796848?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tomreeves', 'html_url': 'https://github.com/tomreeves', 'followers_url': 'https://api.github.com/users/tomreeves/followers', 'following_url': 'https://api.github.com/users/tomreeves/following{/other_user}', 'gists_url': 'https://api.github.com/users/tomreeves/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/tomreeves/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/tomreeves/subscriptions', 'organizations_url': 'https://api.github.com/users/tomreeves/orgs', 'repos_url': 'https://api.github.com/users/tomreeves/repos', 'events_url': 'https://api.github.com/users/tomreeves/events{/privacy}', 'received_events_url': 'https://api.github.com/users/tomreeves/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-08-03T09:32:43Z2020-08-03T09:49:51Z2020-08-03T09:49:48ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/132', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/132', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/132.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/132.patch'}
6058https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/131https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/131/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/131/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/131/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/131668825445MDExOlB1bGxSZXF1ZXN0NDU5MjY3MDU4131Bump elliptic from 6.5.2 to 6.5.3{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars0.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', 'site_admin': False}[{'id': 1380495221, 'node_id': 'MDU6TGFiZWwxMzgwNDk1MjIx', 'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]openFalse[]02020-07-30T14:54:28Z2020-07-30T14:54:29ZNONEBumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/indutny/elliptic/commit/8647803dc3d90506aa03021737f7b061ba959ae1"><code>8647803</code></a> 6.5.3</li> <li><a href="https://github.com/indutny/elliptic/commit/856fe4d99fe7b6200556e6400b3bf585b1721bec"><code>856fe4d</code></a> signature: prevent malleability and overflows</li> <li>See full diff in <a href="https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=elliptic&package-manager=npm_and_yarn&previous-version=6.5.2&new-version=6.5.3)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/shortlist-digital/tapestry-lite/network/alerts). </details>{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/131', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/131', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/131.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/131.patch'}
6159https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/130https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/130/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/130/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/130/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/130665041781MDExOlB1bGxSZXF1ZXN0NDU2MTgwMjU2130Release v7.0.0{'login': 'tomreeves', 'id': 12796848, 'node_id': 'MDQ6VXNlcjEyNzk2ODQ4', 'avatar_url': 'https://avatars3.githubusercontent.com/u/12796848?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tomreeves', 'html_url': 'https://github.com/tomreeves', 'followers_url': 'https://api.github.com/users/tomreeves/followers', 'following_url': 'https://api.github.com/users/tomreeves/following{/other_user}', 'gists_url': 'https://api.github.com/users/tomreeves/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/tomreeves/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/tomreeves/subscriptions', 'organizations_url': 'https://api.github.com/users/tomreeves/orgs', 'repos_url': 'https://api.github.com/users/tomreeves/repos', 'events_url': 'https://api.github.com/users/tomreeves/events{/privacy}', 'received_events_url': 'https://api.github.com/users/tomreeves/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-07-24T09:24:15Z2020-07-24T09:26:07Z2020-07-24T09:26:07ZCONTRIBUTOR- Refactor Redis cache {'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/130', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/130', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/130.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/130.patch'}
6260https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/129https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/129/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/129/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/129/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/129661724221MDExOlB1bGxSZXF1ZXN0NDUzMzYzMTMz129update package.json and CHANGELOG{'login': 'romulodl', 'id': 922624, 'node_id': 'MDQ6VXNlcjkyMjYyNA==', 'avatar_url': 'https://avatars3.githubusercontent.com/u/922624?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/romulodl', 'html_url': 'https://github.com/romulodl', 'followers_url': 'https://api.github.com/users/romulodl/followers', 'following_url': 'https://api.github.com/users/romulodl/following{/other_user}', 'gists_url': 'https://api.github.com/users/romulodl/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/romulodl/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/romulodl/subscriptions', 'organizations_url': 'https://api.github.com/users/romulodl/orgs', 'repos_url': 'https://api.github.com/users/romulodl/repos', 'events_url': 'https://api.github.com/users/romulodl/events{/privacy}', 'received_events_url': 'https://api.github.com/users/romulodl/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-07-20T11:44:10Z2020-07-20T13:39:47Z2020-07-20T13:39:40ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/129', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/129', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/129.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/129.patch'}
6361https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/128https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/128/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/128/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/128/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/128659167293MDExOlB1bGxSZXF1ZXN0NDUxMDQ3MDk1128rename nonCacheableEndpoint to secondaryEndpoint and use redis cache for this endpoint{'login': 'romulodl', 'id': 922624, 'node_id': 'MDQ6VXNlcjkyMjYyNA==', 'avatar_url': 'https://avatars3.githubusercontent.com/u/922624?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/romulodl', 'html_url': 'https://github.com/romulodl', 'followers_url': 'https://api.github.com/users/romulodl/followers', 'following_url': 'https://api.github.com/users/romulodl/following{/other_user}', 'gists_url': 'https://api.github.com/users/romulodl/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/romulodl/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/romulodl/subscriptions', 'organizations_url': 'https://api.github.com/users/romulodl/orgs', 'repos_url': 'https://api.github.com/users/romulodl/repos', 'events_url': 'https://api.github.com/users/romulodl/events{/privacy}', 'received_events_url': 'https://api.github.com/users/romulodl/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-07-17T11:20:37Z2020-07-20T11:19:10Z2020-07-20T11:19:05ZCONTRIBUTORand puts redis cache back{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/128', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/128', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/128.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/128.patch'}
6462https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/127https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/127/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/127/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/127/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/127657222713MDExOlB1bGxSZXF1ZXN0NDQ5Mzc1NDcx127BEV-784 - Refactor Redis cache{'login': 'tomreeves', 'id': 12796848, 'node_id': 'MDQ6VXNlcjEyNzk2ODQ4', 'avatar_url': 'https://avatars3.githubusercontent.com/u/12796848?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tomreeves', 'html_url': 'https://github.com/tomreeves', 'followers_url': 'https://api.github.com/users/tomreeves/followers', 'following_url': 'https://api.github.com/users/tomreeves/following{/other_user}', 'gists_url': 'https://api.github.com/users/tomreeves/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/tomreeves/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/tomreeves/subscriptions', 'organizations_url': 'https://api.github.com/users/tomreeves/orgs', 'repos_url': 'https://api.github.com/users/tomreeves/repos', 'events_url': 'https://api.github.com/users/tomreeves/events{/privacy}', 'received_events_url': 'https://api.github.com/users/tomreeves/received_events', 'type': 'User', 'site_admin': False}[{'id': 2205504461, 'node_id': 'MDU6TGFiZWwyMjA1NTA0NDYx', 'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/labels/wip', 'name': 'wip', 'color': '561ca0', 'default': False, 'description': ''}]closedFalse[]02020-07-15T09:56:35Z2020-07-24T09:20:26Z2020-07-24T09:20:23ZCONTRIBUTORLifted the level at which the HTML doc is composed which will allow us more granular control and (for example) inject non-cacheable user sessions, without needing to create user specific cache keys. Should help keep all SSR down. {'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/127', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/127', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/127.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/127.patch'}
6563https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/126https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/126/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/126/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/126/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/126648883567MDExOlB1bGxSZXF1ZXN0NDQyNjE2OTgz126update package.json and CHANGELOG{'login': 'romulodl', 'id': 922624, 'node_id': 'MDQ6VXNlcjkyMjYyNA==', 'avatar_url': 'https://avatars3.githubusercontent.com/u/922624?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/romulodl', 'html_url': 'https://github.com/romulodl', 'followers_url': 'https://api.github.com/users/romulodl/followers', 'following_url': 'https://api.github.com/users/romulodl/following{/other_user}', 'gists_url': 'https://api.github.com/users/romulodl/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/romulodl/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/romulodl/subscriptions', 'organizations_url': 'https://api.github.com/users/romulodl/orgs', 'repos_url': 'https://api.github.com/users/romulodl/repos', 'events_url': 'https://api.github.com/users/romulodl/events{/privacy}', 'received_events_url': 'https://api.github.com/users/romulodl/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-07-01T10:51:10Z2020-07-01T10:59:47Z2020-07-01T10:59:43ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/126', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/126', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/126.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/126.patch'}
6664https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/125https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/125/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/125/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/125/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/125648255264MDExOlB1bGxSZXF1ZXN0NDQyMDk2MDky125nonCacheableEndpoint should not called for previews{'login': 'romulodl', 'id': 922624, 'node_id': 'MDQ6VXNlcjkyMjYyNA==', 'avatar_url': 'https://avatars3.githubusercontent.com/u/922624?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/romulodl', 'html_url': 'https://github.com/romulodl', 'followers_url': 'https://api.github.com/users/romulodl/followers', 'following_url': 'https://api.github.com/users/romulodl/following{/other_user}', 'gists_url': 'https://api.github.com/users/romulodl/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/romulodl/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/romulodl/subscriptions', 'organizations_url': 'https://api.github.com/users/romulodl/orgs', 'repos_url': 'https://api.github.com/users/romulodl/repos', 'events_url': 'https://api.github.com/users/romulodl/events{/privacy}', 'received_events_url': 'https://api.github.com/users/romulodl/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-06-30T15:07:07Z2020-07-01T09:42:51Z2020-07-01T09:42:48ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/125', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/125', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/125.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/125.patch'}
6765https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/124https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/124/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/124/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/124/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/124645675366MDExOlB1bGxSZXF1ZXN0NDQwMTEyNTA4124update version on package.json to 6.4.1{'login': 'romulodl', 'id': 922624, 'node_id': 'MDQ6VXNlcjkyMjYyNA==', 'avatar_url': 'https://avatars3.githubusercontent.com/u/922624?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/romulodl', 'html_url': 'https://github.com/romulodl', 'followers_url': 'https://api.github.com/users/romulodl/followers', 'following_url': 'https://api.github.com/users/romulodl/following{/other_user}', 'gists_url': 'https://api.github.com/users/romulodl/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/romulodl/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/romulodl/subscriptions', 'organizations_url': 'https://api.github.com/users/romulodl/orgs', 'repos_url': 'https://api.github.com/users/romulodl/repos', 'events_url': 'https://api.github.com/users/romulodl/events{/privacy}', 'received_events_url': 'https://api.github.com/users/romulodl/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-06-25T15:54:49Z2020-06-25T16:14:04Z2020-06-25T16:13:59ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/124', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/124', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/124.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/124.patch'}
6866https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/123https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/123/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/123/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/123/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/123643182606MDExOlB1bGxSZXF1ZXN0NDM4MDMxMjkx123Feature/BEV-676 - Apply Gouda endpoint{'login': 'romulodl', 'id': 922624, 'node_id': 'MDQ6VXNlcjkyMjYyNA==', 'avatar_url': 'https://avatars3.githubusercontent.com/u/922624?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/romulodl', 'html_url': 'https://github.com/romulodl', 'followers_url': 'https://api.github.com/users/romulodl/followers', 'following_url': 'https://api.github.com/users/romulodl/following{/other_user}', 'gists_url': 'https://api.github.com/users/romulodl/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/romulodl/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/romulodl/subscriptions', 'organizations_url': 'https://api.github.com/users/romulodl/orgs', 'repos_url': 'https://api.github.com/users/romulodl/repos', 'events_url': 'https://api.github.com/users/romulodl/events{/privacy}', 'received_events_url': 'https://api.github.com/users/romulodl/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]12020-06-22T15:49:04Z2020-06-25T13:49:01Z2020-06-25T13:48:56ZCONTRIBUTORAllows us to test different EPs that can bypass the Redis cache.{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/123', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/123', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/123.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/123.patch'}
6967https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/122https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/122/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/122/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/122/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/122635320237MDExOlB1bGxSZXF1ZXN0NDMxNzAyMTQ5122updated release version to 6.3.1{'login': 'industriousparadigm', 'id': 36443307, 'node_id': 'MDQ6VXNlcjM2NDQzMzA3', 'avatar_url': 'https://avatars3.githubusercontent.com/u/36443307?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/industriousparadigm', 'html_url': 'https://github.com/industriousparadigm', 'followers_url': 'https://api.github.com/users/industriousparadigm/followers', 'following_url': 'https://api.github.com/users/industriousparadigm/following{/other_user}', 'gists_url': 'https://api.github.com/users/industriousparadigm/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/industriousparadigm/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/industriousparadigm/subscriptions', 'organizations_url': 'https://api.github.com/users/industriousparadigm/orgs', 'repos_url': 'https://api.github.com/users/industriousparadigm/repos', 'events_url': 'https://api.github.com/users/industriousparadigm/events{/privacy}', 'received_events_url': 'https://api.github.com/users/industriousparadigm/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-06-09T10:44:06Z2020-06-09T10:57:25Z2020-06-09T10:57:12ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/122', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/122', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/122.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/122.patch'}
7068https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/121https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/121/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/121/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/121/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/121634600575MDExOlB1bGxSZXF1ZXN0NDMxMTI1MzQw121BEV-253: secured XSS defenses for Preview urls{'login': 'industriousparadigm', 'id': 36443307, 'node_id': 'MDQ6VXNlcjM2NDQzMzA3', 'avatar_url': 'https://avatars3.githubusercontent.com/u/36443307?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/industriousparadigm', 'html_url': 'https://github.com/industriousparadigm', 'followers_url': 'https://api.github.com/users/industriousparadigm/followers', 'following_url': 'https://api.github.com/users/industriousparadigm/following{/other_user}', 'gists_url': 'https://api.github.com/users/industriousparadigm/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/industriousparadigm/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/industriousparadigm/subscriptions', 'organizations_url': 'https://api.github.com/users/industriousparadigm/orgs', 'repos_url': 'https://api.github.com/users/industriousparadigm/repos', 'events_url': 'https://api.github.com/users/industriousparadigm/events{/privacy}', 'received_events_url': 'https://api.github.com/users/industriousparadigm/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-06-08T13:12:53Z2020-06-08T17:09:18Z2020-06-08T17:09:14ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/121', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/121', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/121.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/121.patch'}
7169https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/120https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/120/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/120/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/120/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/120632541223MDExOlB1bGxSZXF1ZXN0NDI5MjcxOTEz120Bump websocket-extensions from 0.1.3 to 0.1.4{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars0.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', 'site_admin': False}[{'id': 1380495221, 'node_id': 'MDU6TGFiZWwxMzgwNDk1MjIx', 'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]openFalse[]02020-06-06T15:41:48Z2020-06-25T13:49:49ZNONEBumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md">websocket-extensions's changelog</a>.</em></p> <blockquote> <h3>0.1.4 / 2020-06-02</h3> <ul> <li>Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin)</li> <li>Change license from MIT to Apache 2.0</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/faye/websocket-extensions-node/commit/8efd0cd6e35faf9bb9cb08759be1e27082177d43"><code>8efd0cd</code></a> Bump version to 0.1.4</li> <li><a href="https://github.com/faye/websocket-extensions-node/commit/3dad4ad44a8c5f74d4f8f4efd3f9d6e0b5df3051"><code>3dad4ad</code></a> Remove ReDoS vulnerability in the Sec-WebSocket-Extensions header parser</li> <li><a href="https://github.com/faye/websocket-extensions-node/commit/4a76c75efb1c5d6a2f60550e9501757458d19533"><code>4a76c75</code></a> Add Node versions 13 and 14 on Travis</li> <li><a href="https://github.com/faye/websocket-extensions-node/commit/44a677a9c0631daed0b0f4a4b68c095b624183b8"><code>44a677a</code></a> Formatting change: {...} should have spaces inside the braces</li> <li><a href="https://github.com/faye/websocket-extensions-node/commit/f6c50aba0c20ff45b0f87cea33babec1217ec3f5"><code>f6c50ab</code></a> Let npm reformat package.json</li> <li><a href="https://github.com/faye/websocket-extensions-node/commit/2d211f3705d52d9efb4f01daf5a253adf828592e"><code>2d211f3</code></a> Change markdown formatting of docs.</li> <li><a href="https://github.com/faye/websocket-extensions-node/commit/0b620834cc1e1f2eace1d55ab17f71d90d88271d"><code>0b62083</code></a> Update Travis target versions.</li> <li><a href="https://github.com/faye/websocket-extensions-node/commit/729a4653073fa8dd020561113513bfa2e2119415"><code>729a465</code></a> Switch license to Apache 2.0.</li> <li>See full diff in <a href="https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=websocket-extensions&package-manager=npm_and_yarn&previous-version=0.1.3&new-version=0.1.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/shortlist-digital/tapestry-lite/network/alerts). </details>{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/120', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/120', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/120.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/120.patch'}
7270https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/119https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/119/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/119/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/119/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/119579900951MDExOlB1bGxSZXF1ZXN0Mzg3MjExNzcw119Release v6.2.1{'login': 'tomreeves', 'id': 12796848, 'node_id': 'MDQ6VXNlcjEyNzk2ODQ4', 'avatar_url': 'https://avatars3.githubusercontent.com/u/12796848?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tomreeves', 'html_url': 'https://github.com/tomreeves', 'followers_url': 'https://api.github.com/users/tomreeves/followers', 'following_url': 'https://api.github.com/users/tomreeves/following{/other_user}', 'gists_url': 'https://api.github.com/users/tomreeves/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/tomreeves/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/tomreeves/subscriptions', 'organizations_url': 'https://api.github.com/users/tomreeves/orgs', 'repos_url': 'https://api.github.com/users/tomreeves/repos', 'events_url': 'https://api.github.com/users/tomreeves/events{/privacy}', 'received_events_url': 'https://api.github.com/users/tomreeves/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-03-12T12:21:10Z2020-03-12T12:24:23Z2020-03-12T12:24:20ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/119', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/119', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/119.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/119.patch'}
7371https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/118https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/118/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/118/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/118/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/118579897476MDExOlB1bGxSZXF1ZXN0Mzg3MjA4OTYw118BEV-108 - Make @babel/plugin-proposal-optional-chaining a dep{'login': 'tomreeves', 'id': 12796848, 'node_id': 'MDQ6VXNlcjEyNzk2ODQ4', 'avatar_url': 'https://avatars3.githubusercontent.com/u/12796848?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tomreeves', 'html_url': 'https://github.com/tomreeves', 'followers_url': 'https://api.github.com/users/tomreeves/followers', 'following_url': 'https://api.github.com/users/tomreeves/following{/other_user}', 'gists_url': 'https://api.github.com/users/tomreeves/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/tomreeves/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/tomreeves/subscriptions', 'organizations_url': 'https://api.github.com/users/tomreeves/orgs', 'repos_url': 'https://api.github.com/users/tomreeves/repos', 'events_url': 'https://api.github.com/users/tomreeves/events{/privacy}', 'received_events_url': 'https://api.github.com/users/tomreeves/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-03-12T12:14:48Z2020-03-12T12:17:39Z2020-03-12T12:17:32ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/118', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/118', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/118.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/118.patch'}
7472https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/117https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/117/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/117/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/117/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/117579856120MDExOlB1bGxSZXF1ZXN0Mzg3MTc0NzI4117Release v6.2.0{'login': 'tomreeves', 'id': 12796848, 'node_id': 'MDQ6VXNlcjEyNzk2ODQ4', 'avatar_url': 'https://avatars3.githubusercontent.com/u/12796848?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tomreeves', 'html_url': 'https://github.com/tomreeves', 'followers_url': 'https://api.github.com/users/tomreeves/followers', 'following_url': 'https://api.github.com/users/tomreeves/following{/other_user}', 'gists_url': 'https://api.github.com/users/tomreeves/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/tomreeves/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/tomreeves/subscriptions', 'organizations_url': 'https://api.github.com/users/tomreeves/orgs', 'repos_url': 'https://api.github.com/users/tomreeves/repos', 'events_url': 'https://api.github.com/users/tomreeves/events{/privacy}', 'received_events_url': 'https://api.github.com/users/tomreeves/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-03-12T10:57:28Z2020-03-12T11:05:51Z2020-03-12T11:05:47ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/117', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/117', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/117.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/117.patch'}
7573https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/116https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/116/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/116/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/116/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/116572734101MDExOlB1bGxSZXF1ZXN0MzgxMzcyNDI4116Upgrade hapi{'login': 'romulodl', 'id': 922624, 'node_id': 'MDQ6VXNlcjkyMjYyNA==', 'avatar_url': 'https://avatars3.githubusercontent.com/u/922624?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/romulodl', 'html_url': 'https://github.com/romulodl', 'followers_url': 'https://api.github.com/users/romulodl/followers', 'following_url': 'https://api.github.com/users/romulodl/following{/other_user}', 'gists_url': 'https://api.github.com/users/romulodl/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/romulodl/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/romulodl/subscriptions', 'organizations_url': 'https://api.github.com/users/romulodl/orgs', 'repos_url': 'https://api.github.com/users/romulodl/repos', 'events_url': 'https://api.github.com/users/romulodl/events{/privacy}', 'received_events_url': 'https://api.github.com/users/romulodl/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-02-28T12:45:37Z2020-02-28T15:05:27Z2020-02-28T15:05:23ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/116', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/116', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/116.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/116.patch'}
7674https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/115https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/115/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/115/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/115/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/115567634459MDExOlB1bGxSZXF1ZXN0Mzc3MjIyODMx115WIPWIPWIP{'login': 'romulodl', 'id': 922624, 'node_id': 'MDQ6VXNlcjkyMjYyNA==', 'avatar_url': 'https://avatars3.githubusercontent.com/u/922624?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/romulodl', 'html_url': 'https://github.com/romulodl', 'followers_url': 'https://api.github.com/users/romulodl/followers', 'following_url': 'https://api.github.com/users/romulodl/following{/other_user}', 'gists_url': 'https://api.github.com/users/romulodl/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/romulodl/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/romulodl/subscriptions', 'organizations_url': 'https://api.github.com/users/romulodl/orgs', 'repos_url': 'https://api.github.com/users/romulodl/repos', 'events_url': 'https://api.github.com/users/romulodl/events{/privacy}', 'received_events_url': 'https://api.github.com/users/romulodl/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02020-02-19T15:06:11Z2020-03-12T10:58:48Z2020-03-12T10:58:45ZCONTRIBUTORwip{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/115', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/115', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/115.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/115.patch'}
7775https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/114https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/114/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/114/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/114/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/114567532646MDExOlB1bGxSZXF1ZXN0Mzc3MTM5NDI0114Upgrade hapi{'login': 'tomreeves', 'id': 12796848, 'node_id': 'MDQ6VXNlcjEyNzk2ODQ4', 'avatar_url': 'https://avatars3.githubusercontent.com/u/12796848?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tomreeves', 'html_url': 'https://github.com/tomreeves', 'followers_url': 'https://api.github.com/users/tomreeves/followers', 'following_url': 'https://api.github.com/users/tomreeves/following{/other_user}', 'gists_url': 'https://api.github.com/users/tomreeves/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/tomreeves/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/tomreeves/subscriptions', 'organizations_url': 'https://api.github.com/users/tomreeves/orgs', 'repos_url': 'https://api.github.com/users/tomreeves/repos', 'events_url': 'https://api.github.com/users/tomreeves/events{/privacy}', 'received_events_url': 'https://api.github.com/users/tomreeves/received_events', 'type': 'User', 'site_admin': False}[{'id': 1380495221, 'node_id': 'MDU6TGFiZWwxMzgwNDk1MjIx', 'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]closedFalse[]32020-02-19T12:22:35Z2020-02-28T15:05:27Z2020-02-28T12:44:32ZCONTRIBUTORChange includes: - Hapi upgrade to v18.4.0 (v19.x.x requires node 12.x.x, which will be coming as an iteration) - Require Node v10.18.1 which will unblock negating certain security vulnerabilities. Buys us another ~12 months or so. - Remove Boom / @hapi/boom (not used){'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/114', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/114', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/114.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/114.patch'}
7876https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/113https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/113/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/113/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/113/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/113558238262MDExOlB1bGxSZXF1ZXN0MzY5NjY2NTk3113Remove editorconfig and precommit hook{'login': 'tomreeves', 'id': 12796848, 'node_id': 'MDQ6VXNlcjEyNzk2ODQ4', 'avatar_url': 'https://avatars3.githubusercontent.com/u/12796848?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tomreeves', 'html_url': 'https://github.com/tomreeves', 'followers_url': 'https://api.github.com/users/tomreeves/followers', 'following_url': 'https://api.github.com/users/tomreeves/following{/other_user}', 'gists_url': 'https://api.github.com/users/tomreeves/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/tomreeves/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/tomreeves/subscriptions', 'organizations_url': 'https://api.github.com/users/tomreeves/orgs', 'repos_url': 'https://api.github.com/users/tomreeves/repos', 'events_url': 'https://api.github.com/users/tomreeves/events{/privacy}', 'received_events_url': 'https://api.github.com/users/tomreeves/received_events', 'type': 'User', 'site_admin': False}[{'id': 1380495221, 'node_id': 'MDU6TGFiZWwxMzgwNDk1MjIx', 'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]openFalse[]02020-01-31T16:36:25Z2020-02-03T10:27:16ZCONTRIBUTORPackage has vulnerabilities. Could find a maintained alternative but IMO not required {'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/113', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/113', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/113.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/113.patch'}
7977https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/112https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/112/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/112/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/112/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/112558191732MDExOlB1bGxSZXF1ZXN0MzY5NjI5Njg3112Webpack upgrade (not ready for merge - pending PR 111){'login': 'tomreeves', 'id': 12796848, 'node_id': 'MDQ6VXNlcjEyNzk2ODQ4', 'avatar_url': 'https://avatars3.githubusercontent.com/u/12796848?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tomreeves', 'html_url': 'https://github.com/tomreeves', 'followers_url': 'https://api.github.com/users/tomreeves/followers', 'following_url': 'https://api.github.com/users/tomreeves/following{/other_user}', 'gists_url': 'https://api.github.com/users/tomreeves/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/tomreeves/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/tomreeves/subscriptions', 'organizations_url': 'https://api.github.com/users/tomreeves/orgs', 'repos_url': 'https://api.github.com/users/tomreeves/repos', 'events_url': 'https://api.github.com/users/tomreeves/events{/privacy}', 'received_events_url': 'https://api.github.com/users/tomreeves/received_events', 'type': 'User', 'site_admin': False}[{'id': 1380495221, 'node_id': 'MDU6TGFiZWwxMzgwNDk1MjIx', 'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]openFalse[]02020-01-31T15:16:03Z2020-02-03T10:27:06ZCONTRIBUTORUpgrade Webpack from 4.17.2 to 4.41.5, as the 4.17.2 requires a version of `terser-webpack-plugin` that contains a version of `serialize-javascript` that has a moderate security risk. This PR was branched off https://github.com/shortlist-digital/tapestry-lite/pull/111.{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/112', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/112', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/112.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/112.patch'}
8078https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/111https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/111/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/111/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/111/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/111558058048MDExOlB1bGxSZXF1ZXN0MzY5NTIzNjI2111Upgrade Hapi to 18.4.0, use Node 10.18.1{'login': 'tomreeves', 'id': 12796848, 'node_id': 'MDQ6VXNlcjEyNzk2ODQ4', 'avatar_url': 'https://avatars3.githubusercontent.com/u/12796848?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tomreeves', 'html_url': 'https://github.com/tomreeves', 'followers_url': 'https://api.github.com/users/tomreeves/followers', 'following_url': 'https://api.github.com/users/tomreeves/following{/other_user}', 'gists_url': 'https://api.github.com/users/tomreeves/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/tomreeves/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/tomreeves/subscriptions', 'organizations_url': 'https://api.github.com/users/tomreeves/orgs', 'repos_url': 'https://api.github.com/users/tomreeves/repos', 'events_url': 'https://api.github.com/users/tomreeves/events{/privacy}', 'received_events_url': 'https://api.github.com/users/tomreeves/received_events', 'type': 'User', 'site_admin': False}[{'id': 1380495221, 'node_id': 'MDU6TGFiZWwxMzgwNDk1MjIx', 'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]closedFalse[]02020-01-31T10:51:50Z2020-02-19T12:23:04Z2020-02-19T12:23:01ZCONTRIBUTORChange includes: - Hapi upgrade to v18.4.0 (v19.x.x requires node 12.x.x, which will be coming as an iteration) - Require Node v10.18.1 which will unblock negating certain security vulnerabilities. Buys us another ~12 months or so. - Remove Boom / @hapi/boom (not used){'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/111', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/111', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/111.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/111.patch'}
8179https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/110https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/110/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/110/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/110/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/110557386838MDExOlB1bGxSZXF1ZXN0MzY4OTg0MDQ2110Bump assets-webpack-plugin version{'login': 'tomreeves', 'id': 12796848, 'node_id': 'MDQ6VXNlcjEyNzk2ODQ4', 'avatar_url': 'https://avatars3.githubusercontent.com/u/12796848?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tomreeves', 'html_url': 'https://github.com/tomreeves', 'followers_url': 'https://api.github.com/users/tomreeves/followers', 'following_url': 'https://api.github.com/users/tomreeves/following{/other_user}', 'gists_url': 'https://api.github.com/users/tomreeves/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/tomreeves/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/tomreeves/subscriptions', 'organizations_url': 'https://api.github.com/users/tomreeves/orgs', 'repos_url': 'https://api.github.com/users/tomreeves/repos', 'events_url': 'https://api.github.com/users/tomreeves/events{/privacy}', 'received_events_url': 'https://api.github.com/users/tomreeves/received_events', 'type': 'User', 'site_admin': False}[{'id': 1380495221, 'node_id': 'MDU6TGFiZWwxMzgwNDk1MjIx', 'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]openFalse[]02020-01-30T10:04:52Z2020-02-03T10:28:44ZCONTRIBUTORUpdating from v3.9.6 due to it requiring an older (unsafe) version of Lodash.{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/110', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/110', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/110.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/110.patch'}
8280https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/109https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/109/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/109/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/109/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/109533320376MDExOlB1bGxSZXF1ZXN0MzQ5NDE1NTky109Fix: Cache purge{'login': 'thomasdigby', 'id': 3226804, 'node_id': 'MDQ6VXNlcjMyMjY4MDQ=', 'avatar_url': 'https://avatars1.githubusercontent.com/u/3226804?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/thomasdigby', 'html_url': 'https://github.com/thomasdigby', 'followers_url': 'https://api.github.com/users/thomasdigby/followers', 'following_url': 'https://api.github.com/users/thomasdigby/following{/other_user}', 'gists_url': 'https://api.github.com/users/thomasdigby/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/thomasdigby/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/thomasdigby/subscriptions', 'organizations_url': 'https://api.github.com/users/thomasdigby/orgs', 'repos_url': 'https://api.github.com/users/thomasdigby/repos', 'events_url': 'https://api.github.com/users/thomasdigby/events{/privacy}', 'received_events_url': 'https://api.github.com/users/thomasdigby/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02019-12-05T12:26:45Z2020-01-06T12:10:52Z2020-01-06T12:10:52ZCONTRIBUTORCreated a new method on `tapestry.config.js` to allow users to declare all possible keys for a cache entry. This allows Tapestry to clear all instances of the cache entry and not just the default one. Moved the heavy lifting of the cache keys and running those methods into the cache-manager utility.{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/109', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/109', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/109.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/109.patch'}
8381https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/108https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/108/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/108/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/108/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/108532734787MDExOlB1bGxSZXF1ZXN0MzQ4OTMwMDE0108React Helmet upgrade{'login': 'thomasdigby', 'id': 3226804, 'node_id': 'MDQ6VXNlcjMyMjY4MDQ=', 'avatar_url': 'https://avatars1.githubusercontent.com/u/3226804?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/thomasdigby', 'html_url': 'https://github.com/thomasdigby', 'followers_url': 'https://api.github.com/users/thomasdigby/followers', 'following_url': 'https://api.github.com/users/thomasdigby/following{/other_user}', 'gists_url': 'https://api.github.com/users/thomasdigby/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/thomasdigby/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/thomasdigby/subscriptions', 'organizations_url': 'https://api.github.com/users/thomasdigby/orgs', 'repos_url': 'https://api.github.com/users/thomasdigby/repos', 'events_url': 'https://api.github.com/users/thomasdigby/events{/privacy}', 'received_events_url': 'https://api.github.com/users/thomasdigby/received_events', 'type': 'User', 'site_admin': False}[]openFalse[]02019-12-04T14:52:17Z2019-12-04T15:04:54ZCONTRIBUTORUpdate to `react-helmet-async` https://github.com/staylor/react-helmet-async{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/108', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/108', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/108.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/108.patch'}
8482https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/107https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/107/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/107/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/107/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/107526531048MDExOlB1bGxSZXF1ZXN0MzQzOTc4NDc4107V6.0.0{'login': 'thomasdigby', 'id': 3226804, 'node_id': 'MDQ6VXNlcjMyMjY4MDQ=', 'avatar_url': 'https://avatars1.githubusercontent.com/u/3226804?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/thomasdigby', 'html_url': 'https://github.com/thomasdigby', 'followers_url': 'https://api.github.com/users/thomasdigby/followers', 'following_url': 'https://api.github.com/users/thomasdigby/following{/other_user}', 'gists_url': 'https://api.github.com/users/thomasdigby/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/thomasdigby/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/thomasdigby/subscriptions', 'organizations_url': 'https://api.github.com/users/thomasdigby/orgs', 'repos_url': 'https://api.github.com/users/thomasdigby/repos', 'events_url': 'https://api.github.com/users/thomasdigby/events{/privacy}', 'received_events_url': 'https://api.github.com/users/thomasdigby/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]12019-11-21T11:21:16Z2019-11-21T12:46:55Z2019-11-21T11:21:29ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/107', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/107', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/107.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/107.patch'}
8583https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/106https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/106/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/106/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/106/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/106525039181MDExOlB1bGxSZXF1ZXN0MzQyNzA0Mjg2106Remove esmodule{'login': 'industriousparadigm', 'id': 36443307, 'node_id': 'MDQ6VXNlcjM2NDQzMzA3', 'avatar_url': 'https://avatars3.githubusercontent.com/u/36443307?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/industriousparadigm', 'html_url': 'https://github.com/industriousparadigm', 'followers_url': 'https://api.github.com/users/industriousparadigm/followers', 'following_url': 'https://api.github.com/users/industriousparadigm/following{/other_user}', 'gists_url': 'https://api.github.com/users/industriousparadigm/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/industriousparadigm/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/industriousparadigm/subscriptions', 'organizations_url': 'https://api.github.com/users/industriousparadigm/orgs', 'repos_url': 'https://api.github.com/users/industriousparadigm/repos', 'events_url': 'https://api.github.com/users/industriousparadigm/events{/privacy}', 'received_events_url': 'https://api.github.com/users/industriousparadigm/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02019-11-19T14:19:59Z2019-11-19T15:44:29Z2019-11-19T15:30:50ZCONTRIBUTORRemoved all logic that governed the optional esmodule mode.{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/106', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/106', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/106.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/106.patch'}
8684https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/105https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/105/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/105/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/105/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/105524910733MDExOlB1bGxSZXF1ZXN0MzQyNTk3NzQ4105Fix/react hooks{'login': 'thomasdigby', 'id': 3226804, 'node_id': 'MDQ6VXNlcjMyMjY4MDQ=', 'avatar_url': 'https://avatars1.githubusercontent.com/u/3226804?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/thomasdigby', 'html_url': 'https://github.com/thomasdigby', 'followers_url': 'https://api.github.com/users/thomasdigby/followers', 'following_url': 'https://api.github.com/users/thomasdigby/following{/other_user}', 'gists_url': 'https://api.github.com/users/thomasdigby/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/thomasdigby/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/thomasdigby/subscriptions', 'organizations_url': 'https://api.github.com/users/thomasdigby/orgs', 'repos_url': 'https://api.github.com/users/thomasdigby/repos', 'events_url': 'https://api.github.com/users/thomasdigby/events{/privacy}', 'received_events_url': 'https://api.github.com/users/thomasdigby/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]02019-11-19T10:18:33Z2019-11-19T12:07:32Z2019-11-19T12:07:28ZCONTRIBUTOR{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/105', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/105', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/105.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/105.patch'}
8785https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/104https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/104/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/104/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/104/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/104520986061MDExOlB1bGxSZXF1ZXN0MzM5NDU0MTI3104added cache key modifier{'login': 'industriousparadigm', 'id': 36443307, 'node_id': 'MDQ6VXNlcjM2NDQzMzA3', 'avatar_url': 'https://avatars3.githubusercontent.com/u/36443307?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/industriousparadigm', 'html_url': 'https://github.com/industriousparadigm', 'followers_url': 'https://api.github.com/users/industriousparadigm/followers', 'following_url': 'https://api.github.com/users/industriousparadigm/following{/other_user}', 'gists_url': 'https://api.github.com/users/industriousparadigm/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/industriousparadigm/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/industriousparadigm/subscriptions', 'organizations_url': 'https://api.github.com/users/industriousparadigm/orgs', 'repos_url': 'https://api.github.com/users/industriousparadigm/repos', 'events_url': 'https://api.github.com/users/industriousparadigm/events{/privacy}', 'received_events_url': 'https://api.github.com/users/industriousparadigm/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]12019-11-11T14:12:34Z2019-11-11T17:12:03Z2019-11-11T16:27:52ZCONTRIBUTORCache key modifier functionality added. Client can now add a function in their tapestry config if they want to run some logic to ensure different cache keys based on the request and initial cache key. An example of the usefulness of this feature would be the ability to generate a different cache based on the country the user is browsing from.{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/104', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/104', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/104.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/104.patch'}
8886https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/103https://api.github.com/repos/shortlist-digital/tapestry-litehttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/103/labels{/name}https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/103/commentshttps://api.github.com/repos/shortlist-digital/tapestry-lite/issues/103/eventshttps://github.com/shortlist-digital/tapestry-lite/pull/103510655172MDExOlB1bGxSZXF1ZXN0MzMwOTkxNjA0103Get headers{'login': 'industriousparadigm', 'id': 36443307, 'node_id': 'MDQ6VXNlcjM2NDQzMzA3', 'avatar_url': 'https://avatars3.githubusercontent.com/u/36443307?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/industriousparadigm', 'html_url': 'https://github.com/industriousparadigm', 'followers_url': 'https://api.github.com/users/industriousparadigm/followers', 'following_url': 'https://api.github.com/users/industriousparadigm/following{/other_user}', 'gists_url': 'https://api.github.com/users/industriousparadigm/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/industriousparadigm/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/industriousparadigm/subscriptions', 'organizations_url': 'https://api.github.com/users/industriousparadigm/orgs', 'repos_url': 'https://api.github.com/users/industriousparadigm/repos', 'events_url': 'https://api.github.com/users/industriousparadigm/events{/privacy}', 'received_events_url': 'https://api.github.com/users/industriousparadigm/received_events', 'type': 'User', 'site_admin': False}[]closedFalse[]22019-10-22T13:26:32Z2019-10-25T08:32:05Z2019-10-25T08:32:03ZCONTRIBUTORAdded functionality whereby the client can access headers passed during the browser's request. Client's tapestry.config.js file may now include, for instance ```headers: ['location', 'connection-speed']``` , and these will be available in the _tapestry object that is generated.{'url': 'https://api.github.com/repos/shortlist-digital/tapestry-lite/pulls/103', 'html_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/103', 'diff_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/103.diff', 'patch_url': 'https://github.com/shortlist-digital/tapestry-lite/pull/103.patch'}