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

chore(deps-dev): bump the development group across 1 directory with 12 updates #421

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 2024

Bumps the development group with 12 updates in the / directory:

Package From To
@compas/cli 0.5.0 0.11.2
@compas/code-gen 0.5.0 0.11.2
@compas/stdlib 0.5.0 0.11.2
@playwright/test 1.34.3 1.44.1
@svgr/cli 8.0.1 8.1.0
@tailwindcss/forms 0.5.3 0.5.7
@types/node 18.14.6 20.14.5
autoprefixer 10.4.14 10.4.19
postcss 8.4.24 8.4.38
postcss-import 15.1.0 16.1.0
tailwindcss 3.3.2 3.4.4
typescript 5.0.4 5.4.5

Updates @compas/cli from 0.5.0 to 0.11.2

Release notes

Sourced from @​compas/cli's releases.

v0.11.2

Features

  • feat(server,store): keep track of Sentry metrics about which routes and jobs are run ca1a0a

v0.11.1

Features

  • feat(server): force a new Sentry trace id for each request 6ca680
  • feat(store): force a new Sentry trace id for job f4de6a

Bug fixes

  • fix(stdlib): enable event_span logging, even if sentry is used dfc0da

v0.11.0

Breaking changes

  • feat(eslint-plugin): stricter checks on missing eventStart calls 491561
    • Correctness checks; if event is passed into an async function, you most certainly want to call eventStart.

Features

  • feat(stdlib): make AppError compatible with Sentry 056d40

Bug fixes

  • fix(cli): make sure to load .cjs and .mjs test files ed546c

v0.10.6

Features

  • feat(stdlib): only add logs as breadcrumbs if a span is active d1a897
  • feat(cli): hard error the test runner if we don't have a test config and no package.json in the cwd fb1166

Other

  • chore(stdlib): fix TS issues ce2f67

v0.10.5

Features

  • feat(server): skip sentry span creation for head and options requests 31eb5b
  • feat(store): only start Sentry span for queries if a parent span exists d5d842

... (truncated)

Changelog

Sourced from @​compas/cli's changelog.

v0.11.2

Features

  • feat(server,store): keep track of Sentry metrics about which routes and jobs are run ca1a0a

v0.11.1

Features

  • feat(server): force a new Sentry trace id for each request 6ca680
  • feat(store): force a new Sentry trace id for job f4de6a

Bug fixes

  • fix(stdlib): enable event_span logging, even if sentry is used dfc0da

v0.11.0

Breaking changes

  • feat(eslint-plugin): stricter checks on missing eventStart calls 491561
    • Correctness checks; if event is passed into an async function, you most certainly want to call eventStart.

Features

  • feat(stdlib): make AppError compatible with Sentry 056d40

Bug fixes

  • fix(cli): make sure to load .cjs and .mjs test files ed546c

v0.10.6

Features

  • feat(stdlib): only add logs as breadcrumbs if a span is active d1a897
  • feat(cli): hard error the test runner if we don't have a test config and no package.json in the cwd fb1166

... (truncated)

Commits

Updates @compas/code-gen from 0.5.0 to 0.11.2

Release notes

Sourced from @​compas/code-gen's releases.

v0.11.2

Features

  • feat(server,store): keep track of Sentry metrics about which routes and jobs are run ca1a0a

v0.11.1

Features

  • feat(server): force a new Sentry trace id for each request 6ca680
  • feat(store): force a new Sentry trace id for job f4de6a

Bug fixes

  • fix(stdlib): enable event_span logging, even if sentry is used dfc0da

v0.11.0

Breaking changes

  • feat(eslint-plugin): stricter checks on missing eventStart calls 491561
    • Correctness checks; if event is passed into an async function, you most certainly want to call eventStart.

Features

  • feat(stdlib): make AppError compatible with Sentry 056d40

Bug fixes

  • fix(cli): make sure to load .cjs and .mjs test files ed546c

v0.10.6

