Skip to content

Bump @architect/inventory from 2.2.1 to 3.2.2#43

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/architect/inventory-3.2.2
Closed

Bump @architect/inventory from 2.2.1 to 3.2.2#43
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/architect/inventory-3.2.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Aug 22, 2022

Bumps @architect/inventory from 2.2.1 to 3.2.2.

Changelog

Sourced from @​architect/inventory's changelog.

[3.2.2] 2022-08-20

Changed

  • Enabled hydrate plugin API support

[3.2.1] 2022-08-10

Changed

  • By default, when a set.shared|views plugin sets a src path, if it is not present on the filesystem, Inventory falls back to default paths (e.g. src/shared|views)
    • set.shared|views plugins now accept a required flag to enforce a validation error should a src path conflict with the project manifest (or not be found on the filesystem)

Fixed

  • Fixed an obscure internal reference passing bug in set.proxy|shared|static|views plugins

[3.2.0] 2022-07-24

Added

  • Added support for new setter plugin APIs, specifically: @proxy, @shared, @static, @tables, @tables-indexes, @views
  • Added new @static setting: compression

Changed

  • Lambdas defined in the userland Architect project manifest now override conflicting Lambdas returned by plugins (instead of throwing validation errors); fixes #1352
    • Plugin developers can now use a required flag to enforce a validation error should their plugin conflict with userland Lambdas
  • @tables and @tables-indexes can now accept lower case key types (e.g. *string instead of *String)
  • @tables and @tables-indexes can also accept * and ** as a shortcut for string-type primary and sort keys
  • Changed plugin function property tags from plugin|type to _plugin|_type to indicate internal property namespacing
  • Added @static pragma validation
  • Fixed obscure case where @static ignore setting might only use the first list item

Fixed

  • Fixed issue where Lambdas created by plugins that returned arrays did not have their plugin and type properties set
  • Fixed issue where an absolute path in @shared|views src would incorrectly resolve
  • Fixed issue where @views might incorrectly return a validation error when only HTTP setter plugins are used to define @http routes

[3.1.1] 2022-05-09

... (truncated)

Commits
  • 2ae877f 3.2.2
  • 6fa1873 Enable hydrate plugin API support
  • 87dbf8a 3.2.1
  • ae1a121 set.shared|views plugins no longer error if src is not on the filesystem
  • 9718491 3.2.0
  • edbc1e5 3.2.0-RC.1
  • 7f5f989 Add new @static setting: compression
  • eb54e28 Improve plugin / manifest resource conflict error
  • bf3d4e1 Lambdas defined in userland now override conflicting Lambdas returned by plug...
  • bde87a1 Allow setter plugin Lambdas to be overridden by userland project manifest
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [@architect/inventory](https://github.com/architect/inventory) from 2.2.1 to 3.2.2.
- [Release notes](https://github.com/architect/inventory/releases)
- [Changelog](https://github.com/architect/inventory/blob/main/changelog.md)
- [Commits](architect/inventory@v2.2.1...v3.2.2)

---
updated-dependencies:
- dependency-name: "@architect/inventory"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 22, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Sep 12, 2022

Superseded by #49.

@dependabot dependabot Bot closed this Sep 12, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/architect/inventory-3.2.2 branch September 12, 2022 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants