Skip to content

Schema: renamed parent in superType. New testcases for alter type… …#159

Merged
lvca merged 2 commits into
mainfrom
issue-154
Oct 22, 2021
Merged

Schema: renamed parent in superType. New testcases for alter type… …#159
lvca merged 2 commits into
mainfrom
issue-154

Conversation

@lvca

@lvca lvca commented Oct 22, 2021

Copy link
Copy Markdown
Member

No description provided.

@lvca lvca self-assigned this Oct 22, 2021
@lvca lvca added the enhancement New feature or request label Oct 22, 2021
@lvca lvca added this to the 21.10.2 milestone Oct 22, 2021
@lvca lvca linked an issue Oct 22, 2021 that may be closed by this pull request
@lvca lvca merged commit 091385e into main Oct 22, 2021
@lvca lvca deleted the issue-154 branch October 22, 2021 04:56
@lvca lvca restored the issue-154 branch October 22, 2021 05:30
mergify Bot added a commit that referenced this pull request Sep 8, 2025
…15 in /studio [skip ci]

Bumps [tinyglobby](https://github.com/SuperchupuDev/tinyglobby) from 0.2.14 to 0.2.15.
Release notes

*Sourced from [tinyglobby's releases](https://github.com/SuperchupuDev/tinyglobby/releases).*

> 0.2.15
> ------
>
> Added
> -----
>
> * Documentation page at <https://superchupu.dev/tinyglobby>, which also contains a library comparison page and migration guide.
>
>   It's been a huge effort that took two months to make.
>
>   Big thanks to [`@​outslept`](https://github.com/outslept), [`@​43081j`](https://github.com/43081j) and [`@​benmccann`](https://github.com/benmccann) for helping out! ❤️
> * JSDoc to all functions and options based on the online documentation page
> * Benchmarks with help from [`@​43081j`](https://github.com/43081j) and [`@​benmccann`](https://github.com/benmccann)
> * `braceExpansion` option
> * `extglob` option
> * `fs` option
> * `globstar` option by [`@​benmccann`](https://github.com/benmccann)
> * `signal` option
> * `package.json` export as `tinyglobby/package.json`
> * Ability to pass readonly types by [`@​TomerAberbach`](https://github.com/TomerAberbach)
> * Support for `URL`s in `cwd` option
>
> Changed
> -------
>
> * Rewritten path processing algorithm leading to a huge performance increase in many cases with help from [`@​43081j`](https://github.com/43081j) and [`@​benmccann`](https://github.com/benmccann)
> * Deprecated using `patterns` inside the options object
> * Enabled trusted publishing using npm's OIDC support
>
> Fixed
> -----
>
> * Negated bracket expressions i.e. `[!abc]`
> * Some patterns like `+++` breaking the partial matcher
>
> Consider [sponsoring](https://github.com/sponsors/SuperchupuDev) if you'd like to support the development of this project and the goal of reaching a lighter and faster ecosystem


Changelog

*Sourced from [tinyglobby's changelog](https://github.com/SuperchupuDev/tinyglobby/blob/main/CHANGELOG.md).*

> ### [0.2.15](SuperchupuDev/tinyglobby@0.2.14...0.2.15)
>
> #### Added
>
> * Documentation page at <https://superchupu.dev/tinyglobby>,
>   which also contains a library comparison page and migration guide.
>
>   It's been a huge effort that took two months to make.
>
>   Big thanks to [outslept](https://github.com/outslept), [43081j](https://github.com/43081j)
>   and [benmccann](https://github.com/benmcann) for helping out! ❤️
> * JSDoc to all functions and options based on the online documentation page
> * Benchmarks with help from
>   [43081j](https://github.com/43081j) and [benmccann](https://github.com/benmcann)
> * `braceExpansion` option
> * `extglob` option
> * `fs` option
> * `globstar` option by [benmccann](https://github.com/benmcann)
> * `signal` option
> * `package.json` export as `tinyglobby/package.json`
> * Ability to pass readonly types by [TomerAberbach](https://github.com/TomerAberbach)
> * Support for `URL`s in `cwd` option
>
> #### Changed
>
> * Rewritten path processing algorithm leading to a huge performance increase in many cases
>   with help from [43081j](https://github.com/43081j) and [benmccann](https://github.com/benmcann)
> * Deprecated using `patterns` inside the options object
> * Enabled trusted publishing using npm's OIDC support
>
> #### Fixed
>
> * Negated bracket expressions i.e. `[!abc]`
> * Some patterns like `+++` breaking the partial matcher


Commits

* [`c2eb99f`](SuperchupuDev/tinyglobby@c2eb99f) release 0.2.15
* [`63333fa`](SuperchupuDev/tinyglobby@63333fa) stop using `picomatch.makeRe` on partial matcher
* [`8590700`](SuperchupuDev/tinyglobby@8590700) chore(deps): update all non-major dependencies ([#161](https://redirect.github.com/SuperchupuDev/tinyglobby/issues/161))
* [`d5da27f`](SuperchupuDev/tinyglobby@d5da27f) move documentation to website, add jsdoc
* [`c911fae`](SuperchupuDev/tinyglobby@c911fae) chore(deps): update dependency tinybench to v5 ([#159](https://redirect.github.com/SuperchupuDev/tinyglobby/issues/159))
* [`b870b83`](SuperchupuDev/tinyglobby@b870b83) workaround to fix dts build
* [`c3a6fb8`](SuperchupuDev/tinyglobby@c3a6fb8) up coverage to 100%
* [`e2c2e7c`](SuperchupuDev/tinyglobby@e2c2e7c) chore(deps): update dependency `@​types/node` to ^24.3.0 ([#157](https://redirect.github.com/SuperchupuDev/tinyglobby/issues/157))
* [`225cca2`](SuperchupuDev/tinyglobby@225cca2) add `fs` option
* [`c5dadd9`](SuperchupuDev/tinyglobby@c5dadd9) chore(deps): update actions/checkout action to v5 ([#156](https://redirect.github.com/SuperchupuDev/tinyglobby/issues/156))
* Additional commits viewable in [compare view](SuperchupuDev/tinyglobby@0.2.14...0.2.15)

Maintainer changes

This version was pushed to npm by [GitHub Actions](<https://www.npmjs.com/~GitHub> Actions), a new releaser for tinyglobby since your current version.

  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=tinyglobby&package-manager=npm\_and\_yarn&previous-version=0.2.14&new-version=0.2.15)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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)
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
…15 in /studio [skip ci]

Bumps [tinyglobby](https://github.com/SuperchupuDev/tinyglobby) from 0.2.14 to 0.2.15.
Release notes

*Sourced from [tinyglobby's releases](https://github.com/SuperchupuDev/tinyglobby/releases).*

> 0.2.15
> ------
>
> Added
> -----
>
> * Documentation page at <https://superchupu.dev/tinyglobby>, which also contains a library comparison page and migration guide.
>
>   It's been a huge effort that took two months to make.
>
>   Big thanks to [`@​outslept`](https://github.com/outslept), [`@​43081j`](https://github.com/43081j) and [`@​benmccann`](https://github.com/benmccann) for helping out! ❤️
> * JSDoc to all functions and options based on the online documentation page
> * Benchmarks with help from [`@​43081j`](https://github.com/43081j) and [`@​benmccann`](https://github.com/benmccann)
> * `braceExpansion` option
> * `extglob` option
> * `fs` option
> * `globstar` option by [`@​benmccann`](https://github.com/benmccann)
> * `signal` option
> * `package.json` export as `tinyglobby/package.json`
> * Ability to pass readonly types by [`@​TomerAberbach`](https://github.com/TomerAberbach)
> * Support for `URL`s in `cwd` option
>
> Changed
> -------
>
> * Rewritten path processing algorithm leading to a huge performance increase in many cases with help from [`@​43081j`](https://github.com/43081j) and [`@​benmccann`](https://github.com/benmccann)
> * Deprecated using `patterns` inside the options object
> * Enabled trusted publishing using npm's OIDC support
>
> Fixed
> -----
>
> * Negated bracket expressions i.e. `[!abc]`
> * Some patterns like `+++` breaking the partial matcher
>
> Consider [sponsoring](https://github.com/sponsors/SuperchupuDev) if you'd like to support the development of this project and the goal of reaching a lighter and faster ecosystem


Changelog

*Sourced from [tinyglobby's changelog](https://github.com/SuperchupuDev/tinyglobby/blob/main/CHANGELOG.md).*

> ### [0.2.15](SuperchupuDev/tinyglobby@0.2.14...0.2.15)
>
> #### Added
>
> * Documentation page at <https://superchupu.dev/tinyglobby>,
>   which also contains a library comparison page and migration guide.
>
>   It's been a huge effort that took two months to make.
>
>   Big thanks to [outslept](https://github.com/outslept), [43081j](https://github.com/43081j)
>   and [benmccann](https://github.com/benmcann) for helping out! ❤️
> * JSDoc to all functions and options based on the online documentation page
> * Benchmarks with help from
>   [43081j](https://github.com/43081j) and [benmccann](https://github.com/benmcann)
> * `braceExpansion` option
> * `extglob` option
> * `fs` option
> * `globstar` option by [benmccann](https://github.com/benmcann)
> * `signal` option
> * `package.json` export as `tinyglobby/package.json`
> * Ability to pass readonly types by [TomerAberbach](https://github.com/TomerAberbach)
> * Support for `URL`s in `cwd` option
>
> #### Changed
>
> * Rewritten path processing algorithm leading to a huge performance increase in many cases
>   with help from [43081j](https://github.com/43081j) and [benmccann](https://github.com/benmcann)
> * Deprecated using `patterns` inside the options object
> * Enabled trusted publishing using npm's OIDC support
>
> #### Fixed
>
> * Negated bracket expressions i.e. `[!abc]`
> * Some patterns like `+++` breaking the partial matcher


Commits

* [`c2eb99f`](SuperchupuDev/tinyglobby@c2eb99f) release 0.2.15
* [`63333fa`](SuperchupuDev/tinyglobby@63333fa) stop using `picomatch.makeRe` on partial matcher
* [`8590700`](SuperchupuDev/tinyglobby@8590700) chore(deps): update all non-major dependencies ([#161](https://redirect.github.com/SuperchupuDev/tinyglobby/issues/161))
* [`d5da27f`](SuperchupuDev/tinyglobby@d5da27f) move documentation to website, add jsdoc
* [`c911fae`](SuperchupuDev/tinyglobby@c911fae) chore(deps): update dependency tinybench to v5 ([ArcadeData#159](https://redirect.github.com/SuperchupuDev/tinyglobby/issues/159))
* [`b870b83`](SuperchupuDev/tinyglobby@b870b83) workaround to fix dts build
* [`c3a6fb8`](SuperchupuDev/tinyglobby@c3a6fb8) up coverage to 100%
* [`e2c2e7c`](SuperchupuDev/tinyglobby@e2c2e7c) chore(deps): update dependency `@​types/node` to ^24.3.0 ([ArcadeData#157](https://redirect.github.com/SuperchupuDev/tinyglobby/issues/157))
* [`225cca2`](SuperchupuDev/tinyglobby@225cca2) add `fs` option
* [`c5dadd9`](SuperchupuDev/tinyglobby@c5dadd9) chore(deps): update actions/checkout action to v5 ([ArcadeData#156](https://redirect.github.com/SuperchupuDev/tinyglobby/issues/156))
* Additional commits viewable in [compare view](SuperchupuDev/tinyglobby@0.2.14...0.2.15)

Maintainer changes

This version was pushed to npm by [GitHub Actions](<https://www.npmjs.com/~GitHub> Actions), a new releaser for tinyglobby since your current version.

  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=tinyglobby&package-manager=npm\_and\_yarn&previous-version=0.2.14&new-version=0.2.15)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

'ALTER TYPE' not working

1 participant