Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm: bump ts-xor from 1.1.0 to 1.3.0 #81

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 4, 2023

Bumps ts-xor from 1.1.0 to 1.3.0.

Release notes

Sourced from ts-xor's releases.

v1.3.0

Improvements

  • xor: support xoring more than two types (up to 200!)

Documentation

  • readme: restructure content layout; highlight patterns including new with fetcher; update section about XORing multiple types

Tests

  • add new tests covering XORing together 200 types
  • expand tests for multiple XORed types to test 4 types
    • using the new comma-separated expanded generic param capacity
    • using the legacy nested-XOR pattern

Full Changelog: maninak/ts-xor@v1.2.0...v1.3.0

v1.2.0

Improvements

  • package: indicate to bundlers that all modules are side-effect-free

Tests

  • package: add metadata & esm/cjs compatibility check as a test step
  • leverage ts-expect-error for tests expected to fail compilation

Full Changelog: maninak/ts-xor@v1.1.1...v1.2.0

v1.1.1

Fixes

  • package: add proper support for both cjs and esm

Documentation

  • readme: restructure content layout; polish some sections
  • readme: link to source for claim of ts not having xor operator
  • readme: use modern type imports in code examples

Full Changelog: maninak/ts-xor@v1.1.0...v1.1.1

Commits
  • 6416e6a 1.3.0
  • 27d3b9f Merge pull request #27 from maninak/feat/22_multi-xor
  • 4939d4c feat(xor): support xoring more than two types (up to 200!)
  • 8eeb3e3 1.2.0
  • 197fbe3 Merge pull request #25 from maninak/test/24-revisit-testing
  • 70d8c2c test: remove obsolete fail/pass context from test filenames
  • e2c35a8 test: leverage //@​ts-expect-error for tests expected to fail compilation
  • 6f8e363 test(package): add metadata & esm/cjs compatibility check as a test step
  • 4e35ba8 feat(package): indicate to bundlers that all modules are side-effect free
  • f6375e1 1.1.1
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 <dependency name> 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)

Bumps [ts-xor](https://github.com/maninak/ts-xor) from 1.1.0 to 1.3.0.
- [Release notes](https://github.com/maninak/ts-xor/releases)
- [Commits](maninak/ts-xor@v1.1.0...v1.3.0)

---
updated-dependencies:
- dependency-name: ts-xor
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 4, 2023
@ukorvl ukorvl merged commit f1fb8ff into master Oct 4, 2023
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ts-xor-1.3.0 branch October 4, 2023 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant