Skip to content

build(deps): Bump @flex-development/fsm-tokenizer from 1.0.0-alpha.5 to 1.0.0-alpha.6 in the flex-development group#6

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/flex-development-c93eb0ab15
Open

build(deps): Bump @flex-development/fsm-tokenizer from 1.0.0-alpha.5 to 1.0.0-alpha.6 in the flex-development group#6
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/flex-development-c93eb0ab15

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Bumps the flex-development group with 1 update: @flex-development/fsm-tokenizer.

Updates @flex-development/fsm-tokenizer from 1.0.0-alpha.5 to 1.0.0-alpha.6

Release notes

Sourced from @​flex-development/fsm-tokenizer's releases.

1.0.0-alpha.6

1.0.0-alpha.6 (2026-05-22)

⚠ BREAKING CHANGES

  • ts: Options#initial -> Options#initialize

📦 Build

  • [b1a080e] deps-dev: bump rollup from 4.60.3 to 4.60.4 (#341)
  • [bceba21] deps-dev: bump the vitest group with 3 updates (#344)
  • [534d992] ts: rewriteRelativeImportExtensions

🤖 Continuous Integration

  • [ea2df98] deps: bump codecov/codecov-action from 6.0.0 to 6.0.1 (#342)

📝 Documentation

  • [29430db] add bundlephobia badges

✨ Features

  • [36e3b82] enums: chars.questionMark, codes.questionMark

🦾 Refactors

  • [43605bc] ts: Options#initial -> Options#initialize
Changelog

Sourced from @​flex-development/fsm-tokenizer's changelog.

1.0.0-alpha.6 (2026-05-22)

⚠ BREAKING CHANGES

  • ts: Options#initial -> Options#initialize

📦 Build

  • [b1a080e] deps-dev: bump rollup from 4.60.3 to 4.60.4 (#341)
  • [bceba21] deps-dev: bump the vitest group with 3 updates (#344)
  • [534d992] ts: rewriteRelativeImportExtensions

🤖 Continuous Integration

  • [ea2df98] deps: bump codecov/codecov-action from 6.0.0 to 6.0.1 (#342)

📝 Documentation

  • [29430db] add bundlephobia badges

✨ Features

  • [36e3b82] enums: chars.questionMark, codes.questionMark

🦾 Refactors

  • [43605bc] ts: Options#initial -> Options#initialize
Commits
  • 3e9b322 release: 1.0.0-alpha.6 (#345)
  • ae15132 release(chore): 1.0.0-alpha.6
  • 43605bc refactor(ts)!: Options#initial -> Options#initialize
  • 534d992 build(ts): rewriteRelativeImportExtensions
  • 36e3b82 feat(enums): chars.questionMark, codes.questionMark
  • bceba21 build(deps-dev): bump the vitest group with 3 updates (#344)
  • ea2df98 ci(deps): bump codecov/codecov-action from 6.0.0 to 6.0.1 (#342)
  • b1a080e build(deps-dev): bump rollup from 4.60.3 to 4.60.4 (#341)
  • 29430db docs: add bundlephobia badges
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the flex-development group with 1 update: [@flex-development/fsm-tokenizer](https://github.com/flex-development/fsm-tokenizer).


Updates `@flex-development/fsm-tokenizer` from 1.0.0-alpha.5 to 1.0.0-alpha.6
- [Release notes](https://github.com/flex-development/fsm-tokenizer/releases)
- [Changelog](https://github.com/flex-development/fsm-tokenizer/blob/main/CHANGELOG.md)
- [Commits](flex-development/fsm-tokenizer@1.0.0-alpha.5...1.0.0-alpha.6)

---
updated-dependencies:
- dependency-name: "@flex-development/fsm-tokenizer"
  dependency-version: 1.0.0-alpha.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flex-development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added scope:dependencies dependency updates type:build changes to the build system or external dependencies labels May 25, 2026
@flex-development flex-development Bot enabled auto-merge (squash) May 25, 2026 14:50
@codecov
Copy link
Copy Markdown

codecov Bot commented May 25, 2026

❌ 13 Tests Failed:

Tests completed Failed Passed Skipped
15 13 2 0
View the top 3 failed test(s) by shortest run time
src/tokenize/constructs/__tests__/question-mark.integration.spec.mts::integration:tokenize/constructs/questionMark > should tokenize question mark ("?")
Stack Traces | 0.000381s run time
TypeError: Cannot read properties of undefined (reading 'resolveAll')
 ❯ onsuccessfulconstruct node_modules/@.../fsm-tokenizer/dist/index.mjs:810:23
 ❯ createTokenizer node_modules/@.../fsm-tokenizer/dist/index.mjs:650:5
 ❯ .../constructs/__tests__/question-mark.integration.spec.mts:23:15
src/tokenize/constructs/__tests__/separator.integration.spec.mts::integration:tokenize/constructs/separator > should tokenize path separator ("dist/**/*")
Stack Traces | 0.00041s run time
TypeError: Cannot read properties of undefined (reading 'resolveAll')
 ❯ onsuccessfulconstruct node_modules/@.../fsm-tokenizer/dist/index.mjs:810:23
 ❯ createTokenizer node_modules/@.../fsm-tokenizer/dist/index.mjs:650:5
 ❯ .../constructs/__tests__/separator.integration.spec.mts:24:15
src/tokenize/constructs/__tests__/question-mark.integration.spec.mts::integration:tokenize/constructs/questionMark > should tokenize question mark ("???")
Stack Traces | 0.000429s run time
TypeError: Cannot read properties of undefined (reading 'resolveAll')
 ❯ onsuccessfulconstruct node_modules/@.../fsm-tokenizer/dist/index.mjs:810:23
 ❯ createTokenizer node_modules/@.../fsm-tokenizer/dist/index.mjs:650:5
 ❯ .../constructs/__tests__/question-mark.integration.spec.mts:23:15
src/tokenize/constructs/__tests__/separator.integration.spec.mts::integration:tokenize/constructs/separator > should tokenize path separator ("/")
Stack Traces | 0.000488s run time
TypeError: Cannot read properties of undefined (reading 'resolveAll')
 ❯ onsuccessfulconstruct node_modules/@.../fsm-tokenizer/dist/index.mjs:810:23
 ❯ createTokenizer node_modules/@.../fsm-tokenizer/dist/index.mjs:650:5
 ❯ .../constructs/__tests__/separator.integration.spec.mts:24:15
src/tokenize/constructs/__tests__/question-mark.integration.spec.mts::integration:tokenize/constructs/questionMark > should produce no events without valid question mark ("a\\?")
Stack Traces | 0.000504s run time
TypeError: Cannot read properties of undefined (reading 'resolveAll')
 ❯ onsuccessfulconstruct node_modules/@.../fsm-tokenizer/dist/index.mjs:810:23
 ❯ createTokenizer node_modules/@.../fsm-tokenizer/dist/index.mjs:650:5
 ❯ .../constructs/__tests__/question-mark.integration.spec.mts:23:15
src/tokenize/constructs/__tests__/question-mark.integration.spec.mts::integration:tokenize/constructs/questionMark > should produce no events without valid question mark ("*.c")
Stack Traces | 0.000551s run time
TypeError: Cannot read properties of undefined (reading 'resolveAll')
 ❯ onsuccessfulconstruct node_modules/@.../fsm-tokenizer/dist/index.mjs:810:23
 ❯ createTokenizer node_modules/@.../fsm-tokenizer/dist/index.mjs:650:5
 ❯ .../constructs/__tests__/question-mark.integration.spec.mts:23:15
src/tokenize/constructs/__tests__/separator.integration.spec.mts::integration:tokenize/constructs/separator > should produce no events without valid path separator ("*.h")
Stack Traces | 0.000593s run time
TypeError: Cannot read properties of undefined (reading 'resolveAll')
 ❯ onsuccessfulconstruct node_modules/@.../fsm-tokenizer/dist/index.mjs:810:23
 ❯ createTokenizer node_modules/@.../fsm-tokenizer/dist/index.mjs:650:5
 ❯ .../constructs/__tests__/separator.integration.spec.mts:24:15
src/tokenize/constructs/__tests__/separator.integration.spec.mts::integration:tokenize/constructs/separator > should produce no events without valid path separator ("\\/")
Stack Traces | 0.00062s run time
TypeError: Cannot read properties of undefined (reading 'resolveAll')
 ❯ onsuccessfulconstruct node_modules/@.../fsm-tokenizer/dist/index.mjs:810:23
 ❯ createTokenizer node_modules/@.../fsm-tokenizer/dist/index.mjs:650:5
 ❯ .../constructs/__tests__/separator.integration.spec.mts:24:15
src/tokenize/constructs/__tests__/question-mark.integration.spec.mts::integration:tokenize/constructs/questionMark > should produce no events without valid question mark ("\\?")
Stack Traces | 0.000669s run time
TypeError: Cannot read properties of undefined (reading 'resolveAll')
 ❯ onsuccessfulconstruct node_modules/@.../fsm-tokenizer/dist/index.mjs:810:23
 ❯ createTokenizer node_modules/@.../fsm-tokenizer/dist/index.mjs:650:5
 ❯ .../constructs/__tests__/question-mark.integration.spec.mts:23:15
src/tokenize/constructs/__tests__/question-mark.integration.spec.mts::integration:tokenize/constructs/questionMark > should produce no events without valid question mark (null)
Stack Traces | 0.00627s run time
TypeError: Cannot read properties of undefined (reading 'resolveAll')
 ❯ onsuccessfulconstruct node_modules/@.../fsm-tokenizer/dist/index.mjs:810:23
 ❯ createTokenizer node_modules/@.../fsm-tokenizer/dist/index.mjs:650:5
 ❯ .../constructs/__tests__/question-mark.integration.spec.mts:23:15
src/tokenize/constructs/__tests__/separator.integration.spec.mts::integration:tokenize/constructs/separator > should produce no events without valid path separator (null)
Stack Traces | 0.0068s run time
TypeError: Cannot read properties of undefined (reading 'resolveAll')
 ❯ onsuccessfulconstruct node_modules/@.../fsm-tokenizer/dist/index.mjs:810:23
 ❯ createTokenizer node_modules/@.../fsm-tokenizer/dist/index.mjs:650:5
 ❯ .../constructs/__tests__/separator.integration.spec.mts:24:15
src/tokenize/constructs/__tests__/question-mark.integration.spec.mts::src/tokenize/constructs/__tests__/question-mark.integration.spec.mts
Stack Traces | 0.0108s run time
Error: Obsolete snapshots found when no snapshot update is expected.
· integration:tokenize/constructs/questionMark > should tokenize question mark ("?") 1
· integration:tokenize/constructs/questionMark > should tokenize question mark ("???") 1
src/tokenize/constructs/__tests__/separator.integration.spec.mts::src/tokenize/constructs/__tests__/separator.integration.spec.mts
Stack Traces | 0.011s run time
Error: Obsolete snapshots found when no snapshot update is expected.
· integration:tokenize/constructs/separator > should tokenize path separator ("/") 1
· integration:tokenize/constructs/separator > should tokenize path separator ("dist/**/*") 1

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

scope:dependencies dependency updates type:build changes to the build system or external dependencies

Projects

Status: 🆕 New

Development

Successfully merging this pull request may close these issues.

0 participants