sw-appcache-behavior
sw-appcache-behavior copied to clipboard
Bump postcss and microbundle in /packages/appcache-polyfill-window
Bumps postcss to 8.4.31 and updates ancestor dependency microbundle. These dependencies need to be updated together.
Updates postcss from 6.0.1 to 8.4.31
Release notes
Sourced from postcss's releases.
8.4.31
- Fixed
\rparsing to fix CVE-2023-44270.8.4.30
- Improved source map performance (by
@romainmenke).8.4.29
8.4.28
- Fixed
Root.source.endfor better source map (by@romainmenke).- Fixed
Result.roottypes whenprocess()has no parser.8.4.27
- Fixed
Containerclone methods types.8.4.26
- Fixed clone methods types.
8.4.25
- Improve stringify performance (by
@romainmenke).- Fixed docs (by
@vikaskaliramna07).8.4.24
- Fixed
Plugintypes.8.4.23
- Fixed warnings in TypeDoc.
8.4.22
- Fixed TypeScript support with
node16(by@remcohaszing).8.4.21
- Fixed
Input#errortypes (by@hudochenkov).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: truewith emptysourceContent(by@KingSora).8.4.17
- Fixed
Node.before()unexpected behavior (by@romainmenke).- Added TOC to docs (by
@muddv).8.4.16
... (truncated)
Changelog
Sourced from postcss's changelog.
8.4.31
- Fixed
\rparsing to fix CVE-2023-44270.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.endfor better source map (by Romain Menke).- Fixed
Result.roottypes whenprocess()has no parser.8.4.27
- Fixed
Containerclone methods types.8.4.26
- Fixed clone methods types.
8.4.25
- Improve stringify performance (by Romain Menke).
- Fixed docs (by
@vikaskaliramna07).8.4.24
- Fixed
Plugintypes.8.4.23
- Fixed warnings in TypeDoc.
8.4.22
- Fixed TypeScript support with
node16(by Remco Haszing).8.4.21
- Fixed
Input#errortypes (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: truewith emptysourceContent(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
90208deRelease 8.4.31 version58cc860Fix carrier return parsing4fff8e4Improve pnpm test outputcd43ed1Update dependenciescaa916bUpdate dependencies8972f76Typo11a5286Typo45c5501Release 8.4.30 versionbc3c341Update linterb2be58aMerge pull request #1881 from romainmenke/improve-sourcemap-performance--phil...- Additional commits viewable in compare view
Updates microbundle from 0.12.3 to 0.15.1
Release notes
Sourced from microbundle's releases.
v0.15.1
Patch Changes
cebafa1#961 Thanks@zyrong! - Fix for when multiple entries reference different CSS, only the CSS referenced by the first entry will be packaged
9a4e2b2#954 Thanks@rschristian! - Bumps Node target to v12
4ad4b76#967 Thanks@agilgur5! - deps: upgrade rpt2 to latest v0.32.0 to fix monorepos
6018e58#956 Thanks@rschristian! - Silences warnings when using Node builtins with the 'node:...' protocol on imports. Warnings related to bare usage of these builtins were already silenced.
88241dd#968 Thanks@PeterBurner! - deps: upgrade babel-plugin-transform-async-to-promises to latest v0.8.18 to fix #565
e72377a#964 Thanks@rschristian! - Fixes filename generation for es & modern outputs. Both 'jsnext:main' and 'esmodule' were incorrectly ignored.v0.15.0
Minor Changes
6f6e080#950 Thanks@rschristian! - Microbundle will now output ESM using.mjsas the file extension when the package type is CJS
242754f#949 Thanks@rschristian! - Add --visualize flag to generate build output statsPatch Changes
c4532cc#940 Thanks@rschristian! - Adds information about--compressflag's default value w/ different targets
b51b855#935 Thanks@mycoin! - Don't attempt to write build stats in watch mode when there has been a build error/sizeInfo isundefined
1d0e305#941 Thanks@rschristian! - Ensures TS plugin will begin its search for a 'tsconfig.json' in the set cwd
f04c85a#926 Thanks@developit! - Fix mangle.json being overwritten with[object Object]
ecb0b02#947 Thanks@rschristian! - Ensures hoisted node_modules are excluded from babel
392d63e#919 Thanks@rschristian! - Fixes CSS output from being overwritten when also generating .cjs
fb0a437#930 Thanks@rschristian! - Documenting --jsxFragment flag
... (truncated)
Changelog
Sourced from microbundle's changelog.
0.15.1
Patch Changes
cebafa1#961 Thanks@zyrong! - Fix for when multiple entries reference different CSS, only the CSS referenced by the first entry will be packaged
9a4e2b2#954 Thanks@rschristian! - Bumps Node target to v12
4ad4b76#967 Thanks@agilgur5! - deps: upgrade rpt2 to latest v0.32.0 to fix monorepos
6018e58#956 Thanks@rschristian! - Silences warnings when using Node builtins with the 'node:...' protocol on imports. Warnings related to bare usage of these builtins were already silenced.
88241dd#968 Thanks@PeterBurner! - deps: upgrade babel-plugin-transform-async-to-promises to latest v0.8.18 to fix #565
e72377a#964 Thanks@rschristian! - Fixes filename generation for es & modern outputs. Both 'jsnext:main' and 'esmodule' were incorrectly ignored.0.15.0
Minor Changes
6f6e080#950 Thanks@rschristian! - Microbundle will now output ESM using.mjsas the file extension when the package type is CJS
242754f#949 Thanks@rschristian! - Add --visualize flag to generate build output statsPatch Changes
c4532cc#940 Thanks@rschristian! - Adds information about--compressflag's default value w/ different targets
b51b855#935 Thanks@mycoin! - Don't attempt to write build stats in watch mode when there has been a build error/sizeInfo isundefined
1d0e305#941 Thanks@rschristian! - Ensures TS plugin will begin its search for a 'tsconfig.json' in the set cwd
f04c85a#926 Thanks@developit! - Fix mangle.json being overwritten with[object Object]
ecb0b02#947 Thanks@rschristian! - Ensures hoisted node_modules are excluded from babel
392d63e#919 Thanks@rschristian! - Fixes CSS output from being overwritten when also generating .cjs
fb0a437#930 Thanks@rschristian! - Documenting --jsxFragment flag
8223eba#948 Thanks@rschristian! - Corrects formatting in build completion message w/ dynamic import is used0.14.2
Patch Changes
dd0bdde#904 Thanks@rschristian! - Added missing CLI doc for 'jsxImportSource' and correcting the Examples section of the '--help' output0.14.1
... (truncated)
Commits
c76c41fVersion Packages (#958)e72377afix: mains by format fallbacks (#964)fd4ea1aCleanup repository (#976)88241ddfix: Incorrect transform with async/await (#565) (#968)cebafa1fix: css compilation problems when multiple entries (#961)4ad4b76deps: upgrade rpt2 to latest v0.32.0 to fix monorepos (#967)555088dRemove mention of UMD support for web workers (#962)9a4e2b2chore: Bump Node target version to v12 (#954)6018e58chore: Silence warnings when using 'node:' protocol (#956)d16a322Fix typo in readme (#957)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by smoljsteam, a new releaser for microbundle since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.