Features

  • feat(stdlib): only add logs as breadcrumbs if a span is active d1a897
  • feat(cli): hard error the test runner if we don't have a test config and no package.json in the cwd fb1166

Other

  • chore(stdlib): fix TS issues ce2f67

v0.10.5

Features

  • feat(server): skip sentry span creation for head and options requests 31eb5b
  • feat(store): only start Sentry span for queries if a parent span exists d5d842

... (truncated)

Changelog

Sourced from @​compas/code-gen's changelog.

v0.11.2

Features

  • feat(server,store): keep track of Sentry metrics about which routes and jobs are run ca1a0a

v0.11.1

Features

  • feat(server): force a new Sentry trace id for each request 6ca680
  • feat(store): force a new Sentry trace id for job f4de6a

Bug fixes

  • fix(stdlib): enable event_span logging, even if sentry is used dfc0da

v0.11.0

Breaking changes

  • feat(eslint-plugin): stricter checks on missing eventStart calls 491561
    • Correctness checks; if event is passed into an async function, you most certainly want to call eventStart.

Features

  • feat(stdlib): make AppError compatible with Sentry 056d40

Bug fixes

  • fix(cli): make sure to load .cjs and .mjs test files ed546c

v0.10.6

Features

  • feat(stdlib): only add logs as breadcrumbs if a span is active d1a897
  • feat(cli): hard error the test runner if we don't have a test config and no package.json in the cwd fb1166

... (truncated)

Commits

Updates @compas/stdlib from 0.5.0 to 0.11.2

Release notes

Sourced from @​compas/stdlib's releases.

v0.11.2

Features

  • feat(server,store): keep track of Sentry metrics about which routes and jobs are run ca1a0a

v0.11.1

Features

  • feat(server): force a new Sentry trace id for each request 6ca680
  • feat(store): force a new Sentry trace id for job f4de6a

Bug fixes

  • fix(stdlib): enable event_span logging, even if sentry is used dfc0da

v0.11.0

Breaking changes

  • feat(eslint-plugin): stricter checks on missing eventStart calls 491561
    • Correctness checks; if event is passed into an async function, you most certainly want to call eventStart.

Features

  • feat(stdlib): make AppError compatible with Sentry 056d40

Bug fixes

  • fix(cli): make sure to load .cjs and .mjs test files ed546c

v0.10.6

Features

  • feat(stdlib): only add logs as breadcrumbs if a span is active d1a897
  • feat(cli): hard error the test runner if we don't have a test config and no package.json in the cwd fb1166

Other

  • chore(stdlib): fix TS issues ce2f67

v0.10.5

Features

  • feat(server): skip sentry span creation for head and options requests 31eb5b
  • feat(store): only start Sentry span for queries if a parent span exists d5d842

... (truncated)

Changelog

Sourced from @​compas/stdlib's changelog.

v0.11.2

Features

  • feat(server,store): keep track of Sentry metrics about which routes and jobs are run ca1a0a

v0.11.1

Features

  • feat(server): force a new Sentry trace id for each request 6ca680
  • feat(store): force a new Sentry trace id for job f4de6a

Bug fixes

  • fix(stdlib): enable event_span logging, even if sentry is used dfc0da

v0.11.0

Breaking changes

  • feat(eslint-plugin): stricter checks on missing eventStart calls 491561
    • Correctness checks; if event is passed into an async function, you most certainly want to call eventStart.

Features

  • feat(stdlib): make AppError compatible with Sentry 056d40

Bug fixes

  • fix(cli): make sure to load .cjs and .mjs test files ed546c

v0.10.6

Features

  • feat(stdlib): only add logs as breadcrumbs if a span is active d1a897
  • feat(cli): hard error the test runner if we don't have a test config and no package.json in the cwd fb1166

... (truncated)

