Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump postcss and @angular-devkit/build-angular#8

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromdependabot/npm_and_yarn/postcss-and-angular-devkit/build-angular-8.4.35

Conversation

dependabot[bot]
Copy link

@dependabotdependabotbot commented on behalf ofgithubFeb 15, 2024

Bumpspostcss to 8.4.35 and updates ancestor dependency@angular-devkit/build-angular. These dependencies need to be updated together.

Updatespostcss from 8.4.5 to 8.4.35

Release notes

Sourced frompostcss's releases.

8.4.35

  • Avoid! innode.parent.nodes type.
  • Allow to passundefined 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

  • FixedRoot.source.end for better source map (by@​romainmenke).
  • FixedResult.root types whenprocess() has no parser.

8.4.27

  • FixedContainer clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

8.4.24

  • FixedPlugin types.

8.4.23

  • Fixed warnings in TypeDoc.

8.4.22

8.4.21

... (truncated)

Changelog

Sourced frompostcss's changelog.

8.4.35

  • Avoid! innode.parent.nodes type.
  • Allow to passundefined to node adding method to simplify types.

8.4.34

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

8.4.33

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

8.4.32

  • Fixedpostcss().process() types (by Andrew Ferreira).

8.4.31

8.4.30

  • Improved source map performance (by Romain Menke).

8.4.29

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

8.4.28

  • FixedRoot.source.end for better source map (by Romain Menke).
  • FixedResult.root types whenprocess() has no parser.

8.4.27

  • FixedContainer clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

8.4.24

  • FixedPlugin types.

8.4.23

  • Fixed warnings in TypeDoc.

8.4.22

  • Fixed TypeScript support withnode16 (by Remco Haszing).

8.4.21

  • FixedInput#error types (by Aleks Hudochenkov).

... (truncated)

Commits

Updates@angular-devkit/build-angular from 13.3.7 to 17.2.0

Release notes

Sourced from@​angular-devkit/build-angular's releases.

v17.2.0

17.2.0 (2024-02-14)

@​schematics/angular

CommitDescription
feat - 03e1aa790add support tobun package manager

@​angular/cli

CommitDescription
feat - b3e206741add support tobun package manager

@​angular-devkit/build-angular

CommitDescription
feat - 7f57123fdadd define build option to application builder
feat - f4f535653add JSON build logs when using the application builder
feat - b59f663e5allow control of Vite-based development server prebundling
feat - 8f47f1e96provide default and abbreviated build target support for dev-server and extract-i18n
feat - 7a12074dcprovide option to allow automatically cleaning the terminal screen during rebuilds
feat - 7c522aa87support using custom postcss configuration with application builder
fix - 476a68daaadd output location in build stats
fix - 5e6f1a9f4avoid preloading server chunks
fix - 41ea985f9display server bundles in build stats
fix - d493609d3downgrade copy-webpack-plugin to workaround Node.js support issue
fix - 8d5af1d5censure correct.html served with Vite dev-server
fix - 944cbcdb1limit the number of lazy chunks visible in the stats table
fix - 905e13633support string as plugin option in custom postcss plugin config

@​angular-devkit/schematics

CommitDescription
fix - da1c38c48addbun to known package managers

@​angular/create

CommitDescription
feat - 600498f2cadd support tobun package manager

v17.2.0-rc.0

17.2.0-rc.0 (2024-02-08)

@​angular-devkit/build-angular

CommitDescription
feat - 7f57123fdadd define build option to application builder
feat - b59f663e5allow control of Vite-based development server prebundling
feat - 7a12074dcprovide option to allow automatically cleaning the terminal screen during rebuilds
fix - 2a25e06eaallow./ baseHref when using vite based server
fix - 5e6f1a9f4avoid preloading server chunks
fix - 8d5af1d5censure correct.html served with Vite dev-server
fix - 1aeeb7da0ensure WebWorker main entry is used in output code

... (truncated)

Changelog

Sourced from@​angular-devkit/build-angular's changelog.

17.2.0 (2024-02-14)

@​angular/cli

CommitTypeDescription
b3e206741featadd support tobun package manager

@​schematics/angular

CommitTypeDescription
03e1aa790featadd support tobun package manager

@​angular-devkit/build-angular

CommitTypeDescription
7f57123fdfeatadd define build option to application builder
f4f535653featadd JSON build logs when using the application builder
b59f663e5featallow control of Vite-based development server prebundling
8f47f1e96featprovide default and abbreviated build target support for dev-server and extract-i18n
7a12074dcfeatprovide option to allow automatically cleaning the terminal screen during rebuilds
7c522aa87featsupport using custom postcss configuration with application builder
476a68daafixadd output location in build stats
5e6f1a9f4fixavoid preloading server chunks
41ea985f9fixdisplay server bundles in build stats
d493609d3fixdowngrade copy-webpack-plugin to workaround Node.js support issue
8d5af1d5cfixensure correct.html served with Vite dev-server
944cbcdb1fixlimit the number of lazy chunks visible in the stats table
905e13633fixsupport string as plugin option in custom postcss plugin config

@​angular-devkit/schematics

CommitTypeDescription
da1c38c48fixaddbun to known package managers

@​angular/create

CommitTypeDescription
600498f2cfeatadd support tobun package manager

17.1.4 (2024-02-14)

... (truncated)

Commits
  • 644010d release: cut the v17.2.0 release
  • 79b1edd build: update Angular peer deps packages to 17.2.0
  • 905e136 fix(@​angular-devkit/build-angular): support string as plugin option in custom...
  • d493609 fix(@​angular-devkit/build-angular): downgrade copy-webpack-plugin to workarou...
  • 8598bb5 fix(@​angular-devkit/build-angular): bypass Vite prebundling for absolute URL ...
  • b07246a fix(@​angular/cli): prevent BOM errors inpackage.json duringng update
  • da1c38c fix(@​angular-devkit/schematics): addbun to known package managers
  • d50c4cc release: cut the v17.2.0-rc.0 release
  • 1b6b794 docs: release notes for the v17.1.3 release
  • 1aeeb7d fix(@​angular-devkit/build-angular): ensure WebWorker main entry is used in ou...
  • Additional commits viewable incompare view

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 theSecurity Alerts page.

Bumps [postcss](https://github.com/postcss/postcss) to 8.4.35 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together.Updates `postcss` from 8.4.5 to 8.4.35- [Release notes](https://github.com/postcss/postcss/releases)- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)- [Commits](postcss/postcss@8.4.5...8.4.35)Updates `@angular-devkit/build-angular` from 13.3.7 to 17.2.0- [Release notes](https://github.com/angular/angular-cli/releases)- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)- [Commits](angular/angular-cli@13.3.7...17.2.0)---updated-dependencies:- dependency-name: postcss  dependency-type: indirect- dependency-name: "@angular-devkit/build-angular"  dependency-type: direct:development...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added the dependenciesPull requests that update a dependency file labelFeb 15, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency file
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp