Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Update @adobe/helix-shared to the latest version 🚀 #105

Merged
merged 2 commits into from
Jun 5, 2019

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jun 5, 2019

The dependency @adobe/helix-shared was updated from 1.3.2 to 1.4.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for v1.4.0

1.4.0 (2019-06-05)

Features

  • conditions: Support to calculate base-url (ccc1d74), closes #110
Commits

The new version differs by 4 commits.

  • e9d093b chore(release): 1.4.0 [skip ci]
  • ccc1d74 feat(conditions): Support to calculate base-url
  • 96762dd chore(package): update jsdom to version 15.1.1
  • 83d7434 chore(package): update eslint-plugin-import to version 2.17.3

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@codecov-io
Copy link

Codecov Report

Merging #105 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #105   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           8      8           
  Lines         206    206           
  Branches       25     25           
=====================================
  Hits          206    206

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8099974...e8a7f4f. Read the comment docs.

@tripodsan tripodsan merged commit 77050a4 into master Jun 5, 2019
@tripodsan tripodsan deleted the greenkeeper/@adobe/helix-shared-1.4.0 branch June 5, 2019 09:00
trieloff added a commit that referenced this pull request Jun 24, 2019
Yet another stab at #96 and adobe/helix-pipeline#365 (based on, but conflicting with #105). This one uses the new `helix-experimental-dispatch` action instead of restarts, adding some overhead to the first request (about 20ms), but having much better worst-case performance due to parallel execution.

fixes #96
@trieloff trieloff mentioned this pull request Jun 24, 2019
4 tasks
@adobe-bot
Copy link
Contributor

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

adobe-bot pushed a commit that referenced this pull request Jun 26, 2019
# [2.0.0](v1.0.3...v2.0.0) (2019-06-26)

### Bug Fixes

* **error:** fix remaining resp ([d89b2f6](d89b2f6))
* **error:** separate error handler from raw handler ([00beb7a](00beb7a))
* **error:** use http.host ([03b4ec3](03b4ec3))
* **error:** use new error subroutin ([29cac81](29cac81))
* **error:** use resp instead of beresp in error delivery ([dab068b](dab068b))
* **package:** add missing error pages ([ebcf05c](ebcf05c))
* **raw:** set correct content type for popular file endings ([1455d3f](1455d3f))
* **raw:** set correct content type for raw HTML responses ([fafd955](fafd955))
* **static:** use the versioned shared static function ([2e18192](2e18192))
* **vcl:** add missing equals sign for request parameters ([c238503](c238503))
* **vcl:** always use HTML for error pages ([dec8b51](dec8b51))
* **vcl:** fix data flow error ([22897d1](22897d1))
* **vcl:** fix req.http.X-Action-Root ([c6c7e7d](c6c7e7d))
* **vcl:** fix syntax error ([e28ec3d](e28ec3d))
* **vcl:** fix syntax error ([6825bae](6825bae))
* **vcl:** fix syntax error ([1fe37f2](1fe37f2))
* **vcl:** fix syntax error ([b0b9829](b0b9829))
* **vcl:** fix syntax error ([ebf0807](ebf0807))
* **vcl:** fix syntax error ([d8afe05](d8afe05))
* **vcl:** move error from fetch to deliver ([061fa10](061fa10))
* **vcl:** relax conditions for 302 and url extensions ([8da5e1e](8da5e1e))
* **vcl:** remove error request type ([9c72d4b](9c72d4b))
* **vcl:** remove unused error subroutine ([a58e8e0](a58e8e0))
* **vcl:** remove unused raw function ([9fb2e05](9fb2e05))
* **vcl:** remove unused subroutines ([1cbdec4](1cbdec4))
* **vcl:** shut up chatty headers ([31fcc7c](31fcc7c))
* **vlc:** don't drop out of error handler function ([35a9f81](35a9f81))

### Features

* **static:** Give content repository precedence in serving resources and error pages ([bf8cbae](bf8cbae)), closes [#96](#96)
* **vcl:** introduce new dispatch flow ([53a3dbe](53a3dbe)), closes [#96](#96) [#105](#105) [#96](#96)

### BREAKING CHANGES

* **static:** As described in #96, this introduces a new request type `raw` which works like the old `image` request type, but applies to all resources. In case `raw` fails, we will fall back to `pipeline`, which will fall back to `static` which will fall back to `error`. `error` is very similar to `raw` in that it tries to fetch an error page like `404.html` from the content repository
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants