Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and boneskull committed Feb 7, 2024
1 parent e9754fd commit e57b497
Show file tree
Hide file tree
Showing 19 changed files with 161 additions and 27 deletions.
18 changes: 9 additions & 9 deletions .release-please-manifest.json
@@ -1,13 +1,13 @@
{
"packages/aa": "4.0.1",
"packages/allow-scripts": "3.0.1",
"packages/webpack": "0.1.2-beta.0",
"packages/browserify": "17.0.2",
"packages/core": "15.1.1",
"packages/lavapack": "6.0.2",
"packages/laverna": "0.0.0",
"packages/node": "8.0.2",
"packages/allow-scripts": "3.0.2",
"packages/webpack": "0.1.3-beta.0",
"packages/browserify": "17.0.3",
"packages/core": "15.1.2",
"packages/lavapack": "6.0.3",
"packages/laverna": "1.0.0",
"packages/node": "8.0.3",
"packages/preinstall-always-fail": "2.0.0",
"packages/tofu": "7.1.0",
"packages/viz": "7.0.2"
"packages/tofu": "7.2.0",
"packages/viz": "7.0.3"
}
9 changes: 9 additions & 0 deletions packages/allow-scripts/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## [3.0.2](https://github.com/LavaMoat/LavaMoat/compare/allow-scripts-v3.0.1...allow-scripts-v3.0.2) (2024-02-07)


### Bug Fixes

