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
9 changes: 0 additions & 9 deletions .changeset/fix-dead-export-false-negatives.md

This file was deleted.

2 changes: 2 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @wolfcola/docs-site

## 1.1.1

## 1.1.0

## 1.0.0
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wolfcola/docs-site",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions packages/changeset-sync-manifest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# @wolfcola/changeset-sync-manifest

## 1.1.1

## 1.1.0
2 changes: 1 addition & 1 deletion packages/changeset-sync-manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wolfcola/changeset-sync-manifest",
"version": "1.1.0",
"version": "1.1.1",
"description": "Sync package.json version into manifest.json after changeset version",
"license": "MIT",
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions packages/dead-export-finder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# @wolfcola/dead-export-finder

## 1.1.1

### Patch Changes

- [#53](https://github.com/ryanbas21/devtools/pull/53) [`7e9a298`](https://github.com/ryanbas21/devtools/commit/7e9a29874918ecb3e16b62b227ab22ad13496471) Thanks [@ryanbas21](https://github.com/ryanbas21)! - fix(dead-export-finder): resolve false negatives hiding all dead exports
- Fix empty package filter caused by `Options.repeated` + `Options.optional` returning `Some([])` instead of `None`, which silently filtered out all packages and reported zero dead exports
- Inherit `.gitignore` patterns from workspace root so `dist/` build artifacts are excluded from per-package scans
- Add default ignore patterns for config files (`*.config.{ts,mjs,cjs,js}`) that export for tooling, not for code

## 1.1.0
2 changes: 1 addition & 1 deletion packages/dead-export-finder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wolfcola/dead-export-finder",
"version": "1.1.0",
"version": "1.1.1",
"type": "module",
"private": false,
"description": "Find dead exports across monorepo package boundaries",
Expand Down
7 changes: 7 additions & 0 deletions packages/devtools-bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @wolfcola/devtools-bridge

## 1.1.1

### Patch Changes

- Updated dependencies []:
- @wolfcola/devtools-types@1.1.1

## 1.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wolfcola/devtools-bridge",
"version": "1.1.0",
"version": "1.1.1",
"description": "Opt-in SDK adapter that emits AuthEvents to the WolfCola DevTools extension",
"license": "MIT",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/devtools-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @wolfcola/devtools-core

## 1.1.1

### Patch Changes

- Updated dependencies []:
- @wolfcola/devtools-types@1.1.1

## 1.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wolfcola/devtools-core",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"description": "Shared logic for WolfCola DevTools — annotators, diagnosis, event store",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/devtools-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @wolfcola/devtools-extension

## 1.1.1

### Patch Changes

- Updated dependencies []:
- @wolfcola/devtools-core@1.1.1
- @wolfcola/devtools-types@1.1.1

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "OIDC Devtool",
"version": "1.1.0",
"version": "1.1.1",
"description": "Debug OIDC/OAuth2 auth flows — works standalone or with the Ping SDK",
"permissions": [
"storage",
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wolfcola/devtools-extension",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"description": "WolfCola DevTools Chrome Extension",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/devtools-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @wolfcola/devtools-types

## 1.1.1

## 1.1.0

## 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wolfcola/devtools-types",
"version": "1.1.0",
"version": "1.1.1",
"description": "Shared AuthEvent schema and types for WolfCola DevTools",
"license": "MIT",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/eslint-plugin-treeshake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @wolfcola/eslint-plugin-treeshake

## 1.1.1

## 1.1.0

## 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-treeshake/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wolfcola/eslint-plugin-treeshake",
"version": "1.1.0",
"version": "1.1.1",
"description": "ESLint plugin that flags code patterns known to break tree-shaking",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 2 additions & 0 deletions packages/treeshake-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @wolfcola/treeshake-check

## 1.1.1

## 1.1.0

## 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/treeshake-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wolfcola/treeshake-check",
"version": "1.1.0",
"version": "1.1.1",
"description": "Check whether a package can be fully tree-shaken by Rollup",
"license": "MIT",
"type": "module",
Expand Down