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

Bump postcss, @vue/compiler-sfc and css-loader #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps postcss to 8.4.31 and updates ancestor dependencies postcss, @vue/compiler-sfc and css-loader. These dependencies need to be updated together.

Updates postcss from 7.0.36 to 8.4.31

Release notes

Sourced from postcss's releases.

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

8.4.24

  • Fixed Plugin types.

8.4.23

  • Fixed warnings in TypeDoc.

8.4.22

8.4.21

8.4.20

  • Fixed source map generation for childless at-rules like @layer.

8.4.19

  • Fixed whitespace preserving after AST transformations (by @​romainmenke).

8.4.18

  • Fixed an error on absolute: true with empty sourceContent (by @​KingSora).

8.4.17

8.4.16

... (truncated)

Changelog

Sourced from postcss's changelog.

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

8.4.24

  • Fixed Plugin types.

8.4.23

  • Fixed warnings in TypeDoc.

8.4.22

  • Fixed TypeScript support with node16 (by Remco Haszing).

8.4.21

  • Fixed Input#error types (by Aleks Hudochenkov).

8.4.20

  • Fixed source map generation for childless at-rules like @layer.

8.4.19

  • Fixed whitespace preserving after AST transformations (by Romain Menke).

8.4.18

  • Fixed an error on absolute: true with empty sourceContent (by Rene Haas).

8.4.17

  • Fixed Node.before() unexpected behavior (by Romain Menke).
  • Added TOC to docs (by Mikhail Dedov).

8.4.16

... (truncated)

Commits

Updates @vue/compiler-sfc from 3.0.0-alpha.4 to 3.3.4

Release notes

Sourced from @​vue/compiler-sfc's releases.

v3.3.4

Please refer to CHANGELOG.md for details.

v3.3.3

Please refer to CHANGELOG.md for details.

v3.3.2

Please refer to CHANGELOG.md for details.

v3.3.1

Please refer to CHANGELOG.md for details.

v3.3.0 "Rurouni Kenshin"

Please refer to the release blog post for details.

v3.3.0-beta.5

Please refer to CHANGELOG.md for details.

v3.3.0-beta.4

Please refer to CHANGELOG.md for details.

v3.3.0-beta.3

Please refer to CHANGELOG.md for details.

v3.3.0-beta.2

Please refer to CHANGELOG.md for details.

v3.3.0-beta.1

Please refer to CHANGELOG.md for details.

v3.3.0-alpha.13

Please refer to CHANGELOG.md for details.

v3.3.0-alpha.12

Please refer to CHANGELOG.md for details.

v3.3.0-alpha.11

Please refer to CHANGELOG.md for details.

v3.3.0-alpha.10

Please refer to CHANGELOG.md for details.

v3.3.0-alpha.9

Please refer to CHANGELOG.md for details.

v3.3.0-alpha.8

Please refer to CHANGELOG.md for details.

v3.3.0-alpha.7

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from @​vue/compiler-sfc's changelog.

3.3.4 (2023-05-18)

Bug Fixes

  • build: ensure correct typing for node esm (d621d4c)
  • build: fix DEV flag replacement edge case (8b7c04b), closes #8353
  • compiler-sfc: handle imported types from default exports (5aec717), closes #8355

3.3.3 (2023-05-18)

