Skip to content

build(deps): Bump @flex-development/fsm-tokenizer from 1.0.0-alpha.5 to 1.0.0-alpha.7 in the flex-development group across 1 directory#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.7 in the flex-development group across 1 directory#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 in the / directory: @flex-development/fsm-tokenizer.

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

Release notes

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

1.0.0-alpha.7

1.0.0-alpha.7 (2026-06-03)

⚠ BREAKING CHANGES

  • api improvements

📦 Build

  • [7b945cc] deps-dev: bump @​arethetypeswrong/cli from 0.18.2 to 0.18.3 (#350)
  • [6be1e93] deps-dev: bump @​commitlint/cli from 21.0.1 to 21.0.2 in the commitlint group (#347)
  • [356f95e] deps-dev: bump cspell from 10.0.0 to 10.0.1 (#349)
  • [7d24745] deps-dev: bump rollup from 4.60.4 to 4.61.0 (#351)
  • [42a429d] deps-dev: bump the vitest group with 3 updates (#348)

🦾 Refactors

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.7 (2026-06-03)

⚠ BREAKING CHANGES

  • api improvements

📦 Build

  • [7b945cc] deps-dev: bump @​arethetypeswrong/cli from 0.18.2 to 0.18.3 (#350)
  • [6be1e93] deps-dev: bump @​commitlint/cli from 21.0.1 to 21.0.2 in the commitlint group (#347)
  • [356f95e] deps-dev: bump cspell from 10.0.0 to 10.0.1 (#349)
  • [7d24745] deps-dev: bump rollup from 4.60.4 to 4.61.0 (#351)
  • [42a429d] deps-dev: bump the vitest group with 3 updates (#348)

🦾 Refactors

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
  • 9bca536 release: 1.0.0-alpha.7 (#353)
  • ddeb5d1 release(chore): 1.0.0-alpha.7
  • d430997 refactor!: api improvements
  • 7d24745 build(deps-dev): bump rollup from 4.60.4 to 4.61.0 (#351)
  • 7b945cc build(deps-dev): bump @​arethetypeswrong/cli from 0.18.2 to 0.18.3 (#350)
  • 356f95e build(deps-dev): bump cspell from 10.0.0 to 10.0.1 (#349)
  • 42a429d build(deps-dev): bump the vitest group with 3 updates (#348)
  • 6be1e93 build(deps-dev): bump @​commitlint/cli from 21.0.1 to 21.0.2 in the commitlint...
  • 3e9b322 release: 1.0.0-alpha.6 (#345)
  • ae15132 release(chore): 1.0.0-alpha.6
  • Additional commits viewable in compare view

@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.000525s run time
Assertion: expected state function

- Expected
+ Received

- true
+ false

 ❯ assert node_modules/@.../devlop/lib/development.js:230:9
 ❯ ok node_modules/@.../devlop/lib/development.js:182:3
 ❯ go node_modules/@.../fsm-tokenizer/dist/index.mjs:926:9
 ❯ tokenize node_modules/@.../fsm-tokenizer/dist/index.mjs:999:17
 ❯ Object.write node_modules/@.../fsm-tokenizer/dist/index.mjs:1016:9
 ❯ tokenize node_modules/@.../fsm-tokenizer/dist/index.mjs:1051:21
 ❯ .../constructs/__tests__/question-mark.integration.spec.mts:43:20

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_ASSERTION', generated: false }
src/tokenize/constructs/__tests__/separator.integration.spec.mts::integration:tokenize/constructs/separator > should tokenize path separator ("/")
Stack Traces | 0.000617s run time
Assertion: expected state function

- Expected
+ Received

- true
+ false

 ❯ assert node_modules/@.../devlop/lib/development.js:230:9
 ❯ ok node_modules/@.../devlop/lib/development.js:182:3
 ❯ go node_modules/@.../fsm-tokenizer/dist/index.mjs:926:9
 ❯ tokenize node_modules/@.../fsm-tokenizer/dist/index.mjs:999:17
 ❯ Object.write node_modules/@.../fsm-tokenizer/dist/index.mjs:1016:9
 ❯ tokenize node_modules/@.../fsm-tokenizer/dist/index.mjs:1051:21
 ❯ .../constructs/__tests__/separator.integration.spec.mts:43:20

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_ASSERTION', generated: false }
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.00066s run time
Assertion: expected state function

- Expected
+ Received

- true
+ false

 ❯ assert node_modules/@.../devlop/lib/development.js:230:9
 ❯ ok node_modules/@.../devlop/lib/development.js:182:3
 ❯ go node_modules/@.../fsm-tokenizer/dist/index.mjs:926:9
 ❯ tokenize node_modules/@.../fsm-tokenizer/dist/index.mjs:999:17
 ❯ Object.write node_modules/@.../fsm-tokenizer/dist/index.mjs:1016:9
 ❯ tokenize node_modules/@.../fsm-tokenizer/dist/index.mjs:1051:21
 ❯ .../constructs/__tests__/question-mark.integration.spec.mts:35:12

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_ASSERTION', generated: false }
src/tokenize/constructs/__tests__/separator.integration.spec.mts::integration:tokenize/constructs/separator > should produce no events without valid path separator ("*.h")
Stack Traces | 0.000717s run time
Assertion: expected state function

- Expected
+ Received

- true
+ false

 ❯ assert node_modules/@.../devlop/lib/development.js:230:9
 ❯ ok node_modules/@.../devlop/lib/development.js:182:3
 ❯ go node_modules/@.../fsm-tokenizer/dist/index.mjs:926:9
 ❯ tokenize node_modules/@.../fsm-tokenizer/dist/index.mjs:999:17
 ❯ Object.write node_modules/@.../fsm-tokenizer/dist/index.mjs:1016:9
 ❯ tokenize node_modules/@.../fsm-tokenizer/dist/index.mjs:1051:21
 ❯ .../constructs/__tests__/separator.integration.spec.mts:35:12

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_ASSERTION', generated: false }
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.000719s run time
Assertion: expected state function

- Expected
+ Received

- true
+ false

 ❯ assert node_modules/@.../devlop/lib/development.js:230:9
 ❯ ok node_modules/@.../devlop/lib/development.js:182:3
 ❯ go node_modules/@.../fsm-tokenizer/dist/index.mjs:926:9
 ❯ tokenize node_modules/@.../fsm-tokenizer/dist/index.mjs:999:17
 ❯ Object.write node_modules/@.../fsm-tokenizer/dist/index.mjs:1016:9
 ❯ tokenize node_modules/@.../fsm-tokenizer/dist/index.mjs:1051:21
 ❯ .../constructs/__tests__/question-mark.integration.spec.mts:35:12

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_ASSERTION', generated: false }
src/tokenize/constructs/__tests__/separator.integration.spec.mts::integration:tokenize/constructs/separator > should tokenize path separator ("dist/**/*")
Stack Traces | 0.00073s run time
Assertion: expected state function

- Expected
+ Received

- true
+ false

 ❯ assert node_modules/@.../devlop/lib/development.js:230:9
 ❯ ok node_modules/@.../devlop/lib/development.js:182:3
 ❯ go node_modules/@.../fsm-tokenizer/dist/index.mjs:926:9
 ❯ tokenize node_modules/@.../fsm-tokenizer/dist/index.mjs:999:17
 ❯ Object.write node_modules/@.../fsm-tokenizer/dist/index.mjs:1016:9
 ❯ tokenize node_modules/@.../fsm-tokenizer/dist/index.mjs:1051:21
 ❯ .../constructs/__tests__/separator.integration.spec.mts:43:20

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_ASSERTION', generated: false }
src/tokenize/constructs/__tests__/question-mark.integration.spec.mts::integration:tokenize/constructs/questionMark > should tokenize question mark ("?")
Stack Traces | 0.000812s run time
Assertion: expected state function

- Expected
+ Received

- true
+ false

 ❯ assert node_modules/@.../devlop/lib/development.js:230:9
 ❯ ok node_modules/@.../devlop/lib/development.js:182:3
 ❯ go node_modules/@.../fsm-tokenizer/dist/index.mjs:926:9
 ❯ tokenize node_modules/@.../fsm-tokenizer/dist/index.mjs:999:17
 ❯ Object.write node_modules/@.../fsm-tokenizer/dist/index.mjs:1016:9
 ❯ tokenize node_modules/@.../fsm-tokenizer/dist/index.mjs:1051:21
 ❯ .../constructs/__tests__/question-mark.integration.spec.mts:43:20

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_ASSERTION', generated: false }
src/tokenize/constructs/__tests__/separator.integration.spec.mts::integration:tokenize/constructs/separator > should produce no events without valid path separator ("\\/")
Stack Traces | 0.000865s run time
Assertion: expected state function

- Expected
+ Received

- true
+ false

 ❯ assert node_modules/@.../devlop/lib/development.js:230:9
 ❯ ok node_modules/@.../devlop/lib/development.js:182:3
 ❯ go node_modules/@.../fsm-tokenizer/dist/index.mjs:926:9
 ❯ tokenize node_modules/@.../fsm-tokenizer/dist/index.mjs:999:17
 ❯ Object.write node_modules/@.../fsm-tokenizer/dist/index.mjs:1016:9
 ❯ tokenize node_modules/@.../fsm-tokenizer/dist/index.mjs:1051:21
 ❯ .../constructs/__tests__/separator.integration.spec.mts:35:12

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_ASSERTION', generated: false }
src/tokenize/constructs/__tests__/question-mark.integration.spec.mts::integration:tokenize/constructs/questionMark > should produce no events without valid question mark ("\\?")
Stack Traces | 0.00104s run time
Assertion: expected state function

- Expected
+ Received

- true
+ false

 ❯ assert node_modules/@.../devlop/lib/development.js:230:9
 ❯ ok node_modules/@.../devlop/lib/development.js:182:3
 ❯ go node_modules/@.../fsm-tokenizer/dist/index.mjs:926:9
 ❯ tokenize node_modules/@.../fsm-tokenizer/dist/index.mjs:999:17
 ❯ Object.write node_modules/@.../fsm-tokenizer/dist/index.mjs:1016:9
 ❯ tokenize node_modules/@.../fsm-tokenizer/dist/index.mjs:1051:21
 ❯ .../constructs/__tests__/question-mark.integration.spec.mts:35:12

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_ASSERTION', generated: false }
src/tokenize/constructs/__tests__/separator.integration.spec.mts::integration:tokenize/constructs/separator > should produce no events without valid path separator (null)
Stack Traces | 0.00901s run time
Assertion: expected state function

- Expected
+ Received

- true
+ false

 ❯ assert node_modules/@.../devlop/lib/development.js:230:9
 ❯ ok node_modules/@.../devlop/lib/development.js:182:3
 ❯ go node_modules/@.../fsm-tokenizer/dist/index.mjs:926:9
 ❯ tokenize node_modules/@.../fsm-tokenizer/dist/index.mjs:999:17
 ❯ Object.write node_modules/@.../fsm-tokenizer/dist/index.mjs:1016:9
 ❯ tokenize node_modules/@.../fsm-tokenizer/dist/index.mjs:1054:20
 ❯ .../constructs/__tests__/separator.integration.spec.mts:35:12

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_ASSERTION', generated: false }
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.00969s run time
Assertion: expected state function

- Expected
+ Received

- true
+ false

 ❯ assert node_modules/@.../devlop/lib/development.js:230:9
 ❯ ok node_modules/@.../devlop/lib/development.js:182:3
 ❯ go node_modules/@.../fsm-tokenizer/dist/index.mjs:926:9
 ❯ tokenize node_modules/@.../fsm-tokenizer/dist/index.mjs:999:17
 ❯ Object.write node_modules/@.../fsm-tokenizer/dist/index.mjs:1016:9
 ❯ tokenize node_modules/@.../fsm-tokenizer/dist/index.mjs:1054:20
 ❯ .../constructs/__tests__/question-mark.integration.spec.mts:35:12

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_ASSERTION', generated: false }
src/tokenize/constructs/__tests__/separator.integration.spec.mts::src/tokenize/constructs/__tests__/separator.integration.spec.mts
Stack Traces | 0.0138s 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
src/tokenize/constructs/__tests__/question-mark.integration.spec.mts::src/tokenize/constructs/__tests__/question-mark.integration.spec.mts
Stack Traces | 0.0153s 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

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

@dependabot dependabot Bot changed the title build(deps): Bump @flex-development/fsm-tokenizer from 1.0.0-alpha.5 to 1.0.0-alpha.6 in the flex-development group build(deps): Bump @flex-development/fsm-tokenizer from 1.0.0-alpha.5 to 1.0.0-alpha.6 in the flex-development group across 1 directory May 29, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/flex-development-c93eb0ab15 branch 4 times, most recently from 73f9dce to 44dd081 Compare June 2, 2026 04:57
Bumps the flex-development group with 1 update in the / directory: [@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.7
- [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.7)

---
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 changed the title build(deps): Bump @flex-development/fsm-tokenizer from 1.0.0-alpha.5 to 1.0.0-alpha.6 in the flex-development group across 1 directory build(deps): Bump @flex-development/fsm-tokenizer from 1.0.0-alpha.5 to 1.0.0-alpha.7 in the flex-development group across 1 directory Jun 4, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/flex-development-c93eb0ab15 branch from 44dd081 to 4ab83c8 Compare June 4, 2026 09:25
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