* **allow-scripts:** add corepack to bannedBins ([cef66ec](https://github.com/LavaMoat/LavaMoat/commit/cef66ec03508bc9484a83c4a037c9e91c0b853c9))
* **deps:** update dependency @npmcli/run-script to v7 ([dc7105d](https://github.com/LavaMoat/LavaMoat/commit/dc7105d23d959665392425ce95b699b0b6b35e4e))
* **deps:** update dependency @npmcli/run-script to v7.0.4 ([b84f67b](https://github.com/LavaMoat/LavaMoat/commit/b84f67bef337e0e36535df0947e55e4c4bfe2d33))

## [3.0.1](https://github.com/LavaMoat/LavaMoat/compare/allow-scripts-v3.0.0...allow-scripts-v3.0.1) (2024-01-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/allow-scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "@lavamoat/allow-scripts",
"version": "3.0.1",
"version": "3.0.2",
"description": "A tool for running only the dependency lifecycle hooks specified in an allowlist.",
"repository": {
"type": "git",
Expand Down
21 changes: 21 additions & 0 deletions packages/browserify/CHANGELOG.md
Expand Up @@ -20,6 +20,27 @@
* @lavamoat/lavapack bumped from ^6.0.1 to ^6.0.2
* lavamoat-core bumped from ^15.1.0 to ^15.1.1

## [17.0.3](https://github.com/LavaMoat/LavaMoat/compare/lavamoat-browserify-v17.0.2...lavamoat-browserify-v17.0.3) (2024-02-07)


### Bug Fixes

* **browserify/test:** result output references in error handling ([791a6af](https://github.com/LavaMoat/LavaMoat/commit/791a6af4f8bdbf02f4415dce643e6f7991578dcf))
* **deps/browserify,viz:** pify@4.0.1->5.0.0 ([0feeeb2](https://github.com/LavaMoat/LavaMoat/commit/0feeeb2725e9fbba9bebb54e50c2a9d135870c60))
* **deps:** update babel monorepo ([e30facc](https://github.com/LavaMoat/LavaMoat/commit/e30facc83fd9506310bc66df34970b599243eb47))
* **deps:** update dependency concat-stream to v2 ([a7d9279](https://github.com/LavaMoat/LavaMoat/commit/a7d9279652198db3bf62687459dcce971738206a))
* **deps:** update dependency json-stable-stringify to v1.1.1 ([7d28e79](https://github.com/LavaMoat/LavaMoat/commit/7d28e79a5430f1f7c3987fc128e800efe590dd2a))
* **deps:** update dependency source-map to v0.7.4 ([1274a56](https://github.com/LavaMoat/LavaMoat/commit/1274a56021be68fe4cbc19108a18fe7e803205b4))
* **deps:** update dependency through2 to v4 ([f847a36](https://github.com/LavaMoat/LavaMoat/commit/f847a368528b8fdbfcac9de845e82bd2c8274ba2))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @lavamoat/lavapack bumped from ^6.0.2 to ^6.0.3
* lavamoat-core bumped from ^15.1.1 to ^15.1.2

## [17.0.1](https://github.com/LavaMoat/LavaMoat/compare/lavamoat-browserify-v17.0.0...lavamoat-browserify-v17.0.1) (2024-01-18)


Expand Down
6 changes: 3 additions & 3 deletions packages/browserify/package.json
@@ -1,6 +1,6 @@
{
"name": "lavamoat-browserify",
"version": "17.0.2",
"version": "17.0.3",
"description": "browserify plugin for sandboxing dependencies with LavaMoat",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,13 +30,13 @@
},
"dependencies": {
"@lavamoat/aa": "^4.0.1",
"@lavamoat/lavapack": "^6.0.2",
"@lavamoat/lavapack": "^6.0.3",
"browser-resolve": "2.0.0",
"concat-stream": "2.0.0",
"convert-source-map": "2.0.0",
"duplexify": "4.1.2",
"json-stable-stringify": "1.1.1",
"lavamoat-core": "^15.1.1",
"lavamoat-core": "^15.1.2",
"pify": "5.0.0",
"readable-stream": "3.6.2",
"source-map": "0.7.4",
Expand Down
20 changes: 20 additions & 0 deletions packages/core/CHANGELOG.md
@@ -1,5 +1,25 @@
# Changelog

## [15.1.2](https://github.com/LavaMoat/LavaMoat/compare/lavamoat-core-v15.1.1...lavamoat-core-v15.1.2) (2024-02-07)


### Bug Fixes

* **core:** update LavamoatModuleRecord ([152534d](https://github.com/LavaMoat/LavaMoat/commit/152534debcc869d72dab50e7e6b031578d13324c))
* **deps:** update dependency @babel/types to v7.23.9 ([c2f91e9](https://github.com/LavaMoat/LavaMoat/commit/c2f91e9a3c00ff9cf47eb8d7a4eb1ace7e155c64))
* **deps:** update dependency json-stable-stringify to v1.1.1 ([7d28e79](https://github.com/LavaMoat/LavaMoat/commit/7d28e79a5430f1f7c3987fc128e800efe590dd2a))
* **deps:** update dependency type-fest to v4.10.0 ([9f2cf3c](https://github.com/LavaMoat/LavaMoat/commit/9f2cf3cb3e00fc5184268bedb6967ffc8d29d066))
* **deps:** update dependency type-fest to v4.10.1 ([36567e7](https://github.com/LavaMoat/LavaMoat/commit/36567e7f54efab0efd2021b9f82b5e4e4c77fe4d))
* **deps:** update dependency type-fest to v4.10.2 ([1580ed9](https://github.com/LavaMoat/LavaMoat/commit/1580ed967085ae277384fcee3eac32ab9930adcd))
* **deps:** update dependency type-fest to v4.9.0 ([70e9ffd](https://github.com/LavaMoat/LavaMoat/commit/70e9ffdf740a7d79cee9d583a55188e4ab02617d))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* lavamoat-tofu bumped from ^7.1.0 to ^7.2.0

## [15.1.1](https://github.com/LavaMoat/LavaMoat/compare/lavamoat-core-v15.1.0...lavamoat-core-v15.1.1) (2024-01-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "lavamoat-core",
"version": "15.1.1",
"version": "15.1.2",
"description": "LavaMoat kernel and utils",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@babel/types": "7.23.9",
"json-stable-stringify": "1.1.1",
"lavamoat-tofu": "^7.1.0",
"lavamoat-tofu": "^7.2.0",
"merge-deep": "3.0.3",
"type-fest": "4.10.2"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/lavapack/CHANGELOG.md
Expand Up @@ -12,6 +12,21 @@
* dependencies
* lavamoat-core bumped from ^15.1.0 to ^15.1.1

## [6.0.3](https://github.com/LavaMoat/LavaMoat/compare/lavapack-v6.0.2...lavapack-v6.0.3) (2024-02-07)


### Bug Fixes

* **deps:** update dependency json-stable-stringify to v1.1.1 ([7d28e79](https://github.com/LavaMoat/LavaMoat/commit/7d28e79a5430f1f7c3987fc128e800efe590dd2a))
* **deps:** update dependency through2 to v4 ([f847a36](https://github.com/LavaMoat/LavaMoat/commit/f847a368528b8fdbfcac9de845e82bd2c8274ba2))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* lavamoat-core bumped from ^15.1.1 to ^15.1.2

## [6.0.1](https://github.com/LavaMoat/LavaMoat/compare/lavapack-v6.0.0...lavapack-v6.0.1) (2024-01-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/lavapack/package.json
@@ -1,6 +1,6 @@
{
"name": "@lavamoat/lavapack",
"version": "6.0.2",
"version": "6.0.3",
"description": "LavaMoat packer",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"convert-source-map": "2.0.0",
"espree": "9.6.1",
"json-stable-stringify": "1.1.1",
"lavamoat-core": "^15.1.1",
"lavamoat-core": "^15.1.2",
"readable-stream": "3.6.2",
"through2": "4.0.2",
"umd": "3.0.3"
Expand Down
8 changes: 8 additions & 0 deletions packages/laverna/CHANGELOG.md
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2024-02-07)


### Features

* **laverna:** create laverna ([1183dd4](https://github.com/LavaMoat/LavaMoat/commit/1183dd4725287a7d1f78b23a8bd750aae807db2f))
2 changes: 1 addition & 1 deletion packages/laverna/package.json
@@ -1,6 +1,6 @@
{
"name": "@lavamoat/laverna",
"version": "0.0.0",
"version": "1.0.0",
"description": "Publish multiple workspaces (that's all)",
"repository": {
"type": "git",
Expand Down
17 changes: 17 additions & 0 deletions packages/node/CHANGELOG.md
Expand Up @@ -12,6 +12,23 @@
* dependencies
* lavamoat-core bumped from ^15.1.0 to ^15.1.1

## [8.0.3](https://github.com/LavaMoat/LavaMoat/compare/lavamoat-v8.0.2...lavamoat-v8.0.3) (2024-02-07)


### Bug Fixes

* **deps:** update babel monorepo ([e30facc](https://github.com/LavaMoat/LavaMoat/commit/e30facc83fd9506310bc66df34970b599243eb47))
* **deps:** update dependency json-stable-stringify to v1.1.1 ([7d28e79](https://github.com/LavaMoat/LavaMoat/commit/7d28e79a5430f1f7c3987fc128e800efe590dd2a))
* **deps:** update dependency node-gyp-build to v4.8.0 ([f25d495](https://github.com/LavaMoat/LavaMoat/commit/f25d4957b1abb522d13697ef2d2323485ec51597))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* lavamoat-core bumped from ^15.1.1 to ^15.1.2
* lavamoat-tofu bumped from ^7.1.0 to ^7.2.0

## [8.0.1](https://github.com/LavaMoat/LavaMoat/compare/lavamoat-v8.0.0...lavamoat-v8.0.1) (2024-01-18)


Expand Down
6 changes: 3 additions & 3 deletions packages/node/package.json
@@ -1,6 +1,6 @@
{
"name": "lavamoat",
"version": "8.0.2",
"version": "8.0.3",
"description": "",
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,8 +39,8 @@
"bindings": "1.5.0",
"htmlescape": "1.1.1",
"json-stable-stringify": "1.1.1",
"lavamoat-core": "^15.1.1",
"lavamoat-tofu": "^7.1.0",
"lavamoat-core": "^15.1.2",
"lavamoat-tofu": "^7.2.0",
"node-gyp-build": "4.8.0",
"resolve": "1.22.8",
"yargs": "17.7.2"
Expand Down
23 changes: 23 additions & 0 deletions packages/tofu/CHANGELOG.md
@@ -1,5 +1,28 @@
# Changelog

## [7.2.0](https://github.com/LavaMoat/LavaMoat/compare/lavamoat-tofu-v7.1.0...lavamoat-tofu-v7.2.0) (2024-02-07)


### Features

* **tofu:** add ESM support ([be9594c](https://github.com/LavaMoat/LavaMoat/commit/be9594c0916fa773e2a9d7db0dae7cc92e16cd3e))


### Bug Fixes

* **deps:** update dependency type-fest to v4.10.0 ([9f2cf3c](https://github.com/LavaMoat/LavaMoat/commit/9f2cf3cb3e00fc5184268bedb6967ffc8d29d066))
* **deps:** update dependency type-fest to v4.10.1 ([36567e7](https://github.com/LavaMoat/LavaMoat/commit/36567e7f54efab0efd2021b9f82b5e4e4c77fe4d))
* **deps:** update dependency type-fest to v4.10.2 ([1580ed9](https://github.com/LavaMoat/LavaMoat/commit/1580ed967085ae277384fcee3eac32ab9930adcd))
* **deps:** update dependency type-fest to v4.9.0 ([70e9ffd](https://github.com/LavaMoat/LavaMoat/commit/70e9ffdf740a7d79cee9d583a55188e4ab02617d))
* **tofu:** fix type errors ([fe75965](https://github.com/LavaMoat/LavaMoat/commit/fe7596576265bc931fc2387bf7e352339f8d630b))


### Dependencies

* The following workspace dependencies were updated
* peerDependencies
* lavamoat-core bumped from ^15.0.0 to ^15.1.2

## [7.1.0](https://github.com/LavaMoat/LavaMoat/compare/lavamoat-tofu-v7.0.0...lavamoat-tofu-v7.1.0) (2024-01-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/tofu/package.json
@@ -1,6 +1,6 @@
{
"name": "lavamoat-tofu",
"version": "7.1.0",
"version": "7.2.0",
"description": "This is the TOFU (trust-on-first-use) static analysis tool used by LavaMoat to automatically generate useable config",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"test": "ava"
},
"peerDependencies": {
"lavamoat-core": "^15.0.0"
"lavamoat-core": "^15.1.2"
},
"dependencies": {
"@babel/parser": "7.23.9",
Expand Down
15 changes: 15 additions & 0 deletions packages/viz/CHANGELOG.md
Expand Up @@ -6,6 +6,21 @@
* dependencies
* lavamoat-core bumped from ^15.1.0 to ^15.1.1

## [7.0.3](https://github.com/LavaMoat/LavaMoat/compare/lavamoat-viz-v7.0.2...lavamoat-viz-v7.0.3) (2024-02-07)


### Bug Fixes

* **deps/browserify,viz:** pify@4.0.1->5.0.0 ([0feeeb2](https://github.com/LavaMoat/LavaMoat/commit/0feeeb2725e9fbba9bebb54e50c2a9d135870c60))
* **deps/viz:** open@7.4.2->8.4.2 ([9ebdd74](https://github.com/LavaMoat/LavaMoat/commit/9ebdd744d05e8a6826fe947a7f39d2a296484f1e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* lavamoat-core bumped from ^15.1.1 to ^15.1.2

## [7.0.1](https://github.com/LavaMoat/LavaMoat/compare/lavamoat-viz-v7.0.0...lavamoat-viz-v7.0.1) (2024-01-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/viz/package.json
@@ -1,6 +1,6 @@
{
"name": "lavamoat-viz",
"version": "7.0.2",
"version": "7.0.3",
"description": "This is a dashboard for exploring a dependency graph and LavaMoat policy file",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,7 +35,7 @@
"test": "npm run build"
},
"dependencies": {
"lavamoat-core": "^15.1.1",
"lavamoat-core": "^15.1.2",
"ncp": "2.0.0",
"open": "8.4.2",
"pify": "5.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/webpack/CHANGELOG.md
Expand Up @@ -6,6 +6,12 @@
* dependencies
* lavamoat-core bumped from ^15.1.0 to ^15.1.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* lavamoat-core bumped from ^15.1.1 to ^15.1.2

## [0.1.1-beta.0](https://github.com/LavaMoat/LavaMoat/compare/webpack-v0.1.0-beta.0...webpack-v0.1.1-beta.0) (2024-01-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "@lavamoat/webpack",
"version": "0.1.2-beta.0",
"version": "0.1.3-beta.0",
"description": "LavaMoat Webpack plugin for running dependencies in Compartments without eval",
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@lavamoat/aa": "^4.0.1",
"lavamoat-core": "^15.1.1"
"lavamoat-core": "^15.1.2"
},
"devDependencies": {
"css-loader": "6.9.1",
Expand Down

0 comments on commit e57b497

Please sign in to comment.