357 KiB
357 KiB
1 | url | repository_url | labels_url | comments_url | events_url | html_url | id | node_id | number | title | user | labels | state | locked | assignee | assignees | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | body | performed_via_github_app | pull_request | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2 | 0 | https://api.github.com/repos/uklance/tapestry-atmosphere/issues/35 | https://api.github.com/repos/uklance/tapestry-atmosphere | https://api.github.com/repos/uklance/tapestry-atmosphere/issues/35/labels{/name} | https://api.github.com/repos/uklance/tapestry-atmosphere/issues/35/comments | https://api.github.com/repos/uklance/tapestry-atmosphere/issues/35/events | https://github.com/uklance/tapestry-atmosphere/issues/35 | 521678170 | MDU6SXNzdWU1MjE2NzgxNzA= | 35 | WebSocket 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} | [] | open | False | [] | 0 | 2019-11-12T17:02:24Z | 2019-11-12T17:02:24Z | NONE | I'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) ``` | ||||||
3 | 1 | https://api.github.com/repos/uklance/tapestry-atmosphere/issues/34 | https://api.github.com/repos/uklance/tapestry-atmosphere | https://api.github.com/repos/uklance/tapestry-atmosphere/issues/34/labels{/name} | https://api.github.com/repos/uklance/tapestry-atmosphere/issues/34/comments | https://api.github.com/repos/uklance/tapestry-atmosphere/issues/34/events | https://github.com/uklance/tapestry-atmosphere/issues/34 | 521167090 | MDU6SXNzdWU1MjExNjcwOTA= | 34 | There 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} | [] | open | False | [] | 1 | 2019-11-11T20:21:02Z | 2019-11-11T22:02:04Z | NONE | I'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 ``` | ||||||
4 | 2 | https://api.github.com/repos/uklance/tapestry-atmosphere/issues/33 | https://api.github.com/repos/uklance/tapestry-atmosphere | https://api.github.com/repos/uklance/tapestry-atmosphere/issues/33/labels{/name} | https://api.github.com/repos/uklance/tapestry-atmosphere/issues/33/comments | https://api.github.com/repos/uklance/tapestry-atmosphere/issues/33/events | https://github.com/uklance/tapestry-atmosphere/issues/33 | 511800241 | MDU6SXNzdWU1MTE4MDAyNDE= | 33 | Ask 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} | [] | open | False | [] | 0 | 2019-10-24T08:49:44Z | 2019-10-24T08:49:44Z | NONE | Hi, 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. | ||||||
5 | 3 | https://api.github.com/repos/dbelob/helloworld-web/issues/7 | https://api.github.com/repos/dbelob/helloworld-web | https://api.github.com/repos/dbelob/helloworld-web/issues/7/labels{/name} | https://api.github.com/repos/dbelob/helloworld-web/issues/7/comments | https://api.github.com/repos/dbelob/helloworld-web/issues/7/events | https://github.com/dbelob/helloworld-web/pull/7 | 605709804 | MDExOlB1bGxSZXF1ZXN0NDA4MDYxNjY1 | 7 | Bump 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'}] | closed | False | [] | 0 | 2020-04-23T17:19:55Z | 2020-04-24T10:45:30Z | 2020-04-24T10:45:27Z | CONTRIBUTOR | Bumps [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'} | ||||
6 | 4 | https://api.github.com/repos/dbelob/helloworld-web/issues/6 | https://api.github.com/repos/dbelob/helloworld-web | https://api.github.com/repos/dbelob/helloworld-web/issues/6/labels{/name} | https://api.github.com/repos/dbelob/helloworld-web/issues/6/comments | https://api.github.com/repos/dbelob/helloworld-web/issues/6/events | https://github.com/dbelob/helloworld-web/pull/6 | 590973641 | MDExOlB1bGxSZXF1ZXN0Mzk2MjIxMjc4 | 6 | Bump 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'}] | closed | False | [] | 0 | 2020-03-31T10:11:47Z | 2020-04-01T08:17:13Z | 2020-04-01T08:17:09Z | CONTRIBUTOR | Bumps `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 "https://dl.bintray.com/micronaut/core-releases-local" } } </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 "https://dl.bintray.com/micronaut/core-releases-local" } } </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 "https://dl.bintray.com/micronaut/core-releases-local" } } </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 "https://dl.bintray.com/micronaut/core-releases-local" } } </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 "https://dl.bintray.com/micronaut/core-releases-local" } } </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 "https://dl.bintray.com/micronaut/core-releases-local" } } </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 "https://dl.bintray.com/micronaut/core-releases-local" } } </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 "https://dl.bintray.com/micronaut/core-releases-local" } } </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 "https://dl.bintray.com/micronaut/core-releases-local" } } </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 "https://dl.bintray.com/micronaut/core-releases-local" } } </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 "https://dl.bintray.com/micronaut/core-releases-local" } } </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 "https://dl.bintray.com/micronaut/core-releases-local" } } </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 "https://dl.bintray.com/micronaut/core-releases-local" } } </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 "https://dl.bintray.com/micronaut/core-releases-local" } } </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 "https://dl.bintray.com/micronaut/core-releases-local" } } </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'} | ||||
7 | 5 | https://api.github.com/repos/dbelob/helloworld-web/issues/5 | https://api.github.com/repos/dbelob/helloworld-web | https://api.github.com/repos/dbelob/helloworld-web/issues/5/labels{/name} | https://api.github.com/repos/dbelob/helloworld-web/issues/5/comments | https://api.github.com/repos/dbelob/helloworld-web/issues/5/events | https://github.com/dbelob/helloworld-web/pull/5 | 575820868 | MDExOlB1bGxSZXF1ZXN0MzgzOTIwNTQ5 | 5 | Bump 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'}] | closed | False | [] | 0 | 2020-03-04T22:07:44Z | 2020-03-12T16:54:44Z | 2020-03-12T16:54:41Z | CONTRIBUTOR | Bumps [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'} | ||||
8 | 6 | https://api.github.com/repos/dbelob/helloworld-web/issues/4 | https://api.github.com/repos/dbelob/helloworld-web | https://api.github.com/repos/dbelob/helloworld-web/issues/4/labels{/name} | https://api.github.com/repos/dbelob/helloworld-web/issues/4/comments | https://api.github.com/repos/dbelob/helloworld-web/issues/4/events | https://github.com/dbelob/helloworld-web/pull/4 | 555784383 | MDExOlB1bGxSZXF1ZXN0MzY3NjYzNjc3 | 4 | Bump 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'}] | closed | False | [] | 0 | 2020-01-27T19:29:31Z | 2020-01-27T19:45:41Z | 2020-01-27T19:45:37Z | CONTRIBUTOR | Bumps `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'} | ||||
9 | 7 | https://api.github.com/repos/dbelob/helloworld-web/issues/3 | https://api.github.com/repos/dbelob/helloworld-web | https://api.github.com/repos/dbelob/helloworld-web/issues/3/labels{/name} | https://api.github.com/repos/dbelob/helloworld-web/issues/3/comments | https://api.github.com/repos/dbelob/helloworld-web/issues/3/events | https://github.com/dbelob/helloworld-web/pull/3 | 546988679 | MDExOlB1bGxSZXF1ZXN0MzYwNTYwNTE2 | 3 | Bump 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'}] | closed | False | [] | 0 | 2020-01-08T17:06:07Z | 2020-01-27T10:50:46Z | 2020-01-27T10:33:42Z | CONTRIBUTOR | Bumps [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 [@​SafeHtml](https://github.com/SafeHtml) > * HV-1739 - engine - CVE-2019-10219 Security issue with [@​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 [@​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 [@​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 [@​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'} | ||||
10 | 8 | https://api.github.com/repos/dbelob/helloworld-web/issues/2 | https://api.github.com/repos/dbelob/helloworld-web | https://api.github.com/repos/dbelob/helloworld-web/issues/2/labels{/name} | https://api.github.com/repos/dbelob/helloworld-web/issues/2/comments | https://api.github.com/repos/dbelob/helloworld-web/issues/2/events | https://github.com/dbelob/helloworld-web/pull/2 | 522001699 | MDExOlB1bGxSZXF1ZXN0MzQwMjc1MTk2 | 2 | Bump 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'}] | closed | False | [] | 0 | 2019-11-13T07:03:36Z | 2019-11-13T13:06:27Z | 2019-11-13T13:06:24Z | CONTRIBUTOR | Bumps [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'} | ||||
11 | 9 | https://api.github.com/repos/dbelob/helloworld-web/issues/1 | https://api.github.com/repos/dbelob/helloworld-web | https://api.github.com/repos/dbelob/helloworld-web/issues/1/labels{/name} | https://api.github.com/repos/dbelob/helloworld-web/issues/1/comments | https://api.github.com/repos/dbelob/helloworld-web/issues/1/events | https://github.com/dbelob/helloworld-web/pull/1 | 514001489 | MDExOlB1bGxSZXF1ZXN0MzMzNjg2MjIw | 1 | Bump 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'}] | closed | False | [] | 0 | 2019-10-29T15:20:47Z | 2020-01-27T10:42:48Z | 2019-11-05T10:56:23Z | CONTRIBUTOR | Bumps [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 [@​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'} | ||||
12 | 10 | https://api.github.com/repos/dbelob/helloworld-web/issues/7 | https://api.github.com/repos/dbelob/helloworld-web | https://api.github.com/repos/dbelob/helloworld-web/issues/7/labels{/name} | https://api.github.com/repos/dbelob/helloworld-web/issues/7/comments | https://api.github.com/repos/dbelob/helloworld-web/issues/7/events | https://github.com/dbelob/helloworld-web/pull/7 | 605709804 | MDExOlB1bGxSZXF1ZXN0NDA4MDYxNjY1 | 7 | Bump 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'}] | closed | False | [] | 0 | 2020-04-23T17:19:55Z | 2020-04-24T10:45:30Z | 2020-04-24T10:45:27Z | CONTRIBUTOR | Bumps [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'} | ||||
13 | 11 | https://api.github.com/repos/dbelob/helloworld-web/issues/6 | https://api.github.com/repos/dbelob/helloworld-web | https://api.github.com/repos/dbelob/helloworld-web/issues/6/labels{/name} | https://api.github.com/repos/dbelob/helloworld-web/issues/6/comments | https://api.github.com/repos/dbelob/helloworld-web/issues/6/events | https://github.com/dbelob/helloworld-web/pull/6 | 590973641 | MDExOlB1bGxSZXF1ZXN0Mzk2MjIxMjc4 | 6 | Bump 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'}] | closed | False | [] | 0 | 2020-03-31T10:11:47Z | 2020-04-01T08:17:13Z | 2020-04-01T08:17:09Z | CONTRIBUTOR | Bumps `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 "https://dl.bintray.com/micronaut/core-releases-local" } } </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 "https://dl.bintray.com/micronaut/core-releases-local" } } </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 "https://dl.bintray.com/micronaut/core-releases-local" } } </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 "https://dl.bintray.com/micronaut/core-releases-local" } } </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 "https://dl.bintray.com/micronaut/core-releases-local" } } </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 "https://dl.bintray.com/micronaut/core-releases-local" } } </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 "https://dl.bintray.com/micronaut/core-releases-local" } } </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 "https://dl.bintray.com/micronaut/core-releases-local" } } </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 "https://dl.bintray.com/micronaut/core-releases-local" } } </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 "https://dl.bintray.com/micronaut/core-releases-local" } } </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 "https://dl.bintray.com/micronaut/core-releases-local" } } </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 "https://dl.bintray.com/micronaut/core-releases-local" } } </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 "https://dl.bintray.com/micronaut/core-releases-local" } } </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 "https://dl.bintray.com/micronaut/core-releases-local" } } </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 "https://dl.bintray.com/micronaut/core-releases-local" } } </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'} | ||||
14 | 12 | https://api.github.com/repos/dbelob/helloworld-web/issues/5 | https://api.github.com/repos/dbelob/helloworld-web | https://api.github.com/repos/dbelob/helloworld-web/issues/5/labels{/name} | https://api.github.com/repos/dbelob/helloworld-web/issues/5/comments | https://api.github.com/repos/dbelob/helloworld-web/issues/5/events | https://github.com/dbelob/helloworld-web/pull/5 | 575820868 | MDExOlB1bGxSZXF1ZXN0MzgzOTIwNTQ5 | 5 | Bump 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'}] | closed | False | [] | 0 | 2020-03-04T22:07:44Z | 2020-03-12T16:54:44Z | 2020-03-12T16:54:41Z | CONTRIBUTOR | Bumps [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'} | ||||
15 | 13 | https://api.github.com/repos/dbelob/helloworld-web/issues/4 | https://api.github.com/repos/dbelob/helloworld-web | https://api.github.com/repos/dbelob/helloworld-web/issues/4/labels{/name} | https://api.github.com/repos/dbelob/helloworld-web/issues/4/comments | https://api.github.com/repos/dbelob/helloworld-web/issues/4/events | https://github.com/dbelob/helloworld-web/pull/4 | 555784383 | MDExOlB1bGxSZXF1ZXN0MzY3NjYzNjc3 | 4 | Bump 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'}] | closed | False | [] | 0 | 2020-01-27T19:29:31Z | 2020-01-27T19:45:41Z | 2020-01-27T19:45:37Z | CONTRIBUTOR | Bumps `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'} | ||||
16 | 14 | https://api.github.com/repos/dbelob/helloworld-web/issues/3 | https://api.github.com/repos/dbelob/helloworld-web | https://api.github.com/repos/dbelob/helloworld-web/issues/3/labels{/name} | https://api.github.com/repos/dbelob/helloworld-web/issues/3/comments | https://api.github.com/repos/dbelob/helloworld-web/issues/3/events | https://github.com/dbelob/helloworld-web/pull/3 | 546988679 | MDExOlB1bGxSZXF1ZXN0MzYwNTYwNTE2 | 3 | Bump 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'}] | closed | False | [] | 0 | 2020-01-08T17:06:07Z | 2020-01-27T10:50:46Z | 2020-01-27T10:33:42Z | CONTRIBUTOR | Bumps [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 [@​SafeHtml](https://github.com/SafeHtml) > * HV-1739 - engine - CVE-2019-10219 Security issue with [@​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 [@​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 [@​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 [@​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'} | ||||
17 | 15 | https://api.github.com/repos/dbelob/helloworld-web/issues/2 | https://api.github.com/repos/dbelob/helloworld-web | https://api.github.com/repos/dbelob/helloworld-web/issues/2/labels{/name} | https://api.github.com/repos/dbelob/helloworld-web/issues/2/comments | https://api.github.com/repos/dbelob/helloworld-web/issues/2/events | https://github.com/dbelob/helloworld-web/pull/2 | 522001699 | MDExOlB1bGxSZXF1ZXN0MzQwMjc1MTk2 | 2 | Bump 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'}] | closed | False | [] | 0 | 2019-11-13T07:03:36Z | 2019-11-13T13:06:27Z | 2019-11-13T13:06:24Z | CONTRIBUTOR | Bumps [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'} | ||||
18 | 16 | https://api.github.com/repos/dbelob/helloworld-web/issues/1 | https://api.github.com/repos/dbelob/helloworld-web | https://api.github.com/repos/dbelob/helloworld-web/issues/1/labels{/name} | https://api.github.com/repos/dbelob/helloworld-web/issues/1/comments | https://api.github.com/repos/dbelob/helloworld-web/issues/1/events | https://github.com/dbelob/helloworld-web/pull/1 | 514001489 | MDExOlB1bGxSZXF1ZXN0MzMzNjg2MjIw | 1 | Bump 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'}] | closed | False | [] | 0 | 2019-10-29T15:20:47Z | 2020-01-27T10:42:48Z | 2019-11-05T10:56:23Z | CONTRIBUTOR | Bumps [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 [@​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'} | ||||
19 | 17 | https://api.github.com/repos/apache/tapestry4/issues/8 | https://api.github.com/repos/apache/tapestry4 | https://api.github.com/repos/apache/tapestry4/issues/8/labels{/name} | https://api.github.com/repos/apache/tapestry4/issues/8/comments | https://api.github.com/repos/apache/tapestry4/issues/8/events | https://github.com/apache/tapestry4/pull/8 | 509067922 | MDExOlB1bGxSZXF1ZXN0MzI5NzI4MzEy | 8 | Bump 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'}] | open | False | [] | 0 | 2019-10-18T13:05:49Z | 2019-10-18T13:05:50Z | NONE | Bumps 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'} | |||||
20 | 18 | https://api.github.com/repos/apache/tapestry4/issues/8 | https://api.github.com/repos/apache/tapestry4 | https://api.github.com/repos/apache/tapestry4/issues/8/labels{/name} | https://api.github.com/repos/apache/tapestry4/issues/8/comments | https://api.github.com/repos/apache/tapestry4/issues/8/events | https://github.com/apache/tapestry4/pull/8 | 509067922 | MDExOlB1bGxSZXF1ZXN0MzI5NzI4MzEy | 8 | Bump 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'}] | open | False | [] | 0 | 2019-10-18T13:05:49Z | 2019-10-18T13:05:50Z | NONE | Bumps 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'} | |||||
21 | 19 | https://api.github.com/repos/apache/tapestry3/issues/2 | https://api.github.com/repos/apache/tapestry3 | https://api.github.com/repos/apache/tapestry3/issues/2/labels{/name} | https://api.github.com/repos/apache/tapestry3/issues/2/comments | https://api.github.com/repos/apache/tapestry3/issues/2/events | https://github.com/apache/tapestry3/pull/2 | 562888177 | MDExOlB1bGxSZXF1ZXN0MzczNDAzMzc1 | 2 | [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} | [] | open | False | [] | 0 | 2020-02-10T23:21:19Z | 2020-02-10T23:21:19Z | NONE | [![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'} | |||||
22 | 20 | https://api.github.com/repos/apache/tapestry3/issues/1 | https://api.github.com/repos/apache/tapestry3 | https://api.github.com/repos/apache/tapestry3/issues/1/labels{/name} | https://api.github.com/repos/apache/tapestry3/issues/1/comments | https://api.github.com/repos/apache/tapestry3/issues/1/events | https://github.com/apache/tapestry3/pull/1 | 509066998 | MDExOlB1bGxSZXF1ZXN0MzI5NzI3NjA4 | 1 | Bump 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'}] | open | False | [] | 0 | 2019-10-18T13:04:10Z | 2019-10-18T13:04:11Z | NONE | Bumps 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'} | |||||
23 | 21 | https://api.github.com/repos/apache/tapestry3/issues/2 | https://api.github.com/repos/apache/tapestry3 | https://api.github.com/repos/apache/tapestry3/issues/2/labels{/name} | https://api.github.com/repos/apache/tapestry3/issues/2/comments | https://api.github.com/repos/apache/tapestry3/issues/2/events | https://github.com/apache/tapestry3/pull/2 | 562888177 | MDExOlB1bGxSZXF1ZXN0MzczNDAzMzc1 | 2 | [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} | [] | open | False | [] | 0 | 2020-02-10T23:21:19Z | 2020-02-10T23:21:19Z | NONE | [![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'} | |||||
24 | 22 | https://api.github.com/repos/apache/tapestry3/issues/1 | https://api.github.com/repos/apache/tapestry3 | https://api.github.com/repos/apache/tapestry3/issues/1/labels{/name} | https://api.github.com/repos/apache/tapestry3/issues/1/comments | https://api.github.com/repos/apache/tapestry3/issues/1/events | https://github.com/apache/tapestry3/pull/1 | 509066998 | MDExOlB1bGxSZXF1ZXN0MzI5NzI3NjA4 | 1 | Bump 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'}] | open | False | [] | 0 | 2019-10-18T13:04:10Z | 2019-10-18T13:04:11Z | NONE | Bumps 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'} | |||||
25 | 23 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/136 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/136/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/136/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/136/events | https://github.com/shortlist-digital/tapestry-lite/pull/136 | 692515842 | MDExOlB1bGxSZXF1ZXN0NDc5MTA4Mzg3 | 136 | Bump @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'}] | open | False | [] | 0 | 2020-09-03T23:41:38Z | 2020-09-03T23:41:39Z | NONE | Bumps [@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'} | |||||
26 | 24 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/135 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/135/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/135/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/135/events | https://github.com/shortlist-digital/tapestry-lite/pull/135 | 684512864 | MDExOlB1bGxSZXF1ZXN0NDcyMzg3MjEz | 135 | Release 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} | [] | closed | False | [] | 0 | 2020-08-24T09:23:18Z | 2020-08-24T10:53:14Z | 2020-08-24T10:53:11Z | CONTRIBUTOR | {'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'} | |||||
27 | 25 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/134 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/134/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/134/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/134/events | https://github.com/shortlist-digital/tapestry-lite/pull/134 | 683603483 | MDExOlB1bGxSZXF1ZXN0NDcxNjY4OTA5 | 134 | BEV-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} | [] | closed | False | [] | 0 | 2020-08-21T14:30:16Z | 2020-08-24T09:21:40Z | 2020-08-24T09:21:37Z | CONTRIBUTOR | {'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'} | |||||
28 | 26 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/133 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/133/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/133/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/133/events | https://github.com/shortlist-digital/tapestry-lite/pull/133 | 671976721 | MDExOlB1bGxSZXF1ZXN0NDYyMDk0ODMz | 133 | Release 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} | [] | closed | False | [] | 0 | 2020-08-03T10:31:52Z | 2020-08-03T10:35:17Z | 2020-08-03T10:35:13Z | CONTRIBUTOR | {'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'} | |||||
29 | 27 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/132 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/132/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/132/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/132/events | https://github.com/shortlist-digital/tapestry-lite/pull/132 | 671939187 | MDExOlB1bGxSZXF1ZXN0NDYyMDYzMzIz | 132 | BEV-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} | [] | closed | False | [] | 0 | 2020-08-03T09:32:43Z | 2020-08-03T09:49:51Z | 2020-08-03T09:49:48Z | CONTRIBUTOR | {'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'} | |||||
30 | 28 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/131 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/131/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/131/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/131/events | https://github.com/shortlist-digital/tapestry-lite/pull/131 | 668825445 | MDExOlB1bGxSZXF1ZXN0NDU5MjY3MDU4 | 131 | Bump 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'}] | open | False | [] | 0 | 2020-07-30T14:54:28Z | 2020-07-30T14:54:29Z | NONE | Bumps [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'} | |||||
31 | 29 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/130 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/130/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/130/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/130/events | https://github.com/shortlist-digital/tapestry-lite/pull/130 | 665041781 | MDExOlB1bGxSZXF1ZXN0NDU2MTgwMjU2 | 130 | Release 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} | [] | closed | False | [] | 0 | 2020-07-24T09:24:15Z | 2020-07-24T09:26:07Z | 2020-07-24T09:26:07Z | CONTRIBUTOR | - 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'} | ||||
32 | 30 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/129 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/129/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/129/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/129/events | https://github.com/shortlist-digital/tapestry-lite/pull/129 | 661724221 | MDExOlB1bGxSZXF1ZXN0NDUzMzYzMTMz | 129 | update 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} | [] | closed | False | [] | 0 | 2020-07-20T11:44:10Z | 2020-07-20T13:39:47Z | 2020-07-20T13:39:40Z | CONTRIBUTOR | {'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'} | |||||
33 | 31 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/128 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/128/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/128/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/128/events | https://github.com/shortlist-digital/tapestry-lite/pull/128 | 659167293 | MDExOlB1bGxSZXF1ZXN0NDUxMDQ3MDk1 | 128 | rename 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} | [] | closed | False | [] | 0 | 2020-07-17T11:20:37Z | 2020-07-20T11:19:10Z | 2020-07-20T11:19:05Z | CONTRIBUTOR | and 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'} | ||||
34 | 32 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/127 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/127/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/127/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/127/events | https://github.com/shortlist-digital/tapestry-lite/pull/127 | 657222713 | MDExOlB1bGxSZXF1ZXN0NDQ5Mzc1NDcx | 127 | BEV-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': ''}] | closed | False | [] | 0 | 2020-07-15T09:56:35Z | 2020-07-24T09:20:26Z | 2020-07-24T09:20:23Z | CONTRIBUTOR | Lifted 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'} | ||||
35 | 33 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/126 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/126/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/126/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/126/events | https://github.com/shortlist-digital/tapestry-lite/pull/126 | 648883567 | MDExOlB1bGxSZXF1ZXN0NDQyNjE2OTgz | 126 | update 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} | [] | closed | False | [] | 0 | 2020-07-01T10:51:10Z | 2020-07-01T10:59:47Z | 2020-07-01T10:59:43Z | CONTRIBUTOR | {'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'} | |||||
36 | 34 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/125 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/125/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/125/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/125/events | https://github.com/shortlist-digital/tapestry-lite/pull/125 | 648255264 | MDExOlB1bGxSZXF1ZXN0NDQyMDk2MDky | 125 | nonCacheableEndpoint 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} | [] | closed | False | [] | 0 | 2020-06-30T15:07:07Z | 2020-07-01T09:42:51Z | 2020-07-01T09:42:48Z | CONTRIBUTOR | {'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'} | |||||
37 | 35 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/124 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/124/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/124/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/124/events | https://github.com/shortlist-digital/tapestry-lite/pull/124 | 645675366 | MDExOlB1bGxSZXF1ZXN0NDQwMTEyNTA4 | 124 | update 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} | [] | closed | False | [] | 0 | 2020-06-25T15:54:49Z | 2020-06-25T16:14:04Z | 2020-06-25T16:13:59Z | CONTRIBUTOR | {'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'} | |||||
38 | 36 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/123 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/123/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/123/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/123/events | https://github.com/shortlist-digital/tapestry-lite/pull/123 | 643182606 | MDExOlB1bGxSZXF1ZXN0NDM4MDMxMjkx | 123 | Feature/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} | [] | closed | False | [] | 1 | 2020-06-22T15:49:04Z | 2020-06-25T13:49:01Z | 2020-06-25T13:48:56Z | CONTRIBUTOR | Allows 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'} | ||||
39 | 37 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/122 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/122/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/122/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/122/events | https://github.com/shortlist-digital/tapestry-lite/pull/122 | 635320237 | MDExOlB1bGxSZXF1ZXN0NDMxNzAyMTQ5 | 122 | updated 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} | [] | closed | False | [] | 0 | 2020-06-09T10:44:06Z | 2020-06-09T10:57:25Z | 2020-06-09T10:57:12Z | CONTRIBUTOR | {'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'} | |||||
40 | 38 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/121 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/121/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/121/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/121/events | https://github.com/shortlist-digital/tapestry-lite/pull/121 | 634600575 | MDExOlB1bGxSZXF1ZXN0NDMxMTI1MzQw | 121 | BEV-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} | [] | closed | False | [] | 0 | 2020-06-08T13:12:53Z | 2020-06-08T17:09:18Z | 2020-06-08T17:09:14Z | CONTRIBUTOR | {'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'} | |||||
41 | 39 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/120 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/120/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/120/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/120/events | https://github.com/shortlist-digital/tapestry-lite/pull/120 | 632541223 | MDExOlB1bGxSZXF1ZXN0NDI5MjcxOTEz | 120 | Bump 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'}] | open | False | [] | 0 | 2020-06-06T15:41:48Z | 2020-06-25T13:49:49Z | NONE | Bumps [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'} | |||||
42 | 40 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/119 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/119/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/119/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/119/events | https://github.com/shortlist-digital/tapestry-lite/pull/119 | 579900951 | MDExOlB1bGxSZXF1ZXN0Mzg3MjExNzcw | 119 | Release 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} | [] | closed | False | [] | 0 | 2020-03-12T12:21:10Z | 2020-03-12T12:24:23Z | 2020-03-12T12:24:20Z | CONTRIBUTOR | {'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'} | |||||
43 | 41 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/118 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/118/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/118/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/118/events | https://github.com/shortlist-digital/tapestry-lite/pull/118 | 579897476 | MDExOlB1bGxSZXF1ZXN0Mzg3MjA4OTYw | 118 | BEV-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} | [] | closed | False | [] | 0 | 2020-03-12T12:14:48Z | 2020-03-12T12:17:39Z | 2020-03-12T12:17:32Z | CONTRIBUTOR | {'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'} | |||||
44 | 42 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/117 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/117/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/117/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/117/events | https://github.com/shortlist-digital/tapestry-lite/pull/117 | 579856120 | MDExOlB1bGxSZXF1ZXN0Mzg3MTc0NzI4 | 117 | Release 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} | [] | closed | False | [] | 0 | 2020-03-12T10:57:28Z | 2020-03-12T11:05:51Z | 2020-03-12T11:05:47Z | CONTRIBUTOR | {'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'} | |||||
45 | 43 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/116 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/116/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/116/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/116/events | https://github.com/shortlist-digital/tapestry-lite/pull/116 | 572734101 | MDExOlB1bGxSZXF1ZXN0MzgxMzcyNDI4 | 116 | Upgrade 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} | [] | closed | False | [] | 0 | 2020-02-28T12:45:37Z | 2020-02-28T15:05:27Z | 2020-02-28T15:05:23Z | CONTRIBUTOR | {'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'} | |||||
46 | 44 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/115 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/115/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/115/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/115/events | https://github.com/shortlist-digital/tapestry-lite/pull/115 | 567634459 | MDExOlB1bGxSZXF1ZXN0Mzc3MjIyODMx | 115 | WIPWIPWIP | {'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} | [] | closed | False | [] | 0 | 2020-02-19T15:06:11Z | 2020-03-12T10:58:48Z | 2020-03-12T10:58:45Z | CONTRIBUTOR | wip | {'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'} | ||||
47 | 45 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/114 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/114/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/114/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/114/events | https://github.com/shortlist-digital/tapestry-lite/pull/114 | 567532646 | MDExOlB1bGxSZXF1ZXN0Mzc3MTM5NDI0 | 114 | Upgrade 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'}] | closed | False | [] | 3 | 2020-02-19T12:22:35Z | 2020-02-28T15:05:27Z | 2020-02-28T12:44:32Z | CONTRIBUTOR | Change 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'} | ||||
48 | 46 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/113 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/113/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/113/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/113/events | https://github.com/shortlist-digital/tapestry-lite/pull/113 | 558238262 | MDExOlB1bGxSZXF1ZXN0MzY5NjY2NTk3 | 113 | Remove 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'}] | open | False | [] | 0 | 2020-01-31T16:36:25Z | 2020-02-03T10:27:16Z | CONTRIBUTOR | Package 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'} | |||||
49 | 47 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/112 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/112/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/112/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/112/events | https://github.com/shortlist-digital/tapestry-lite/pull/112 | 558191732 | MDExOlB1bGxSZXF1ZXN0MzY5NjI5Njg3 | 112 | Webpack 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'}] | open | False | [] | 0 | 2020-01-31T15:16:03Z | 2020-02-03T10:27:06Z | CONTRIBUTOR | Upgrade 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'} | |||||
50 | 48 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/111 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/111/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/111/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/111/events | https://github.com/shortlist-digital/tapestry-lite/pull/111 | 558058048 | MDExOlB1bGxSZXF1ZXN0MzY5NTIzNjI2 | 111 | Upgrade 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'}] | closed | False | [] | 0 | 2020-01-31T10:51:50Z | 2020-02-19T12:23:04Z | 2020-02-19T12:23:01Z | CONTRIBUTOR | Change 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'} | ||||
51 | 49 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/110 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/110/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/110/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/110/events | https://github.com/shortlist-digital/tapestry-lite/pull/110 | 557386838 | MDExOlB1bGxSZXF1ZXN0MzY4OTg0MDQ2 | 110 | Bump 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'}] | open | False | [] | 0 | 2020-01-30T10:04:52Z | 2020-02-03T10:28:44Z | CONTRIBUTOR | Updating 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'} | |||||
52 | 50 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/109 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/109/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/109/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/109/events | https://github.com/shortlist-digital/tapestry-lite/pull/109 | 533320376 | MDExOlB1bGxSZXF1ZXN0MzQ5NDE1NTky | 109 | Fix: 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} | [] | closed | False | [] | 0 | 2019-12-05T12:26:45Z | 2020-01-06T12:10:52Z | 2020-01-06T12:10:52Z | CONTRIBUTOR | Created 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'} | ||||
53 | 51 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/108 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/108/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/108/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/108/events | https://github.com/shortlist-digital/tapestry-lite/pull/108 | 532734787 | MDExOlB1bGxSZXF1ZXN0MzQ4OTMwMDE0 | 108 | React 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} | [] | open | False | [] | 0 | 2019-12-04T14:52:17Z | 2019-12-04T15:04:54Z | CONTRIBUTOR | Update 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'} | |||||
54 | 52 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/107 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/107/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/107/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/107/events | https://github.com/shortlist-digital/tapestry-lite/pull/107 | 526531048 | MDExOlB1bGxSZXF1ZXN0MzQzOTc4NDc4 | 107 | V6.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} | [] | closed | False | [] | 1 | 2019-11-21T11:21:16Z | 2019-11-21T12:46:55Z | 2019-11-21T11:21:29Z | CONTRIBUTOR | {'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'} | |||||
55 | 53 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/136 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/136/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/136/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/136/events | https://github.com/shortlist-digital/tapestry-lite/pull/136 | 692515842 | MDExOlB1bGxSZXF1ZXN0NDc5MTA4Mzg3 | 136 | Bump @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'}] | open | False | [] | 0 | 2020-09-03T23:41:38Z | 2020-09-03T23:41:39Z | NONE | Bumps [@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'} | |||||
56 | 54 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/135 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/135/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/135/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/135/events | https://github.com/shortlist-digital/tapestry-lite/pull/135 | 684512864 | MDExOlB1bGxSZXF1ZXN0NDcyMzg3MjEz | 135 | Release 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} | [] | closed | False | [] | 0 | 2020-08-24T09:23:18Z | 2020-08-24T10:53:14Z | 2020-08-24T10:53:11Z | CONTRIBUTOR | {'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'} | |||||
57 | 55 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/134 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/134/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/134/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/134/events | https://github.com/shortlist-digital/tapestry-lite/pull/134 | 683603483 | MDExOlB1bGxSZXF1ZXN0NDcxNjY4OTA5 | 134 | BEV-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} | [] | closed | False | [] | 0 | 2020-08-21T14:30:16Z | 2020-08-24T09:21:40Z | 2020-08-24T09:21:37Z | CONTRIBUTOR | {'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'} | |||||
58 | 56 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/133 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/133/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/133/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/133/events | https://github.com/shortlist-digital/tapestry-lite/pull/133 | 671976721 | MDExOlB1bGxSZXF1ZXN0NDYyMDk0ODMz | 133 | Release 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} | [] | closed | False | [] | 0 | 2020-08-03T10:31:52Z | 2020-08-03T10:35:17Z | 2020-08-03T10:35:13Z | CONTRIBUTOR | {'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'} | |||||
59 | 57 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/132 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/132/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/132/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/132/events | https://github.com/shortlist-digital/tapestry-lite/pull/132 | 671939187 | MDExOlB1bGxSZXF1ZXN0NDYyMDYzMzIz | 132 | BEV-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} | [] | closed | False | [] | 0 | 2020-08-03T09:32:43Z | 2020-08-03T09:49:51Z | 2020-08-03T09:49:48Z | CONTRIBUTOR | {'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'} | |||||
60 | 58 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/131 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/131/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/131/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/131/events | https://github.com/shortlist-digital/tapestry-lite/pull/131 | 668825445 | MDExOlB1bGxSZXF1ZXN0NDU5MjY3MDU4 | 131 | Bump 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'}] | open | False | [] | 0 | 2020-07-30T14:54:28Z | 2020-07-30T14:54:29Z | NONE | Bumps [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'} | |||||
61 | 59 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/130 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/130/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/130/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/130/events | https://github.com/shortlist-digital/tapestry-lite/pull/130 | 665041781 | MDExOlB1bGxSZXF1ZXN0NDU2MTgwMjU2 | 130 | Release 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} | [] | closed | False | [] | 0 | 2020-07-24T09:24:15Z | 2020-07-24T09:26:07Z | 2020-07-24T09:26:07Z | CONTRIBUTOR | - 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'} | ||||
62 | 60 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/129 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/129/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/129/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/129/events | https://github.com/shortlist-digital/tapestry-lite/pull/129 | 661724221 | MDExOlB1bGxSZXF1ZXN0NDUzMzYzMTMz | 129 | update 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} | [] | closed | False | [] | 0 | 2020-07-20T11:44:10Z | 2020-07-20T13:39:47Z | 2020-07-20T13:39:40Z | CONTRIBUTOR | {'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'} | |||||
63 | 61 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/128 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/128/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/128/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/128/events | https://github.com/shortlist-digital/tapestry-lite/pull/128 | 659167293 | MDExOlB1bGxSZXF1ZXN0NDUxMDQ3MDk1 | 128 | rename 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} | [] | closed | False | [] | 0 | 2020-07-17T11:20:37Z | 2020-07-20T11:19:10Z | 2020-07-20T11:19:05Z | CONTRIBUTOR | and 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'} | ||||
64 | 62 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/127 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/127/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/127/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/127/events | https://github.com/shortlist-digital/tapestry-lite/pull/127 | 657222713 | MDExOlB1bGxSZXF1ZXN0NDQ5Mzc1NDcx | 127 | BEV-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': ''}] | closed | False | [] | 0 | 2020-07-15T09:56:35Z | 2020-07-24T09:20:26Z | 2020-07-24T09:20:23Z | CONTRIBUTOR | Lifted 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'} | ||||
65 | 63 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/126 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/126/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/126/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/126/events | https://github.com/shortlist-digital/tapestry-lite/pull/126 | 648883567 | MDExOlB1bGxSZXF1ZXN0NDQyNjE2OTgz | 126 | update 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} | [] | closed | False | [] | 0 | 2020-07-01T10:51:10Z | 2020-07-01T10:59:47Z | 2020-07-01T10:59:43Z | CONTRIBUTOR | {'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'} | |||||
66 | 64 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/125 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/125/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/125/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/125/events | https://github.com/shortlist-digital/tapestry-lite/pull/125 | 648255264 | MDExOlB1bGxSZXF1ZXN0NDQyMDk2MDky | 125 | nonCacheableEndpoint 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} | [] | closed | False | [] | 0 | 2020-06-30T15:07:07Z | 2020-07-01T09:42:51Z | 2020-07-01T09:42:48Z | CONTRIBUTOR | {'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'} | |||||
67 | 65 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/124 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/124/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/124/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/124/events | https://github.com/shortlist-digital/tapestry-lite/pull/124 | 645675366 | MDExOlB1bGxSZXF1ZXN0NDQwMTEyNTA4 | 124 | update 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} | [] | closed | False | [] | 0 | 2020-06-25T15:54:49Z | 2020-06-25T16:14:04Z | 2020-06-25T16:13:59Z | CONTRIBUTOR | {'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'} | |||||
68 | 66 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/123 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/123/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/123/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/123/events | https://github.com/shortlist-digital/tapestry-lite/pull/123 | 643182606 | MDExOlB1bGxSZXF1ZXN0NDM4MDMxMjkx | 123 | Feature/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} | [] | closed | False | [] | 1 | 2020-06-22T15:49:04Z | 2020-06-25T13:49:01Z | 2020-06-25T13:48:56Z | CONTRIBUTOR | Allows 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'} | ||||
69 | 67 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/122 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/122/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/122/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/122/events | https://github.com/shortlist-digital/tapestry-lite/pull/122 | 635320237 | MDExOlB1bGxSZXF1ZXN0NDMxNzAyMTQ5 | 122 | updated 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} | [] | closed | False | [] | 0 | 2020-06-09T10:44:06Z | 2020-06-09T10:57:25Z | 2020-06-09T10:57:12Z | CONTRIBUTOR | {'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'} | |||||
70 | 68 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/121 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/121/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/121/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/121/events | https://github.com/shortlist-digital/tapestry-lite/pull/121 | 634600575 | MDExOlB1bGxSZXF1ZXN0NDMxMTI1MzQw | 121 | BEV-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} | [] | closed | False | [] | 0 | 2020-06-08T13:12:53Z | 2020-06-08T17:09:18Z | 2020-06-08T17:09:14Z | CONTRIBUTOR | {'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'} | |||||
71 | 69 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/120 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/120/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/120/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/120/events | https://github.com/shortlist-digital/tapestry-lite/pull/120 | 632541223 | MDExOlB1bGxSZXF1ZXN0NDI5MjcxOTEz | 120 | Bump 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'}] | open | False | [] | 0 | 2020-06-06T15:41:48Z | 2020-06-25T13:49:49Z | NONE | Bumps [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'} | |||||
72 | 70 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/119 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/119/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/119/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/119/events | https://github.com/shortlist-digital/tapestry-lite/pull/119 | 579900951 | MDExOlB1bGxSZXF1ZXN0Mzg3MjExNzcw | 119 | Release 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} | [] | closed | False | [] | 0 | 2020-03-12T12:21:10Z | 2020-03-12T12:24:23Z | 2020-03-12T12:24:20Z | CONTRIBUTOR | {'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'} | |||||
73 | 71 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/118 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/118/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/118/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/118/events | https://github.com/shortlist-digital/tapestry-lite/pull/118 | 579897476 | MDExOlB1bGxSZXF1ZXN0Mzg3MjA4OTYw | 118 | BEV-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} | [] | closed | False | [] | 0 | 2020-03-12T12:14:48Z | 2020-03-12T12:17:39Z | 2020-03-12T12:17:32Z | CONTRIBUTOR | {'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'} | |||||
74 | 72 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/117 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/117/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/117/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/117/events | https://github.com/shortlist-digital/tapestry-lite/pull/117 | 579856120 | MDExOlB1bGxSZXF1ZXN0Mzg3MTc0NzI4 | 117 | Release 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} | [] | closed | False | [] | 0 | 2020-03-12T10:57:28Z | 2020-03-12T11:05:51Z | 2020-03-12T11:05:47Z | CONTRIBUTOR | {'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'} | |||||
75 | 73 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/116 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/116/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/116/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/116/events | https://github.com/shortlist-digital/tapestry-lite/pull/116 | 572734101 | MDExOlB1bGxSZXF1ZXN0MzgxMzcyNDI4 | 116 | Upgrade 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} | [] | closed | False | [] | 0 | 2020-02-28T12:45:37Z | 2020-02-28T15:05:27Z | 2020-02-28T15:05:23Z | CONTRIBUTOR | {'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'} | |||||
76 | 74 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/115 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/115/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/115/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/115/events | https://github.com/shortlist-digital/tapestry-lite/pull/115 | 567634459 | MDExOlB1bGxSZXF1ZXN0Mzc3MjIyODMx | 115 | WIPWIPWIP | {'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} | [] | closed | False | [] | 0 | 2020-02-19T15:06:11Z | 2020-03-12T10:58:48Z | 2020-03-12T10:58:45Z | CONTRIBUTOR | wip | {'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'} | ||||
77 | 75 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/114 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/114/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/114/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/114/events | https://github.com/shortlist-digital/tapestry-lite/pull/114 | 567532646 | MDExOlB1bGxSZXF1ZXN0Mzc3MTM5NDI0 | 114 | Upgrade 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'}] | closed | False | [] | 3 | 2020-02-19T12:22:35Z | 2020-02-28T15:05:27Z | 2020-02-28T12:44:32Z | CONTRIBUTOR | Change 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'} | ||||
78 | 76 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/113 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/113/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/113/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/113/events | https://github.com/shortlist-digital/tapestry-lite/pull/113 | 558238262 | MDExOlB1bGxSZXF1ZXN0MzY5NjY2NTk3 | 113 | Remove 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'}] | open | False | [] | 0 | 2020-01-31T16:36:25Z | 2020-02-03T10:27:16Z | CONTRIBUTOR | Package 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'} | |||||
79 | 77 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/112 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/112/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/112/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/112/events | https://github.com/shortlist-digital/tapestry-lite/pull/112 | 558191732 | MDExOlB1bGxSZXF1ZXN0MzY5NjI5Njg3 | 112 | Webpack 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'}] | open | False | [] | 0 | 2020-01-31T15:16:03Z | 2020-02-03T10:27:06Z | CONTRIBUTOR | Upgrade 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'} | |||||
80 | 78 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/111 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/111/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/111/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/111/events | https://github.com/shortlist-digital/tapestry-lite/pull/111 | 558058048 | MDExOlB1bGxSZXF1ZXN0MzY5NTIzNjI2 | 111 | Upgrade 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'}] | closed | False | [] | 0 | 2020-01-31T10:51:50Z | 2020-02-19T12:23:04Z | 2020-02-19T12:23:01Z | CONTRIBUTOR | Change 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'} | ||||
81 | 79 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/110 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/110/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/110/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/110/events | https://github.com/shortlist-digital/tapestry-lite/pull/110 | 557386838 | MDExOlB1bGxSZXF1ZXN0MzY4OTg0MDQ2 | 110 | Bump 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'}] | open | False | [] | 0 | 2020-01-30T10:04:52Z | 2020-02-03T10:28:44Z | CONTRIBUTOR | Updating 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'} | |||||
82 | 80 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/109 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/109/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/109/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/109/events | https://github.com/shortlist-digital/tapestry-lite/pull/109 | 533320376 | MDExOlB1bGxSZXF1ZXN0MzQ5NDE1NTky | 109 | Fix: 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} | [] | closed | False | [] | 0 | 2019-12-05T12:26:45Z | 2020-01-06T12:10:52Z | 2020-01-06T12:10:52Z | CONTRIBUTOR | Created 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'} | ||||
83 | 81 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/108 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/108/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/108/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/108/events | https://github.com/shortlist-digital/tapestry-lite/pull/108 | 532734787 | MDExOlB1bGxSZXF1ZXN0MzQ4OTMwMDE0 | 108 | React 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} | [] | open | False | [] | 0 | 2019-12-04T14:52:17Z | 2019-12-04T15:04:54Z | CONTRIBUTOR | Update 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'} | |||||
84 | 82 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/107 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/107/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/107/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/107/events | https://github.com/shortlist-digital/tapestry-lite/pull/107 | 526531048 | MDExOlB1bGxSZXF1ZXN0MzQzOTc4NDc4 | 107 | V6.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} | [] | closed | False | [] | 1 | 2019-11-21T11:21:16Z | 2019-11-21T12:46:55Z | 2019-11-21T11:21:29Z | CONTRIBUTOR | {'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'} | |||||
85 | 83 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/106 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/106/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/106/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/106/events | https://github.com/shortlist-digital/tapestry-lite/pull/106 | 525039181 | MDExOlB1bGxSZXF1ZXN0MzQyNzA0Mjg2 | 106 | Remove 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} | [] | closed | False | [] | 0 | 2019-11-19T14:19:59Z | 2019-11-19T15:44:29Z | 2019-11-19T15:30:50Z | CONTRIBUTOR | Removed 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'} | ||||
86 | 84 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/105 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/105/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/105/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/105/events | https://github.com/shortlist-digital/tapestry-lite/pull/105 | 524910733 | MDExOlB1bGxSZXF1ZXN0MzQyNTk3NzQ4 | 105 | Fix/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} | [] | closed | False | [] | 0 | 2019-11-19T10:18:33Z | 2019-11-19T12:07:32Z | 2019-11-19T12:07:28Z | CONTRIBUTOR | {'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'} | |||||
87 | 85 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/104 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/104/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/104/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/104/events | https://github.com/shortlist-digital/tapestry-lite/pull/104 | 520986061 | MDExOlB1bGxSZXF1ZXN0MzM5NDU0MTI3 | 104 | added 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} | [] | closed | False | [] | 1 | 2019-11-11T14:12:34Z | 2019-11-11T17:12:03Z | 2019-11-11T16:27:52Z | CONTRIBUTOR | Cache 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'} | ||||
88 | 86 | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/103 | https://api.github.com/repos/shortlist-digital/tapestry-lite | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/103/labels{/name} | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/103/comments | https://api.github.com/repos/shortlist-digital/tapestry-lite/issues/103/events | https://github.com/shortlist-digital/tapestry-lite/pull/103 | 510655172 | MDExOlB1bGxSZXF1ZXN0MzMwOTkxNjA0 | 103 | Get 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} | [] | closed | False | [] | 2 | 2019-10-22T13:26:32Z | 2019-10-25T08:32:05Z | 2019-10-25T08:32:03Z | CONTRIBUTOR | Added 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'} |