diff --git a/.changeset/brown-islands-juggle.md b/.changeset/brown-islands-juggle.md new file mode 100644 index 0000000..02f1ec7 --- /dev/null +++ b/.changeset/brown-islands-juggle.md @@ -0,0 +1,5 @@ +--- +'@neodx/glob': minor +--- + +Add `walkGlob`, low-level API for building glob-based search diff --git a/.changeset/config.json b/.changeset/config.json index d359e11..8372348 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,13 +7,7 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": [ - "@neodx/scripts", - "@neodx/vite-plugin-library", - "@neodx/codegen", - "example-*", - "@neodx/docs" - ], + "ignore": ["@neodx/scripts", "@neodx/codegen", "example-*", "@neodx/docs"], "privatePackages": false, "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { "updateInternalDependents": "always" diff --git a/.changeset/grumpy-flies-search.md b/.changeset/grumpy-flies-search.md new file mode 100644 index 0000000..ad3a8fb --- /dev/null +++ b/.changeset/grumpy-flies-search.md @@ -0,0 +1,12 @@ +--- +'@neodx/autobuild': patch +'@neodx/pkg-misc': patch +'@neodx/figma': patch +'@neodx/log': patch +'@neodx/std': patch +'@neodx/svg': patch +'@neodx/vfs': patch +'@neodx/fs': patch +--- + +Upgrade dependencies diff --git a/.changeset/shiny-zebras-join.md b/.changeset/shiny-zebras-join.md new file mode 100644 index 0000000..b64b347 --- /dev/null +++ b/.changeset/shiny-zebras-join.md @@ -0,0 +1,5 @@ +--- +'@neodx/std': minor +--- + +Add `fromRange`, `mapEntries`, `mapToObject`, `tee` and other diff --git a/.changeset/soft-wolves-smash.md b/.changeset/soft-wolves-smash.md new file mode 100644 index 0000000..21baa21 --- /dev/null +++ b/.changeset/soft-wolves-smash.md @@ -0,0 +1,5 @@ +--- +'@neodx/glob': minor +--- + +Add `extractGlobPaths` for splitting pattern to static paths and dynamic globs diff --git a/.changeset/weak-cooks-fly.md b/.changeset/weak-cooks-fly.md new file mode 100644 index 0000000..d4af697 --- /dev/null +++ b/.changeset/weak-cooks-fly.md @@ -0,0 +1,5 @@ +--- +'@neodx/std': minor +--- + +Add `fromEntries`, `fromKeys`, and `zipObject` object helpers diff --git a/.changeset/weak-meals-lay.md b/.changeset/weak-meals-lay.md new file mode 100644 index 0000000..2b70a71 --- /dev/null +++ b/.changeset/weak-meals-lay.md @@ -0,0 +1,5 @@ +--- +'@neodx/glob': minor +--- + +Implement glob matching with `createGlobMatcher` and `matchGlob`