Bug Fixes

  • avoid regex s flag for old browsers (91f1c62), closes #8316
  • build: fix dev flag replacement in esm-builder builds (#8314) (003836f), closes #8312
  • compiler-sfc: don't hoist regexp literial (#8300) (8ec73a3)
  • compiler-sfc: fix props destructing default value type checking with unresolved type (#8340) (f69dbab), closes #8326
  • compiler-sfc: fix type import from path aliased vue file (fab9c72), closes #8348
  • compiler-sfc: handle ts files with relative imports with .js extension (b36addd), closes #8339
  • compiler-sfc: parses correctly when inline mode is off (#8337) (ecbd42a), closes #6088
  • compiler-sfc: support defineEmits type reference with unions (#8299) (b133e0f), closes #7943
  • types: support generic usage with withDefaults + defineProps (#8335) (216f269), closes #8310 #8331 #8325

3.3.2 (2023-05-12)

Bug Fixes

  • compiler-core: treat floating point numbers as constants (8dc8cf8), closes #8295
  • compiler-dom: do not throw in production on side effect tags (c454b9d), closes #8287 #8292
  • compiler-sfc: fix regression on props destructure when transform is not enabled (f25bd37), closes #8289
  • compiler-sfc: handle prop keys that need escaping (#7803) (690ef29), closes #8291
  • compiler-sfc: properly parse d.ts files when resolving types (aa1e77d), closes #8285
  • compiler-sfc: raise specific warning for failed extends and allow ignoring extends (8235072), closes #8286

3.3.1 (2023-05-11)

Bug Fixes

  • suspense: handle nested sync suspense for hydration (a3f5485)

... (truncated)

Commits
  • 0e8bbe8 release: v3.3.4
  • 5aec717 fix(compiler-sfc): handle imported types from default exports
  • fecd5c4 release: v3.3.3
  • ecbd42a fix(compiler-sfc): parses correctly when inline mode is off (#8337)
  • b133e0f fix(compiler-sfc): support defineEmits type reference with unions (#8299)
  • fab9c72 fix(compiler-sfc): fix type import from path aliased vue file
  • 8ec73a3 fix(compiler-sfc): don't hoist regexp literial (#8300)
  • b36addd fix(compiler-sfc): handle ts files with relative imports with .js extension
  • f69dbab fix(compiler-sfc): fix props destructing default value type checking with unr...
  • a374d7e release: v3.3.2
  • Additional commits viewable in compare view

Updates css-loader from 3.4.2 to 6.8.1

Release notes

Sourced from css-loader's releases.

v6.8.1

6.8.1 (2023-05-28)

Bug Fixes

  • use cause for original errors and warnings (#1526) (ae3d8ae)

v6.8.0

6.8.0 (2023-05-27)

Features

  • use template literal when it possible to prevent Maximum call stack size exceeded (#1525) (6eb5661)

Bug Fixes

v6.7.4

6.7.4 (2023-05-19)

Bug Fixes

  • bugs in css modules (c3099fb)
  • output warning when built-in CSS support enabled (#1520) (0700ce8)

v6.7.3

6.7.3 (2022-12-14)

Bug Fixes

v6.7.2

6.7.2 (2022-11-13)

Bug Fixes

  • css modules generation with inline syntax (#1480) (2f4c273)

v6.7.1

6.7.1 (2022-03-08)

... (truncated)

Changelog

Sourced from css-loader's changelog.

6.8.1 (2023-05-28)

Bug Fixes

  • use cause for original errors and warnings (#1526) (ae3d8ae)

6.8.0 (2023-05-27)

Features

  • use template literal when it possible to prevent Maximum call stack size exceeded (#1525) (6eb5661)

Bug Fixes

6.7.4 (2023-05-19)

Bug Fixes

  • bugs in css modules (c3099fb)
  • output warning when built-in CSS support enabled (#1520) (0700ce8)

6.7.3 (2022-12-14)

Bug Fixes

6.7.2 (2022-11-13)

Bug Fixes

  • css modules generation with inline syntax (#1480) (2f4c273)

6.7.1 (2022-03-08)

Bug Fixes

6.7.0 (2022-03-04)

... (truncated)

Commits

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependencies [postcss](https://github.com/postcss/postcss), [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) and [css-loader](https://github.com/webpack-contrib/css-loader). These dependencies need to be updated together.


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

Updates `@vue/compiler-sfc` from 3.0.0-alpha.4 to 3.3.4
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.3.4/packages/compiler-sfc)

Updates `css-loader` from 3.4.2 to 6.8.1
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-loader@v3.4.2...v6.8.1)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
- dependency-name: "@vue/compiler-sfc"
  dependency-type: direct:development
- dependency-name: css-loader
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 5, 2023
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.

None yet

0 participants