Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changes/convert-obj-to-prop.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/default-bind-host.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/extend-auth0-gh-router.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/foundation-tasks-and-webhooks.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/gh-api-nested-graphql-handling.md

This file was deleted.

10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions packages/auth0/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## \[0.11.2]

### Bug Fixes

- [`a78fa61`](https://github.com/thefrontside/simulacrum/commit/a78fa610a0d3a5f5f3e15dce739b6c4c6174141e) ([#341](https://github.com/thefrontside/simulacrum/pull/341) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Use the `extend` options and properly pass the `extendRouter` that will allow the user to add or change route handling. Closes #317.

### Dependencies

- Upgraded to `@simulacrum/[email protected]`

## \[0.11.1]

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/auth0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simulacrum/auth0-simulator",
"version": "0.11.1",
"version": "0.11.2",
"description": "Run local instance of Auth0 API for local development and integration testing",
"main": "./dist/index.cjs",
"bin": "bin/start.cjs",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"homepage": "https://github.com/thefrontside/simulacrum#readme",
"dependencies": {
"@simulacrum/foundation-simulator": "0.5.1",
"@simulacrum/foundation-simulator": "0.6.0",
"@faker-js/faker": "^9.3.0",
"assert-ts": "^0.3.4",
"base64-url": "^2.3.3",
Expand Down
13 changes: 13 additions & 0 deletions packages/foundation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## \[0.6.0]

- [`7dc3615`](https://github.com/thefrontside/simulacrum/commit/7dc36151f5feeb69909800ce5325742541cac642) ([#335](https://github.com/thefrontside/simulacrum/pull/335) by [@cowboyd](https://github.com/thefrontside/simulacrum/../../cowboyd)) Don't explicitly run simulation on "localhost" as the host parameter. This allows responses when addressed via `::1` (ipv6) and `0.0.0.0` in
ipv4 for example depending on system configuration. Allow the user to instead pass all properties that the Node `http` and `https` expect, including a port and host for cases where explicit control is required.

### New Features

- [`121b301`](https://github.com/thefrontside/simulacrum/commit/121b3013400cd7387bc62cf122f0ef1ff78b0353) ([#338](https://github.com/thefrontside/simulacrum/pull/338) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Add tasks to handle generic functions that would run in an `effection` scope. This enables the ability to handle webhooks. A webhook is an action that can be triggered directly and makes a `POST` to a specified endpoint, but can also watch and trigger on updates to the store.

### Dependencies

- [`16ceab1`](https://github.com/thefrontside/simulacrum/commit/16ceab115b027bbcffb44b4b7becd3869304e8f5) ([#337](https://github.com/thefrontside/simulacrum/pull/337) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Export helpers from foundation simulator for use in dumping data into the stores, such as in the GitHub API simulator.

## \[0.5.1]

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/foundation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simulacrum/foundation-simulator",
"version": "0.5.1",
"version": "0.6.0",
"description": "Base simulator to build simulators for integration testing.",
"author": "Frontside Engineering <[email protected]>",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/github-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## \[0.6.2]

### Bug Fixes

- [`a78fa61`](https://github.com/thefrontside/simulacrum/commit/a78fa610a0d3a5f5f3e15dce739b6c4c6174141e) ([#341](https://github.com/thefrontside/simulacrum/pull/341) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Use the `extend` options and properly pass the `extendRouter` that will allow the user to add or change route handling. Closes #317.
- [`7c120ed`](https://github.com/thefrontside/simulacrum/commit/7c120ed2820b11ce3fa3fba7219c890252687e11) ([#315](https://github.com/thefrontside/simulacrum/pull/315) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Better handle nested owners which previously threw errors, e.g. map() of undefined. Also accept the custom header as used by the `@octokit/graphql` package.

### Dependencies

- Upgraded to `@simulacrum/[email protected]`
- [`16ceab1`](https://github.com/thefrontside/simulacrum/commit/16ceab115b027bbcffb44b4b7becd3869304e8f5) ([#337](https://github.com/thefrontside/simulacrum/pull/337) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Export helpers from foundation simulator for use in dumping data into the stores, such as in the GitHub API simulator.

## \[0.6.1]

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/github-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simulacrum/github-api-simulator",
"version": "0.6.1",
"version": "0.6.2",
"description": "Provides common functionality to frontend app and plugins.",
"license": "Apache-2.0",
"bugs": {
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@faker-js/faker": "^9.3.0",
"@simulacrum/foundation-simulator": "0.5.1",
"@simulacrum/foundation-simulator": "0.6.0",
"assert-ts": "^0.3.4",
"graphql": "^16.9.0",
"graphql-yoga": "^5.15.1",
Expand Down