Commits
  • 7d973d7 v0.11.2
  • b113b6b v0.11.1
  • dfc0daa fix(stdlib): enable event_span logging, even if sentry is used
  • 83e580d v0.11.0
  • 056d402 feat(stdlib): make AppError compatible with Sentry
  • 2134362 build(deps-dev): bump the development group across 1 directory with 2 updates...
  • 60a08a5 build(deps-dev): bump the development group with 2 updates (#3162)
  • 2deaae8 v0.10.6
  • ce2f67e chore(stdlib): fix TS issues
  • d1a8976 feat(stdlib): only add logs as breadcrumbs if a span is active
  • Additional commits viewable in compare view

Updates @playwright/test from 1.34.3 to 1.44.1

Release notes

Sourced from @​playwright/test's releases.

v1.44.1

Highlights

microsoft/playwright#30779 - [REGRESSION]: When using video: 'on' with VSCode extension the browser got closed microsoft/playwright#30755 - [REGRESSION]: Electron launch with spaces inside executablePath didn't work microsoft/playwright#30770 - [REGRESSION]: Mask elements outside of viewport when creating fullscreen screenshots didn't work microsoft/playwright#30858 - [REGRESSION]: ipv6 got shown instead of localhost in show-trace/show-report

Browser Versions

  • Chromium 125.0.6422.14
  • Mozilla Firefox 125.0.1
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 124
  • Microsoft Edge 124

v1.44.0

New APIs

Accessibility assertions

  • expect(locator).toHaveAccessibleName() checks if the element has the specified accessible name:

    const locator = page.getByRole('button');
    await expect(locator).toHaveAccessibleName('Submit');
  • expect(locator).toHaveAccessibleDescription() checks if the element has the specified accessible description:

    const locator = page.getByRole('button');
    await expect(locator).toHaveAccessibleDescription('Upload a photo');
  • expect(locator).toHaveRole() checks if the element has the specified ARIA role:

    const locator = page.getByTestId('save-button');
    await expect(locator).toHaveRole('button');

Locator handler

  • After executing the handler added with page.addLocatorHandler(), Playwright will now wait until the overlay that triggered the handler is not visible anymore. You can opt-out of this behavior with the new noWaitAfter option.
  • You can use new times option in page.addLocatorHandler() to specify maximum number of times the handler should be run.
  • The handler in page.addLocatorHandler() now accepts the locator as argument.
  • New page.removeLocatorHandler() method for removing previously added locator handlers.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by yurys, a new releaser for @​playwright/test since your current version.


Updates @svgr/cli from 8.0.1 to 8.1.0

Release notes

Sourced from @​svgr/cli's releases.

v8.1.0

Bug Fixes

  • cli: fix default dimensions, prettier & svgo (571d5c8)
  • config: prefer cli config over rc config (#845) (8b97248)
  • react-native: fix duplicate import (#894) (e612b6a)

Features

  • esm: add support for svgo.config.cjs (#879) (ae91e2e)
Changelog

Sourced from @​svgr/cli's changelog.

8.1.0 (2023-08-15)

Bug Fixes

  • cli: fix default dimensions, prettier & svgo (571d5c8)
  • config: prefer cli config over rc config (#845) (8b97248)
  • react-native: fix duplicate import (#894) (e612b6a)

Features

  • esm: add support for svgo.config.cjs (#879) (ae91e2e)
Commits

Updates @tailwindcss/forms from 0.5.3 to 0.5.7

Release notes

Sourced from @​tailwindcss/forms's releases.

v0.5.7

Fixed

  • Use normal checkbox and radio appearance in forced-colors mode (#152)

v0.5.6

Fixed

  • Fix date time bottom spacing on MacOS Safari (#146)

v0.5.5

Fixed

  • Fix text alignment on date and time inputs on iOS (#144)

v0.5.4

Fixed

  • Remove chevron for selects with a non-default size (#137)
  • Allow for without type (#141)
Changelog

Sourced from @​tailwindcss/forms's changelog.

[0.5.7] - 2023-11-10

Fixed

  • Use normal checkbox and radio appearance in forced-colors mode (#152)

[0.5.6] - 2023-08-28

Fixed

  • Fix date time bottom spacing on MacOS Safari (#146)

[0.5.5] - 2023-08-22

Fixed

  • Fix text alignment on date and time inputs on iOS (#144)

[0.5.4] - 2023-07-13

Fixed

  • Remove chevron for selects with a non-default size (#137)
  • Allow for without type (#141)
Commits

Updates @types/node from 18.14.6 to 20.14.5

Commits

Updates autoprefixer from 10.4.14 to 10.4.19

Release notes

Sourced from autoprefixer's releases.

10.4.19

  • Removed end value has mixed support, consider using flex-end warning since end/start now have good support.

10.4.18

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).

10.4.17

  • Fixed user-select: contain prefixes.

10.4.16

10.4.15

Changelog

Sourced from autoprefixer's changelog.

10.4.19

  • Removed end value has mixed support, consider using flex-end warning since end/start now have good support.

10.4.18

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).

10.4.17

  • Fixed user-select: contain prefixes.

10.4.16

  • Improved performance (by Romain Menke).
  • Fixed docs (by Christian Oliff).

10.4.15

  • Fixed ::backdrop prefixes (by 一丝).
  • Fixed docs (by Christian Oliff).
Commits

Updates postcss from 8.4.24 to 8.4.38

Release notes

Sourced from postcss's releases.

8.4.38

8.4.37

  • Fixed original.column are not numbers error in another case.

8.4.36

  • Fixed original.column are not numbers error on broken previous source map.

8.4.35

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

8.4.34

8.4.33

8.4.32

8.4.31

8.4.30

8.4.29

8.4.28

  • Fixed Root.source.end for better source map (by @​romainmenke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

Changelog

Sourced from postcss's changelog.

8.4.38

8.4.37

  • Fixed original.column are not numbers error in another case.

8.4.36

  • Fixed original.column are not numbers error on broken previous source map.

8.4.35

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

8.4.34

  • Fixed AtRule#nodes type (by Tim Weißenfels).
  • Cleaned up code (by Dmitry Kirillov).

8.4.33

  • Fixed NoWorkResult behavior difference with normal mode (by Romain Menke).
  • Fixed NoWorkResult usage conditions (by @​ahmdammarr).

8.4.32

  • Fixed postcss().process() types (by Andrew Ferreira).

8.4.31

8.4.30

  • Improved source map performance (by Romain Menke).

8.4.29

  • Fixed Node#source.offset (by Ido Rosenthal).
  • Fixed docs (by Christian Oliff).

8.4.28

  • Fixed Root.source.end for better source map (by Romain Menke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

Commits
  • a69d45e Release 8.4.38 version
  • 64e35d9 Update dependencies
  • c1ad8fb Merge pull request #1932 from romainmenke/fix-warning-end-index--inventive-nu...
  • b45e7e9 fix endIndex
  • 1bea246 failing test: for endIndex 0 in rangeBy
  • 0fd1d86 Add changelog auto release on Github
  • 49c906e Release 8.4.37 version
  • b5bd92c Fix another broken prev source map issue
  • 2882039 Update dependencies
  • e5ad939 Release 8.4.36 version
  • Additional commits viewable in compare view

Updates postcss-import from 15.1.0 to 16.1.0

Changelog

Sourced from postcss-import's changelog.

16.1.0 / 2024-03-20

  • Allow bundling URLs with fragments (useful for Vite users) (#560, #561)

16.0.1 / 2024-02-14

  • Fix crash when handling some @imports with media conditions (#557, #558)

16.0.0 / 2024-01-02

  • BREAKING: Require Node.js v18+ (#550, #551)
  • BREAKING: Signifigant rewrite, with small behavioral tweaks in a number of edge cases
  • Support for @supports conditional imports added (#532, #548)
  • When skipDuplicates is false, handles import cycles correctly (#462, #535)
  • Add warnOnEmpty option to allow disabling warnings for empty files (#84, #541)
  • Use proper node.errors (#518, #540)

Huge thanks to @romainmenke for all the hard work he put into this release.

Commits

Updates tailwindcss from 3.3.2 to 3.4.4

Release notes

Sourced from tailwindcss's releases.

v3.4.4

Fixed

  • Make it possible to use multiple <alpha-value> placeholders in a single color definition (#13740)
  • Don't prefix classes in arbitrary values of has-*, group-has-*, and peer-has-* variants (#13770)
  • Support negative values for {col,row}-{start,end} utilities (#13781)
  • Update embedded browserslist database (#13792)

v3.4.3

Fixed

  • Revert changes to glob handling (#13384)

v3.4.2

Fixed

  • Ensure max specificity of 0,0,1 for button and input Preflight rules (#12735)
  • Improve glob handling for folders with (, ), [ or ] in the file path (#12715)
  • Split :has rules when using experimental.optimizeUniversalDefaults (#12736)
  • Sort arbitrary properties alphabetically across multiple class lists (#12911)
  • Add mix-blend-plus-darker utility (#12923)
  • Ensure dashes are allowed in variant modifiers (#13303)
  • Fix crash showing completions in Intellisense when using a custom separator (#13306)
  • Transpile import.meta.url in config files (#13322)
  • Reset letter spacing for form elements (#13150)
  • Fix missing xx-large and remove double x-large absolute size (#13324)
  • Don't error when encountering nested CSS unless trying to @apply a class that uses nesting (#13325)
  • Ensure that arbitrary properties respect important configuration (#13353)
  • Change dark mode selector so @apply works correctly with pseudo elements (#13379)

v3.4.1

Fixed

  • Don't remove keyframe stops when using important utilities (#12639)
  • Don't add spaces to gradients and grid track names when followed by calc() (#12704)
  • Restore old behavior for class dark mode strategy (#12717)

Added

  • Add new selector and variant strategies for dark mode (#12717)

Changed

  • Support rtl and ltr variants on same element as dir attribute (#12717)

v3.4.0

Tailwind CSS v3.4 has arrived! Check out the announcement post for a guided tour through all of the highlights.

... (truncated)

Changelog

Sourced from tailwindcss's changelog.

[3.4.4] - 2024-06-05

Fixed

  • Make it possible to use multiple <alpha-value> placeholders in a single color definition (#13740)
  • Don't prefix classes in arbitrary values of has-*, group-has-*, and peer-has-* variants (#13770)
  • Support negative values for {col,row}-{start,end} utilities (#13781)
  • Update embedded browserslist database (#13792)

[3.4.3] - 2024-03-27

Fixed

  • Revert changes to glob handling (#13384)

[3.4.2] - 2024-03-27

Fixed

  • Ensure max specificity of 0,0,1 for button and input Preflight rules (#12735)
  • Improve glob handling for folders with (, ), [ or ] in the file path (#12715)
  • Split :has rules when using experimental.optimizeUniversalDefaults (#12736)
  • Sort arbitrary properties alphabetically across multiple class lists (#12911)
  • Add mix-blend-plus-darker utility (#12923)
  • Ensure dashes are allowed in variant modifiers (#13303)
  • Fix crash showing completions in Intellisense when using a custom separator (#13306)
  • Transpile import.meta.url in config files (#13322)
  • Reset letter spacing for form elements (#13150)
  • Fix missing xx-large and remove double x-large absolute size (#13324)
  • Don't error when encountering nested CSS unless trying to @apply a class that uses nesting (#13325)
  • Ensure that arbitrary properties respect important configuration (#13353)
  • Change dark mode selector so @apply works correctly with pseudo elements (#13379)

[3.4.1] - 2024-01-05

Fixed

  • Don't remove keyframe stops when using important utilities (#12639)
  • Don't add spaces to gradients and grid track names when followed by calc() (#12704)
  • Restore old behavior for class dark mode strategy (#12717)
  • Improve glob handling for folders with (, ), [ or ] in the file path (#12715)

Added

  • Add new selector and variant strategies for dark mode (#12717)

Changed

  • Support rtl and ltr variants on same element as dir attribute (#12717)

... (truncated)

Commits

…2 updates

Bumps the development group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@compas/cli](https://github.com/compasjs/compas/tree/HEAD/packages/cli) | `0.5.0` | `0.11.2` |
| [@compas/code-gen](https://github.com/compasjs/compas/tree/HEAD/packages/code-gen) | `0.5.0` | `0.11.2` |
| [@compas/stdlib](https://github.com/compasjs/compas/tree/HEAD/packages/stdlib) | `0.5.0` | `0.11.2` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.34.3` | `1.44.1` |
| [@svgr/cli](https://github.com/gregberge/svgr) | `8.0.1` | `8.1.0` |
| [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) | `0.5.3` | `0.5.7` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.14.6` | `20.14.5` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.14` | `10.4.19` |
| [postcss](https://github.com/postcss/postcss) | `8.4.24` | `8.4.38` |
| [postcss-import](https://github.com/postcss/postcss-import) | `15.1.0` | `16.1.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.3.2` | `3.4.4` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.0.4` | `5.4.5` |



Updates `@compas/cli` from 0.5.0 to 0.11.2
- [Release notes](https://github.com/compasjs/compas/releases)
- [Changelog](https://github.com/compasjs/compas/blob/main/changelog.md)
- [Commits](https://github.com/compasjs/compas/commits/v0.11.2/packages/cli)

Updates `@compas/code-gen` from 0.5.0 to 0.11.2
- [Release notes](https://github.com/compasjs/compas/releases)
- [Changelog](https://github.com/compasjs/compas/blob/main/changelog.md)
- [Commits](https://github.com/compasjs/compas/commits/v0.11.2/packages/code-gen)

Updates `@compas/stdlib` from 0.5.0 to 0.11.2
- [Release notes](https://github.com/compasjs/compas/releases)
- [Changelog](https://github.com/compasjs/compas/blob/main/changelog.md)
- [Commits](https://github.com/compasjs/compas/commits/v0.11.2/packages/stdlib)

Updates `@playwright/test` from 1.34.3 to 1.44.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.34.3...v1.44.1)

Updates `@svgr/cli` from 8.0.1 to 8.1.0
- [Release notes](https://github.com/gregberge/svgr/releases)
- [Changelog](https://github.com/gregberge/svgr/blob/main/CHANGELOG.md)
- [Commits](gregberge/svgr@v8.0.1...v8.1.0)

Updates `@tailwindcss/forms` from 0.5.3 to 0.5.7
- [Release notes](https://github.com/tailwindlabs/tailwindcss-forms/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss-forms/blob/master/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss-forms@v0.5.3...v0.5.7)

Updates `@types/node` from 18.14.6 to 20.14.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `autoprefixer` from 10.4.14 to 10.4.19
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.14...10.4.19)

Updates `postcss` from 8.4.24 to 8.4.38
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.24...8.4.38)

Updates `postcss-import` from 15.1.0 to 16.1.0
- [Release notes](https://github.com/postcss/postcss-import/releases)
- [Changelog](https://github.com/postcss/postcss-import/blob/master/CHANGELOG.md)
- [Commits](postcss/postcss-import@15.1.0...16.1.0)

Updates `tailwindcss` from 3.3.2 to 3.4.4
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.4/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.3.2...v3.4.4)

Updates `typescript` from 5.0.4 to 5.4.5
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.0.4...v5.4.5)

---
updated-dependencies:
- dependency-name: "@compas/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: "@compas/code-gen"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: "@compas/stdlib"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: "@svgr/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: "@tailwindcss/forms"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: postcss-import
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 19, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 26, 2024

Superseded by #423.

@dependabot dependabot bot closed this Jun 26, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-57b3813cff branch June 26, 2024 07:04
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants